You are not logged in.

#1 2023-11-14 22:55:07

LaurentMercier
Member
From: Montréal, Québec, Canada
Registered: 2023-09-14
Posts: 33

[Solved] Long system boot time

I've been experiencing long system boot times on my laptop for a month now. Sometimes it's fast, but most of the time it takes around 5-6 minutes to boot my laptop. I get stuck at a black screen with:

/dev/sda3 ...

Here is the output of systemd-analyze:

 
Startup finished in 5.259s (firmware) + 6.187s (loader) + 8.213s (kernel) + 6min 56.038s (userspace) = 7min 15.698s 
graphical.target reached after 6min 56.037s in userspace.

Here is the output of systemd-analyze blame:

 
1.223s NetworkManager.service
 895ms dev-sda3.device
 297ms systemd-udev-trigger.service
 265ms systemd-remount-fs.service
 248ms user@1000.service
 241ms systemd-network-generator.service
 234ms lvm2-monitor.service
 223ms systemd-timesyncd.service
 221ms udisks2.service
 195ms systemd-modules-load.service
 194ms systemd-resolved.service
 171ms systemd-tmpfiles-setup.service
 152ms upower.service
 145ms modprobe@loop.service
 143ms systemd-journal-flush.service
 120ms systemd-tmpfiles-setup-dev-early.service
 119ms boot.mount
 117ms systemd-tmpfiles-clean.service
 115ms systemd-fsck@dev-disk-by\x2duuid-5289\x2d9E7B.service
 108ms modprobe@fuse.service
 102ms systemd-journald.service
 100ms systemd-vconsole-setup.service
  95ms polkit.service
  92ms modprobe@drm.service
  72ms systemd-sysctl.service
  68ms systemd-logind.service
  67ms systemd-networkd.service
  64ms systemd-udevd.service
  64ms modprobe@dm_mod.service
  54ms systemd-update-utmp.service
  52ms systemd-backlight@backlight:amdgpu_bl1.service
  51ms systemd-user-sessions.service
  50ms dbus.service
  48ms kmod-static-nodes.service
  46ms systemd-tmpfiles-setup-dev.service
  46ms modprobe@configfs.service
  41ms systemd-random-seed.service
  40ms dev-hugepages.mount
  39ms dev-mqueue.mount
  38ms sys-kernel-debug.mount
  36ms sys-kernel-tracing.mount
  33ms user-runtime-dir@1000.service
  31ms dev-disk-by\x2duuid-b6e37559\x2d7fb5\x2d4956\x2d90c7\x2d30ac34e9e9bb.swap
  29ms wpa_supplicant.service
  27ms tmp.mount
  19ms systemd-rfkill.service
  15ms sys-fs-fuse-connections.mount
  14ms rtkit-daemon.service
  13ms sys-kernel-config.mount

Here is the output of systemd-analyze critical-chain:

The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.

graphical.target @6min 56.037s
└─sddm.service @6min 56.037s
  └─systemd-user-sessions.service @6min 55.924s +51ms
    └─network.target @6min 55.891s
      └─wpa_supplicant.service @3.940s +29ms
        └─dbus.service @2.626s +50ms
          └─basic.target @2.604s
            └─sockets.target @2.604s
              └─dbus.socket @2.604s
                └─sysinit.target @2.603s
                  └─systemd-timesyncd.service @2.379s +223ms
                    └─systemd-tmpfiles-setup.service @2.181s +171ms
                      └─local-fs.target @2.176s
                        └─boot.mount @2.041s +119ms
                          └─systemd-fsck@dev-disk-by\x2duuid-5289\x2d9E7B.service @1.921s +115ms
                            └─dev-disk-by\x2duuid-5289\x2d9E7B.device @1.892s

Here is my fstab:

# Static information about the filesystems.                                                                                                                                                                                                 
# See fstab(5) for details.                                                                                                                                                                                                                 

# <file system> <dir> <type> <options> <dump> <pass>                                                                                                                                                                                        
# /dev/sda3                                                                                                                                                                                                                                 
UUID=14c14e1c-cb89-40a5-869d-feb83e3fc728       /               ext4            rw,relatime     0 1

# /dev/sda1                                                                                                                                                                                                                                 
UUID=5289-9E7B          /boot           vfat            rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro   0 2

# /dev/sda2                                                                                                                                                                                                                                 
UUID=b6e37559-7fb5-4956-90c7-30ac34e9e9bb       none            swap            defaults        0 0

Last edited by LaurentMercier (2026-01-12 12:42:01)

Offline

#2 2023-11-15 01:18:57

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

Re: [Solved] Long system boot time

What is the output of:

find /etc/systemd -name \*.service -type l -a -xtype f -printf %f\\n

Offline

#3 2023-11-15 01:24:00

LaurentMercier
Member
From: Montréal, Québec, Canada
Registered: 2023-09-14
Posts: 33

Re: [Solved] Long system boot time

loqs wrote:

What is the output of:

find /etc/systemd -name \*.service -type l -a -xtype f -printf %f\\n

Hi loqs, thanks for the reply. This is the output:

dbus-org.freedesktop.nm-dispatcher.service
dbus-org.freedesktop.timesync1.service
dbus-org.freedesktop.network1.service
systemd-resolved.service
systemd-timesyncd.service
systemd-network-generator.service
auto-cpufreq.service
NetworkManager.service
systemd-networkd.service
getty@tty1.service
dbus-org.freedesktop.resolve1.service
systemd-networkd-wait-online.service
NetworkManager-wait-online.service
display-manager.service
xdg-user-dirs-update.service
pipewire-session-manager.service
pipewire-media-session.service

Last edited by LaurentMercier (2023-11-15 01:24:56)

Offline

#4 2023-11-15 02:40:16

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

Re: [Solved] Long system boot time

You have NetworkManager.service and systemd-networkd.service enabled which can cause issues.  I am assuming as wpa_supplicant.service is not listed it was started by one of the previously mentioned services.

Offline

#5 2023-11-15 02:47:24

LaurentMercier
Member
From: Montréal, Québec, Canada
Registered: 2023-09-14
Posts: 33

Re: [Solved] Long system boot time

Oh yeah that explains it, I'll disable systemd-networkd.service and see if it helps! Thanks!

Offline

#6 2023-11-15 03:14:31

LaurentMercier
Member
From: Montréal, Québec, Canada
Registered: 2023-09-14
Posts: 33

Re: [Solved] Long system boot time

loqs wrote:

You have NetworkManager.service and systemd-networkd.service enabled which can cause issues.  I am assuming as wpa_supplicant.service is not listed it was started by one of the previously mentioned services.

After disabling systemd-networkd.service, my boot time hasn't gotten better really. I think it's about 1 second faster, but it's still around 7 minutes.

Offline

#7 2023-11-15 03:30:32

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

Re: [Solved] Long system boot time

Please post the full system journal for a boot with the issue.

Offline

#8 2023-11-15 03:44:43

LaurentMercier
Member
From: Montréal, Québec, Canada
Registered: 2023-09-14
Posts: 33

Re: [Solved] Long system boot time

Here it is, it took 2min30 instead of 7 minutes this time, but it's still pretty long.

Nov 14 22:40:08 PortableLM systemd-xdg-autostart-generator[5552]: Exec binary '/usr/bin/teams' does not exist: No such file or directory
Nov 14 22:40:08 PortableLM systemd-xdg-autostart-generator[5552]: /home/laurent/.config/autostart/teams.desktop: not generating unit, executable specified in Exec= does not exist.
Nov 14 22:40:08 PortableLM systemd[5547]: Queued start job for default target Main User Target.
Nov 14 22:40:08 PortableLM systemd[5547]: Created slice User Application Slice.
Nov 14 22:40:08 PortableLM systemd[5547]: Reached target Paths.
Nov 14 22:40:08 PortableLM systemd[5547]: Reached target Timers.
Nov 14 22:40:08 PortableLM systemd[5547]: Starting D-Bus User Message Bus Socket...
Nov 14 22:40:08 PortableLM systemd[5547]: Listening on GnuPG network certificate management daemon.
Nov 14 22:40:08 PortableLM systemd[5547]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 14 22:40:08 PortableLM systemd[5547]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 14 22:40:08 PortableLM systemd[5547]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 14 22:40:08 PortableLM systemd[5547]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 14 22:40:08 PortableLM systemd[5547]: Listening on p11-kit server.
Nov 14 22:40:08 PortableLM systemd[5547]: Listening on PipeWire Multimedia System Sockets.
Nov 14 22:40:08 PortableLM systemd[5547]: Listening on Sound System.
Nov 14 22:40:08 PortableLM systemd[5547]: Listening on D-Bus User Message Bus Socket.
Nov 14 22:40:08 PortableLM systemd[5547]: Reached target Sockets.
Nov 14 22:40:08 PortableLM systemd[5547]: Reached target Basic System.
Nov 14 22:40:08 PortableLM systemd[5547]: Starting Update XDG user dir configuration...
Nov 14 22:40:08 PortableLM systemd[5547]: Finished Update XDG user dir configuration.
Nov 14 22:40:08 PortableLM systemd[5547]: Reached target Main User Target.
Nov 14 22:40:08 PortableLM systemd[5547]: Startup finished in 461ms.
Nov 14 22:40:08 PortableLM sddm-helper[5569]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Nov 14 22:40:08 PortableLM systemd[5547]: Created slice User Core Session Slice.
Nov 14 22:40:08 PortableLM systemd[5547]: Starting D-Bus User Message Bus...
Nov 14 22:40:08 PortableLM systemd[5547]: Started D-Bus User Message Bus.
Nov 14 22:40:08 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Successfully activated service 'org.freedesktop.systemd1'
Nov 14 22:40:09 PortableLM systemd[5547]: Reloading requested from client PID 5571 ('startplasma-x11')...
Nov 14 22:40:09 PortableLM systemd[5547]: Reloading...
Nov 14 22:40:09 PortableLM systemd-xdg-autostart-generator[5607]: Exec binary '/usr/bin/teams' does not exist: No such file or directory
Nov 14 22:40:09 PortableLM systemd-xdg-autostart-generator[5607]: /home/laurent/.config/autostart/teams.desktop: not generating unit, executable specified in Exec= does not exist.
Nov 14 22:40:09 PortableLM ksplashqml[5581]: file:///home/laurent/.local/share/plasma/look-and-feel/1604-Arch-Splash/contents/splash/Splash.qml:88: ReferenceError: bottomRect is not defined
Nov 14 22:40:09 PortableLM systemd[5547]: Reloading finished in 706 ms.
Nov 14 22:40:09 PortableLM systemd[5547]: Created slice User Background Tasks Slice.
Nov 14 22:40:09 PortableLM systemd[5547]: Reached target Session services which should run early before the graphical session is brought up.
Nov 14 22:40:09 PortableLM systemd[5547]: Starting KDE Config Module Initialization...
Nov 14 22:40:09 PortableLM systemd[5547]: Starting Baloo File Indexer Daemon...
Nov 14 22:40:10 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.4' (uid=1000 pid=5616 comm="/usr/bin/kcm>
Nov 14 22:40:10 PortableLM systemd[5547]: Starting Portal service...
Nov 14 22:40:10 PortableLM systemd[5547]: Started Baloo File Indexer Daemon.
Nov 14 22:40:10 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.6' (uid=1000 pid=5619 comm="/usr/lib/>
Nov 14 22:40:10 PortableLM systemd[5547]: Starting flatpak document portal service...
Nov 14 22:40:10 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.7' (uid=1000 pid=5626 com>
Nov 14 22:40:10 PortableLM systemd[5547]: Starting sandboxed app permission store...
Nov 14 22:40:10 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 14 22:40:10 PortableLM systemd[5547]: Started sandboxed app permission store.
Nov 14 22:40:10 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 14 22:40:10 PortableLM systemd[5547]: Started flatpak document portal service.
Nov 14 22:40:10 PortableLM kcminit_startup[5616]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Nov 14 22:40:10 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.6' (uid=1000 pid=561>
Nov 14 22:40:10 PortableLM kcminit_startup[5616]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Nov 14 22:40:10 PortableLM kcminit_startup[5616]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
Nov 14 22:40:10 PortableLM systemd[5547]: Started KDE Config Module Initialization.
Nov 14 22:40:10 PortableLM systemd[5547]: Starting KDE Session Management Server...
Nov 14 22:40:10 PortableLM systemd[5547]: Started Unlock kwallet from pam credentials.
Nov 14 22:40:10 PortableLM systemd[5547]: Starting KDE Daemon...
Nov 14 22:40:10 PortableLM systemd[5547]: Starting KDE Window Manager...
Nov 14 22:40:11 PortableLM systemd[5547]: Started KDE Daemon.
Nov 14 22:40:11 PortableLM systemd[5547]: Starting KDE Configuration Module Initialization (Phase 1)...
Nov 14 22:40:11 PortableLM kcminit_startup[5616]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
Nov 14 22:40:11 PortableLM ksmserver[5672]: Qt: Session management error: networkIdsList argument is NULL
Nov 14 22:40:11 PortableLM kcminit_startup[5616]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Nov 14 22:40:11 PortableLM kcminit_startup[5616]: kcm_touchpad: Using X11 backend
Nov 14 22:40:11 PortableLM systemd[5547]: Finished KDE Configuration Module Initialization (Phase 1).
Nov 14 22:40:11 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.11' (uid=1000 pid=5672 comm="/usr/bin/ksmserver")
Nov 14 22:40:11 PortableLM systemd[5547]: Starting KDE Global Shortcuts Server...
Nov 14 22:40:11 PortableLM kded5[5677]: Installing the delayed initialization callback.
Nov 14 22:40:11 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Successfully activated service 'org.kde.kglobalaccel'
Nov 14 22:40:11 PortableLM systemd[5547]: Started KDE Global Shortcuts Server.
Nov 14 22:40:11 PortableLM ksmserver[5672]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.15'
Nov 14 22:40:11 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.10' (uid=1000 pid=5677 comm="/usr/bin/kde>
Nov 14 22:40:11 PortableLM systemd[5547]: Starting KActivityManager Activity manager Service...
Nov 14 22:40:11 PortableLM systemd[5547]: Started KDE Session Management Server.
Nov 14 22:40:11 PortableLM systemd[5547]: Starting KDE Plasma Workspace...
Nov 14 22:40:11 PortableLM kded5[5677]: print-manager.kded: unable to register service to dbus
Nov 14 22:40:11 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.14' (uid=1000 pid=5677 comm="/usr/bin/kded5")
Nov 14 22:40:11 PortableLM systemd[5547]: Starting User preferences database...
Nov 14 22:40:11 PortableLM systemd[5547]: Started KDE Window Manager.
Nov 14 22:40:11 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Successfully activated service 'ca.desrt.dconf'
Nov 14 22:40:11 PortableLM systemd[5547]: Started User preferences database.
Nov 14 22:40:12 PortableLM baloo_file[5615]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.1699'
Nov 14 22:40:12 PortableLM baloo_file[5615]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.1703'
Nov 14 22:40:12 PortableLM kded5[5677]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface: The name org.wicd.daemon was not provided by any .service files
Nov 14 22:40:12 PortableLM kded5[5677]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
Nov 14 22:40:12 PortableLM kded5[5677]: kcm_touchpad: Using X11 backend
Nov 14 22:40:12 PortableLM kded5[5677]: 
Nov 14 22:40:12 PortableLM kded5[5677]: Delayed initialization.
Nov 14 22:40:12 PortableLM kded5[5677]: Reloading the khotkeys configuration
Nov 14 22:40:12 PortableLM kded5[5677]: Version 2 File!
Nov 14 22:40:12 PortableLM kwin_x11[5678]: OpenGL vendor string:                   AMD
Nov 14 22:40:12 PortableLM kwin_x11[5678]: OpenGL renderer string:                 AMD Radeon R7 Graphics (carrizo, LLVM 16.0.6, DRM 3.54, 6.6.1-arch1-1)
Nov 14 22:40:12 PortableLM kwin_x11[5678]: OpenGL version string:                  4.6 (Compatibility Profile) Mesa 23.2.1-arch1.2
Nov 14 22:40:12 PortableLM kwin_x11[5678]: OpenGL shading language version string: 4.60
Nov 14 22:40:12 PortableLM kwin_x11[5678]: Driver:                                 Unknown
Nov 14 22:40:12 PortableLM kwin_x11[5678]: GPU class:                              Unknown
Nov 14 22:40:12 PortableLM kwin_x11[5678]: OpenGL version:                         4.6
Nov 14 22:40:12 PortableLM kwin_x11[5678]: GLSL version:                           4.60
Nov 14 22:40:12 PortableLM kwin_x11[5678]: Mesa version:                           23.2.1
Nov 14 22:40:12 PortableLM kwin_x11[5678]: X server version:                       1.21.1
Nov 14 22:40:12 PortableLM kwin_x11[5678]: Linux kernel version:                   6.6.1
Nov 14 22:40:12 PortableLM kwin_x11[5678]: Requires strict binding:                yes
Nov 14 22:40:12 PortableLM kwin_x11[5678]: GLSL shaders:                           yes
Nov 14 22:40:12 PortableLM kwin_x11[5678]: Texture NPOT support:                   yes
Nov 14 22:40:12 PortableLM kwin_x11[5678]: Virtual Machine:                        no
Nov 14 22:40:12 PortableLM kded5[5677]: true
Nov 14 22:40:12 PortableLM kded5[5677]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
Nov 14 22:40:12 PortableLM kded5[5677]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
Nov 14 22:40:12 PortableLM kded5[5677]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Nov 14 22:40:12 PortableLM plasmashell[5730]: Checking screens: available: (QScreen(0x55d092b69350, name="eDP")) redundant: QHash() fake: QSet() all: (QScreen(0x55d092b69350, name="eDP"))
Nov 14 22:40:12 PortableLM plasmashell[5730]: Checking screens: available: (QScreen(0x55d092b69350, name="eDP")) redundant: QHash() fake: QSet() all: (QScreen(0x55d092b69350, name="eDP"))
Nov 14 22:40:12 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Successfully activated service 'org.kde.ActivityManager'
Nov 14 22:40:12 PortableLM systemd[5547]: Started KActivityManager Activity manager Service.
Nov 14 22:40:12 PortableLM systemd[5547]: Started KDE Plasma Workspace.
Nov 14 22:40:12 PortableLM systemd[5547]: Reached target KDE Plasma Workspace Core.
Nov 14 22:40:12 PortableLM systemd[5547]: Started Proxies GTK DBus menus to a Plasma readable format.
Nov 14 22:40:12 PortableLM systemd[5547]: Starting KDE PolicyKit Authentication Agent...
Nov 14 22:40:12 PortableLM systemd[5547]: Starting Powerdevil...
Nov 14 22:40:12 PortableLM systemd[5547]: Starting Xdg Desktop Portal For KDE...
Nov 14 22:40:12 PortableLM systemd[5547]: Started Handle legacy xembed system tray icons.
Nov 14 22:40:12 PortableLM kded5[5677]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                         "Unit dbus-org.freedesktop.ModemManager1.service not found."
Nov 14 22:40:12 PortableLM plasmashell[5730]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Nov 14 22:40:12 PortableLM plasmashell[5730]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Nov 14 22:40:12 PortableLM plasmashell[5730]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Nov 14 22:40:12 PortableLM plasmashell[5730]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Nov 14 22:40:12 PortableLM plasmashell[5730]: kf.plasma.quick: Applet preload policy set to 1
Nov 14 22:40:12 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.10' (uid=1000 pid=5677 comm="/usr/bin/kded5")
Nov 14 22:40:12 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Activating via systemd: service name='org.kde.KScreen' unit='plasma-kscreen.service' requested by ':1.10' (uid=1000 pid=5677 comm="/usr/bin/kded5")
Nov 14 22:40:12 PortableLM kded5[5677]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 14 22:40:12 PortableLM kded5[5677]: Known activities: ("adbf9457-cf5b-44b4-bb42-3093048033f2")
Nov 14 22:40:12 PortableLM kded5[5677]: kf.bluezqt: PendingCall Error: "Unit dbus-org.bluez.service not found."
Nov 14 22:40:12 PortableLM systemd[5547]: Starting Bluetooth OBEX service...
Nov 14 22:40:12 PortableLM systemd[5547]: Starting KScreen...
Nov 14 22:40:12 PortableLM obexd[5804]: OBEX daemon 5.70
Nov 14 22:40:12 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Successfully activated service 'org.bluez.obex'
Nov 14 22:40:12 PortableLM systemd[5547]: Started Bluetooth OBEX service.
Nov 14 22:40:13 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Successfully activated service 'org.kde.KScreen'
Nov 14 22:40:13 PortableLM systemd[5547]: Started KScreen.
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr: Connected output 81 to CRTC 78
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper: Detected XRandR 1.6
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper: Event Base:  89
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper: Event Error:  147
Nov 14 22:40:13 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
Nov 14 22:40:13 PortableLM systemd[5547]: Started Xdg Desktop Portal For KDE.
Nov 14 22:40:13 PortableLM kded5[5677]: kscreen.kded: PowerDevil SuspendSession action not available!
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr: XRandR::setConfig
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr: Needed CRTCs:  1
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr: Actions to perform:
                                                                    Priorities: true
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr:         Output 81 
                                                                            Old: "0" 
                                                                            New: "1"
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr:         Change Screen Size: false
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr:         Disable outputs: false
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr:         Change outputs: false
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr:         Enable outputs: false
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr: RRSetOutputPrimary 
                                                                    New priority: 1
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr: RRSetOutputPrimary 
                                                                    New priority: 0
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr: RRSetOutputPrimary 
                                                                    New priority: 0
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xrandr: XRandR::setConfig done!
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper:         Timestamp:  158304
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper:         Output:  81
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper:         Timestamp:  158304
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper:         Output:  81
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Nov 14 22:40:13 PortableLM kscreen_backend_launcher[5808]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Nov 14 22:40:13 PortableLM systemd[5547]: Started PipeWire Multimedia Service.
Nov 14 22:40:13 PortableLM systemd[5547]: Started PipeWire Media Session Manager.
Nov 14 22:40:13 PortableLM systemd[5547]: Started KDE PolicyKit Authentication Agent.
Nov 14 22:40:13 PortableLM polkit-kde-authentication-agent-1[5771]: New PolkitAgentListener  0x561f5a88e740
Nov 14 22:40:13 PortableLM polkit-kde-authentication-agent-1[5771]: Adding new listener  PolkitQt1::Agent::Listener(0x7fded8011eb0) for  0x561f5a88e740
Nov 14 22:40:13 PortableLM polkit-kde-authentication-agent-1[5771]: Listener online
Nov 14 22:40:13 PortableLM polkit-kde-authentication-agent-1[5771]: Authentication agent result: true
Nov 14 22:40:13 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 14 22:40:13 PortableLM systemd[5547]: Started Portal service.
Nov 14 22:40:13 PortableLM systemd[5547]: Started Powerdevil.
Nov 14 22:40:13 PortableLM systemd[5547]: Reached target KDE Plasma Workspace.
Nov 14 22:40:13 PortableLM systemd[5547]: Reached target Current graphical user session.
Nov 14 22:40:13 PortableLM systemd[5547]: Reached target plasma-workspace-x11.target.
Nov 14 22:40:14 PortableLM systemd[5547]: Starting AT-SPI D-Bus Bus...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting Geoclue Demo agent...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting Accessibility...
Nov 14 22:40:14 PortableLM org_kde_powerdevil[5772]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Nov 14 22:40:14 PortableLM systemd[5547]: Starting KAlarm...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting Klipper...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting KMix...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting Konqueror preloading during desktop environment startup...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting Discover...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting Calendar Reminders...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting KDE Connect...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting KGpg...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting PulseAudio Sound System...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting Restore Mixer Volumes...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting KSplash "ready" Stage...
Nov 14 22:40:14 PortableLM systemd[5547]: Starting KDE Session Restoration...
Nov 14 22:40:14 PortableLM systemd[5547]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Nov 14 22:40:14 PortableLM systemd[5547]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Nov 14 22:40:14 PortableLM systemd[5547]: Started KDE Connect.
Nov 14 22:40:14 PortableLM systemd[5547]: Started Accessibility.
Nov 14 22:40:14 PortableLM systemd[5547]: Started Discover.
Nov 14 22:40:14 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Nov 14 22:40:14 PortableLM systemd[5547]: Started Geoclue Demo agent.
Nov 14 22:40:14 PortableLM kwin_x11[5678]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 14 22:40:14 PortableLM kwin_x11[5678]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 14 22:40:14 PortableLM systemd[5547]: Started KMix.
Nov 14 22:40:14 PortableLM systemd[5547]: Started Calendar Reminders.
Nov 14 22:40:14 PortableLM systemd[5547]: Started PulseAudio Sound System.
Nov 14 22:40:14 PortableLM systemd[5547]: Finished KSplash "ready" Stage.
Nov 14 22:40:14 PortableLM systemd[5547]: app-org.kde.kgpg@autostart.service: Skipped due to 'exec-condition'.
Nov 14 22:40:14 PortableLM systemd[5547]: Condition check resulted in KGpg being skipped.
Nov 14 22:40:14 PortableLM ksmserver[5672]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:40:14 PortableLM systemd[5547]: app-kalarm.autostart@autostart.service: Skipped due to 'exec-condition'.
Nov 14 22:40:14 PortableLM systemd[5547]: Condition check resulted in KAlarm being skipped.
Nov 14 22:40:14 PortableLM systemd[5547]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
Nov 14 22:40:14 PortableLM systemd[5547]: Condition check resulted in Klipper being skipped.
Nov 14 22:40:14 PortableLM ksmserver[5672]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:40:14 PortableLM systemd[5547]: app-konqy_preload@autostart.service: Skipped due to 'exec-condition'.
Nov 14 22:40:14 PortableLM systemd[5547]: Condition check resulted in Konqueror preloading during desktop environment startup being skipped.
Nov 14 22:40:14 PortableLM kaccess[5955]: Xlib XKB extension major= 1  minor= 0
Nov 14 22:40:14 PortableLM systemd[5547]: Started /usr/lib/DiscoverNotifier.
Nov 14 22:40:14 PortableLM systemd[5547]: Starting Sound Service...
Nov 14 22:40:14 PortableLM systemd[5547]: Started Restore Mixer Volumes.
Nov 14 22:40:14 PortableLM systemd[5547]: Reached target Startup of XDG autostart applications.
Nov 14 22:40:14 PortableLM kioslave5[5995]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Nov 14 22:40:14 PortableLM pulseaudio[5993]: stat('/etc/pulse/default.pa.d'): No such file or directory
Nov 14 22:40:14 PortableLM systemd[5547]: Started Sound Service.
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmixctrl[5992]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM plasmashell[5730]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Nov 14 22:40:15 PortableLM kaccess[5955]: X server XKB extension major= 1  minor= 0
Nov 14 22:40:15 PortableLM ksmserver[5672]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:40:15 PortableLM ksmserver[5672]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:40:15 PortableLM systemd[5547]: Started KMix - Sound Mixer.
Nov 14 22:40:15 PortableLM DiscoverNotifier[5986]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (l>
Nov 14 22:40:15 PortableLM DiscoverNotifier[5986]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so: (libflatpak.so.0: cannot>
Nov 14 22:40:15 PortableLM DiscoverNotifier[5986]: couldn't find any notifier backend ("/usr/lib/qt/plugins", "/usr/lib")
Nov 14 22:40:15 PortableLM DiscoverNotifier[5960]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (l>
Nov 14 22:40:15 PortableLM kmix[5968]: percent 5 -> divisor 20
Nov 14 22:40:15 PortableLM DiscoverNotifier[5960]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so: (libflatpak.so.0: cannot>
Nov 14 22:40:15 PortableLM DiscoverNotifier[5960]: couldn't find any notifier backend ("/usr/lib/qt/plugins", "/usr/lib")
Nov 14 22:40:15 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Activating service name='org.freedesktop.Notifications' requested by ':1.34' (uid=1000 pid=5944 comm="/usr/lib/kdeconnectd")
Nov 14 22:40:15 PortableLM kded5[5677]: Registering ":1.44/StatusNotifierItem" to system tray
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:40:15 PortableLM kmix[5968]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Devices.1.default"
Nov 14 22:40:16 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:40:16 PortableLM kmix[5968]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Devices.1.default"
Nov 14 22:40:16 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:40:16 PortableLM kmix[5968]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Streams.1.default"
Nov 14 22:40:16 PortableLM kmix[5968]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Streams.1.default"
Nov 14 22:40:16 PortableLM kmix[5968]: adding 4 mixers
Nov 14 22:40:16 PortableLM kmix[5968]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Nov 14 22:40:16 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:16 PortableLM kmix[5968]: adding "alsa_output.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:40:16 PortableLM kmix[5968]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Nov 14 22:40:16 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:16 PortableLM kmix[5968]: adding "alsa_input.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:40:16 PortableLM kmix[5968]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Nov 14 22:40:16 PortableLM kmix[5968]: PulseAudio adding 0 devices
Nov 14 22:40:16 PortableLM kmix[5968]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Nov 14 22:40:16 PortableLM kmix[5968]: PulseAudio adding 0 devices
Nov 14 22:40:16 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:40:16 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:40:16 PortableLM kded5[5677]: Registering ":1.48/StatusNotifierItem" to system tray
Nov 14 22:40:16 PortableLM kmix[5968]: adding 4 mixers
Nov 14 22:40:16 PortableLM kmix[5968]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Nov 14 22:40:16 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:16 PortableLM kmix[5968]: adding "alsa_output.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:40:16 PortableLM kmix[5968]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Nov 14 22:40:16 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:16 PortableLM kmix[5968]: adding "alsa_input.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:40:16 PortableLM kmix[5968]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Nov 14 22:40:16 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:16 PortableLM kmix[5968]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Nov 14 22:40:16 PortableLM kmix[5968]: PulseAudio adding 0 devices
Nov 14 22:40:16 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:40:16 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:40:16 PortableLM plasmashell[5730]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Nov 14 22:40:16 PortableLM ksmserver[5672]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:40:16 PortableLM ksmserver[5672]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:40:16 PortableLM systemd[5547]: Started /usr/bin/kalendarac.
Nov 14 22:40:17 PortableLM plasmashell[5730]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.no>
Nov 14 22:40:17 PortableLM plasmashell[5730]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.no>
Nov 14 22:40:17 PortableLM dbus-daemon[5578]: [session uid=1000 pid=5578] Successfully activated service 'org.freedesktop.Notifications'
Nov 14 22:40:17 PortableLM plasmashell[5730]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Nov 14 22:40:17 PortableLM akonadi_control[6115]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nov 14 22:40:17 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Starting up the Akonadi Server...
Nov 14 22:40:17 PortableLM systemd[5547]: Finished KDE Session Restoration.
Nov 14 22:40:18 PortableLM systemd[5547]: app-\x2fusr\x2fbin\x2fkalendarac-0f134af829544b9583eaa1fb86f8bfab.scope: Consumed 1.286s CPU time.
Nov 14 22:40:18 PortableLM kalendarac[6175]: /usr/bin/mysqlcheck: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-check' instead
Nov 14 22:40:18 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.collectionattributetable                   OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.collectionmimetyperelation                 OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.collectionpimitemrelation                  OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.collectiontable                            OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.flagtable                                  OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.mimetypetable                              OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.parttable                                  OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.parttypetable                              OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.pimitemflagrelation                        OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.pimitemtable                               OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.pimitemtagrelation                         OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.relationtable                              OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.relationtypetable                          OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.resourcetable                              OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.schemaversiontable                         OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.tagattributetable                          OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.tagremoteidresourcerelationtable           OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.tagtable                                   OK
Nov 14 22:40:18 PortableLM kalendarac[6175]: akonadi.tagtypetable                               OK
Nov 14 22:40:18 PortableLM kalendarac[6181]: /usr/bin/mysql_upgrade: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-upgrade' instead
Nov 14 22:40:18 PortableLM kalendarac[6181]: This installation of MariaDB is already upgraded to 11.1.2-MariaDB.
Nov 14 22:40:18 PortableLM kalendarac[6181]: There is no need to run mariadb-upgrade again for 11.1.2-MariaDB.
Nov 14 22:40:18 PortableLM kalendarac[6181]: You can use --force if you still want to run mariadb-upgrade
Nov 14 22:40:18 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Running DB initializer
Nov 14 22:40:18 PortableLM plasmashell[5730]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Nov 14 22:40:18 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: DB initializer done
Nov 14 22:40:18 PortableLM akonadiserver[6141]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nov 14 22:40:19 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:40:19 PortableLM akonadi_control[6115]: org.kde.pim.akonadicontrol: Akonadi server is now operational.
Nov 14 22:40:20 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:40:20 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:40:20 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:40:20 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:40:20 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:40:20 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card"
Nov 14 22:40:20 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c001e00) )
Nov 14 22:40:20 PortableLM kmix[5968]: adding 4 mixers
Nov 14 22:40:20 PortableLM kmix[5968]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Nov 14 22:40:20 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:20 PortableLM kmix[5968]: adding "alsa_output.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:40:20 PortableLM kmix[5968]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Nov 14 22:40:20 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:20 PortableLM kmix[5968]: adding "alsa_input.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:40:20 PortableLM kmix[5968]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Nov 14 22:40:20 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:20 PortableLM kmix[5968]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Nov 14 22:40:20 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:20 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:40:20 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:40:20 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:40:20 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card"
Nov 14 22:40:20 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c001e00) identified as "ETMCalendarMonitor - 94713485457120"
Nov 14 22:40:20 PortableLM kmix[5968]: adding 4 mixers
Nov 14 22:40:20 PortableLM kmix[5968]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Nov 14 22:40:20 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:20 PortableLM kmix[5968]: adding "alsa_output.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:40:20 PortableLM kmix[5968]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Nov 14 22:40:20 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:20 PortableLM kmix[5968]: adding "alsa_input.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:40:20 PortableLM kmix[5968]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Nov 14 22:40:20 PortableLM kmix[5968]: PulseAudio adding 1 devices
Nov 14 22:40:20 PortableLM kmix[5968]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Nov 14 22:40:20 PortableLM kmix[5968]: PulseAudio adding 0 devices
Nov 14 22:40:20 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:40:20 PortableLM kmix[5968]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:40:20 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c04be90) )
Nov 14 22:40:21 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c054f20) )
Nov 14 22:40:21 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c04be90) identified as "AgentBaseChangeRecorder - 94505208932064"
Nov 14 22:40:21 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:40:21 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:40:21 PortableLM plasmashell[5730]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286: Unable to assign [undefined] to QString
Nov 14 22:40:21 PortableLM plasmashell[5730]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286: Unable to assign [undefined] to QString
Nov 14 22:40:21 PortableLM systemd[5547]: Started Konsole - Terminal.
Nov 14 22:40:22 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c056bd0) )
Nov 14 22:40:22 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c072a40) )
Nov 14 22:40:22 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c072dd0) )
Nov 14 22:40:22 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 14 22:40:22 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c07c290) )
Nov 14 22:40:22 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c092be0) )
Nov 14 22:40:22 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c092be0) identified as "InternalEmailAddressSelectionWidgetModel - 94354354120688"
Nov 14 22:40:22 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c08eac0) )
Nov 14 22:40:22 PortableLM plasmashell[5730]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:40:22 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c08f830) )
Nov 14 22:40:22 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c090540) )
Nov 14 22:40:22 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c091730) )
Nov 14 22:40:23 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c0bc6f0) )
Nov 14 22:40:23 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c054f20) identified as "AgentBaseChangeRecorder - 94602527026544"
Nov 14 22:40:23 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c0ce980) )
Nov 14 22:40:23 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c090540) identified as "akonadi_birthdays_resource - 94602527114048"
Nov 14 22:40:23 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c0e0c60) )
Nov 14 22:40:23 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c0d8240) )
Nov 14 22:40:23 PortableLM konsole[6287]: kf.config.core: Watching absolute paths is not supported "/home/laurent/.local/share/color-schemes/Sweet.colors"
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c056bd0) identified as "AgentBaseChangeRecorder - 94815351333664"
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c072a40) identified as "AgentBaseChangeRecorder - 93978952745712"
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c072dd0) identified as "AgentBaseChangeRecorder - 94132458012224"
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c0fbcf0) )
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c0d79d0) )
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c08eac0) identified as "AgentBaseChangeRecorder - 94423284361808"
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c08f830) identified as "AgentBaseChangeRecorder - 94607880866384"
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c0e0c60) identified as "AgentBaseChangeRecorder - 94311347142448"
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c12fb80) )
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c0bc6f0) identified as "AgentBaseChangeRecorder - 94647262314736"
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c091730) identified as "AgentBaseChangeRecorder - 94533407133616"
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c0fbcf0) identified as "akonadi_maildispatcher_agent - 94533407125472"
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c0d79d0) identified as "SpecialCollectionsMonitor - 94533409975936"
Nov 14 22:40:24 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c15a8e0) )
Nov 14 22:40:24 PortableLM kwin_x11[5678]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c15aaf0) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c0ce980) identified as "AgentBaseChangeRecorder - 93844138813424"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c174e70) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c171020) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c175090) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c0d8240) identified as "AgentBaseChangeRecorder - 94666864486416"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c174e70) identified as "KNotes Session - 94666861341984"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c1a2700) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c1a2700) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c1af7b0) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c1ab580) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c12fb80) identified as "AgentBaseChangeRecorder - 94319721922464"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c1a2700) identified as "MailFilter Kernel ETM - 94319722016480"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c1ae650) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c1ae650) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c1dbda0) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c1af7b0) identified as "MailFilterCollectionMonitor - 94319721985664"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c1ab580) identified as "MailFilterItemMonitor - 94319721928240"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c15a8e0) identified as "AgentBaseChangeRecorder - 94223863676560"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c1ae650) identified as "Archive Mail Kernel ETM - 94223863728240"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c1da460) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff42c20c2f0) )
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c20c2f0) identified as "SpecialCollectionsMonitor - 94319721957328"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c1dbda0) identified as "ArchiveMailCollectionMonitor - 94223863743120"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c171020) identified as "AgentBaseChangeRecorder - 94905918408032"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c1da460) identified as "UnifiedMailboxChangeRecorder - 140725598153056"
Nov 14 22:40:25 PortableLM akonadiserver[6141]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff42c175090) identified as "AgentBaseChangeRecorder - 94914859030336"

Here is the journal from the last boot that had a 7 minute boot time:

Nov 14 22:03:20 PortableLM systemd-xdg-autostart-generator[16292]: Exec binary '/usr/bin/teams' does not exist: No such file or directory
Nov 14 22:03:20 PortableLM systemd-xdg-autostart-generator[16292]: /home/laurent/.config/autostart/teams.desktop: not generating unit, executable specified in Exec= does not exist.
Nov 14 22:03:21 PortableLM systemd[16279]: Queued start job for default target Main User Target.
Nov 14 22:03:21 PortableLM systemd[16279]: Created slice User Application Slice.
Nov 14 22:03:21 PortableLM systemd[16279]: Reached target Paths.
Nov 14 22:03:21 PortableLM systemd[16279]: Reached target Timers.
Nov 14 22:03:21 PortableLM systemd[16279]: Starting D-Bus User Message Bus Socket...
Nov 14 22:03:21 PortableLM systemd[16279]: Listening on GnuPG network certificate management daemon.
Nov 14 22:03:21 PortableLM systemd[16279]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 14 22:03:21 PortableLM systemd[16279]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 14 22:03:21 PortableLM systemd[16279]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 14 22:03:21 PortableLM systemd[16279]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 14 22:03:21 PortableLM systemd[16279]: Listening on p11-kit server.
Nov 14 22:03:21 PortableLM systemd[16279]: Listening on PipeWire Multimedia System Sockets.
Nov 14 22:03:21 PortableLM systemd[16279]: Listening on Sound System.
Nov 14 22:03:21 PortableLM systemd[16279]: Listening on D-Bus User Message Bus Socket.
Nov 14 22:03:21 PortableLM systemd[16279]: Reached target Sockets.
Nov 14 22:03:21 PortableLM systemd[16279]: Reached target Basic System.
Nov 14 22:03:21 PortableLM systemd[16279]: Starting Update XDG user dir configuration...
Nov 14 22:03:21 PortableLM systemd[16279]: Finished Update XDG user dir configuration.
Nov 14 22:03:21 PortableLM systemd[16279]: Reached target Main User Target.
Nov 14 22:03:21 PortableLM systemd[16279]: Startup finished in 422ms.
Nov 14 22:03:21 PortableLM sddm-helper[16301]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Nov 14 22:03:21 PortableLM systemd[16279]: Created slice User Core Session Slice.
Nov 14 22:03:21 PortableLM systemd[16279]: Starting D-Bus User Message Bus...
Nov 14 22:03:21 PortableLM systemd[16279]: Started D-Bus User Message Bus.
Nov 14 22:03:21 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Successfully activated service 'org.freedesktop.systemd1'
Nov 14 22:03:22 PortableLM systemd[16279]: Reloading requested from client PID 16303 ('startplasma-x11')...
Nov 14 22:03:22 PortableLM systemd[16279]: Reloading...
Nov 14 22:03:22 PortableLM systemd-xdg-autostart-generator[16350]: Exec binary '/usr/bin/teams' does not exist: No such file or directory
Nov 14 22:03:22 PortableLM systemd-xdg-autostart-generator[16350]: /home/laurent/.config/autostart/teams.desktop: not generating unit, executable specified in Exec= does not exist.
Nov 14 22:03:22 PortableLM ksplashqml[16325]: file:///home/laurent/.local/share/plasma/look-and-feel/1604-Arch-Splash/contents/splash/Splash.qml:88: ReferenceError: bottomRect is not defined
Nov 14 22:03:22 PortableLM systemd[16279]: Reloading finished in 716 ms.
Nov 14 22:03:22 PortableLM systemd[16279]: Created slice User Background Tasks Slice.
Nov 14 22:03:22 PortableLM systemd[16279]: Reached target Session services which should run early before the graphical session is brought up.
Nov 14 22:03:22 PortableLM systemd[16279]: Starting KDE Config Module Initialization...
Nov 14 22:03:22 PortableLM systemd[16279]: Starting Baloo File Indexer Daemon...
Nov 14 22:03:22 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.4' (uid=1000 pid=16364 comm="/usr/bin/>
Nov 14 22:03:22 PortableLM systemd[16279]: Starting Portal service...
Nov 14 22:03:22 PortableLM systemd[16279]: Started Baloo File Indexer Daemon.
Nov 14 22:03:23 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.6' (uid=1000 pid=16367 comm="/usr/l>
Nov 14 22:03:23 PortableLM systemd[16279]: Starting flatpak document portal service...
Nov 14 22:03:23 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.7' (uid=1000 pid=16374 >
Nov 14 22:03:23 PortableLM systemd[16279]: Starting sandboxed app permission store...
Nov 14 22:03:23 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 14 22:03:23 PortableLM systemd[16279]: Started sandboxed app permission store.
Nov 14 22:03:23 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 14 22:03:23 PortableLM systemd[16279]: Started flatpak document portal service.
Nov 14 22:03:23 PortableLM kcminit_startup[16364]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Nov 14 22:03:23 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.6' (uid=1000 pid=1>
Nov 14 22:03:23 PortableLM kcminit_startup[16364]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Nov 14 22:03:23 PortableLM kcminit_startup[16364]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
Nov 14 22:03:23 PortableLM systemd[16279]: Started KDE Config Module Initialization.
Nov 14 22:03:23 PortableLM systemd[16279]: Starting KDE Session Management Server...
Nov 14 22:03:23 PortableLM systemd[16279]: Started Unlock kwallet from pam credentials.
Nov 14 22:03:23 PortableLM systemd[16279]: Starting KDE Daemon...
Nov 14 22:03:23 PortableLM systemd[16279]: Starting KDE Window Manager...
Nov 14 22:03:24 PortableLM systemd[16279]: Started KDE Daemon.
Nov 14 22:03:24 PortableLM systemd[16279]: Starting KDE Configuration Module Initialization (Phase 1)...
Nov 14 22:03:24 PortableLM kcminit_startup[16364]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
Nov 14 22:03:24 PortableLM ksmserver[16423]: Qt: Session management error: networkIdsList argument is NULL
Nov 14 22:03:24 PortableLM kcminit_startup[16364]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Nov 14 22:03:24 PortableLM kcminit_startup[16364]: kcm_touchpad: Using X11 backend
Nov 14 22:03:24 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.11' (uid=1000 pid=16423 comm="/usr/bin/ksmserve>
Nov 14 22:03:24 PortableLM systemd[16279]: Starting KDE Global Shortcuts Server...
Nov 14 22:03:24 PortableLM systemd[16279]: Finished KDE Configuration Module Initialization (Phase 1).
Nov 14 22:03:24 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Successfully activated service 'org.kde.kglobalaccel'
Nov 14 22:03:24 PortableLM systemd[16279]: Started KDE Global Shortcuts Server.
Nov 14 22:03:24 PortableLM kded5[16425]: Installing the delayed initialization callback.
Nov 14 22:03:24 PortableLM ksmserver[16423]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.15'
Nov 14 22:03:24 PortableLM systemd[16279]: Started KDE Session Management Server.
Nov 14 22:03:24 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.10' (uid=1000 pid=16425 comm="/usr/bin/>
Nov 14 22:03:24 PortableLM systemd[16279]: Starting KDE Plasma Workspace...
Nov 14 22:03:24 PortableLM systemd[16279]: Starting KActivityManager Activity manager Service...
Nov 14 22:03:24 PortableLM kded5[16425]: print-manager.kded: unable to register service to dbus
Nov 14 22:03:24 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.14' (uid=1000 pid=16425 comm="/usr/bin/kded5")
Nov 14 22:03:24 PortableLM systemd[16279]: Starting User preferences database...
Nov 14 22:03:24 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Successfully activated service 'org.kde.ActivityManager'
Nov 14 22:03:24 PortableLM systemd[16279]: Started KActivityManager Activity manager Service.
Nov 14 22:03:24 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Successfully activated service 'ca.desrt.dconf'
Nov 14 22:03:24 PortableLM systemd[16279]: Started User preferences database.
Nov 14 22:03:24 PortableLM systemd[16279]: Started KDE Window Manager.
Nov 14 22:03:25 PortableLM kded5[16425]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface: The name org.wicd.daemon was not provided by any .service files
Nov 14 22:03:25 PortableLM kded5[16425]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
Nov 14 22:03:25 PortableLM kded5[16425]: kcm_touchpad: Using X11 backend
Nov 14 22:03:25 PortableLM baloo_file[16363]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.5262'
Nov 14 22:03:25 PortableLM baloo_file[16363]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.5266'
Nov 14 22:03:25 PortableLM kded5[16425]: 
Nov 14 22:03:25 PortableLM kded5[16425]: Delayed initialization.
Nov 14 22:03:25 PortableLM kded5[16425]: Reloading the khotkeys configuration
Nov 14 22:03:25 PortableLM kded5[16425]: Version 2 File!
Nov 14 22:03:25 PortableLM kded5[16425]: true
Nov 14 22:03:25 PortableLM kded5[16425]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
Nov 14 22:03:25 PortableLM kded5[16425]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
Nov 14 22:03:25 PortableLM kded5[16425]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Nov 14 22:03:25 PortableLM kwin_x11[16426]: OpenGL vendor string:                   AMD
Nov 14 22:03:25 PortableLM kwin_x11[16426]: OpenGL renderer string:                 AMD Radeon R7 Graphics (carrizo, LLVM 16.0.6, DRM 3.54, 6.6.1-arch1-1)
Nov 14 22:03:25 PortableLM kwin_x11[16426]: OpenGL version string:                  4.6 (Compatibility Profile) Mesa 23.2.1-arch1.2
Nov 14 22:03:25 PortableLM kwin_x11[16426]: OpenGL shading language version string: 4.60
Nov 14 22:03:25 PortableLM kwin_x11[16426]: Driver:                                 Unknown
Nov 14 22:03:25 PortableLM kwin_x11[16426]: GPU class:                              Unknown
Nov 14 22:03:25 PortableLM kwin_x11[16426]: OpenGL version:                         4.6
Nov 14 22:03:25 PortableLM kwin_x11[16426]: GLSL version:                           4.60
Nov 14 22:03:25 PortableLM kwin_x11[16426]: Mesa version:                           23.2.1
Nov 14 22:03:25 PortableLM kwin_x11[16426]: X server version:                       1.21.1
Nov 14 22:03:25 PortableLM kwin_x11[16426]: Linux kernel version:                   6.6.1
Nov 14 22:03:25 PortableLM kwin_x11[16426]: Requires strict binding:                yes
Nov 14 22:03:25 PortableLM kwin_x11[16426]: GLSL shaders:                           yes
Nov 14 22:03:25 PortableLM kwin_x11[16426]: Texture NPOT support:                   yes
Nov 14 22:03:25 PortableLM kwin_x11[16426]: Virtual Machine:                        no
Nov 14 22:03:25 PortableLM plasmashell[16477]: Checking screens: available: (QScreen(0x55e6286ad170, name="eDP")) redundant: QHash() fake: QSet() all: (QScreen(0x55e6286ad170, name="eDP"))
Nov 14 22:03:25 PortableLM plasmashell[16477]: Checking screens: available: (QScreen(0x55e6286ad170, name="eDP")) redundant: QHash() fake: QSet() all: (QScreen(0x55e6286ad170, name="eDP"))
Nov 14 22:03:25 PortableLM systemd[16279]: Started KDE Plasma Workspace.
Nov 14 22:03:25 PortableLM systemd[16279]: Reached target KDE Plasma Workspace Core.
Nov 14 22:03:25 PortableLM systemd[16279]: Started Proxies GTK DBus menus to a Plasma readable format.
Nov 14 22:03:25 PortableLM systemd[16279]: Starting KDE PolicyKit Authentication Agent...
Nov 14 22:03:25 PortableLM systemd[16279]: Starting Powerdevil...
Nov 14 22:03:25 PortableLM systemd[16279]: Starting Xdg Desktop Portal For KDE...
Nov 14 22:03:25 PortableLM systemd[16279]: Started Handle legacy xembed system tray icons.
Nov 14 22:03:25 PortableLM kded5[16425]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                          "Unit dbus-org.freedesktop.ModemManager1.service not found."
Nov 14 22:03:25 PortableLM plasmashell[16477]: kf.plasma.quick: Applet preload policy set to 1
Nov 14 22:03:25 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.10' (uid=1000 pid=16425 comm="/usr/bin/kded5")
Nov 14 22:03:25 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Activating via systemd: service name='org.kde.KScreen' unit='plasma-kscreen.service' requested by ':1.10' (uid=1000 pid=16425 comm="/usr/bin/kded5")
Nov 14 22:03:25 PortableLM kded5[16425]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 14 22:03:25 PortableLM kded5[16425]: Known activities: ("adbf9457-cf5b-44b4-bb42-3093048033f2")
Nov 14 22:03:25 PortableLM kded5[16425]: kf.bluezqt: PendingCall Error: "Unit dbus-org.bluez.service not found."
Nov 14 22:03:25 PortableLM systemd[16279]: Starting Bluetooth OBEX service...
Nov 14 22:03:25 PortableLM systemd[16279]: Starting KScreen...
Nov 14 22:03:25 PortableLM obexd[16560]: OBEX daemon 5.70
Nov 14 22:03:25 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Successfully activated service 'org.bluez.obex'
Nov 14 22:03:25 PortableLM systemd[16279]: Started Bluetooth OBEX service.
Nov 14 22:03:26 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Successfully activated service 'org.kde.KScreen'
Nov 14 22:03:26 PortableLM systemd[16279]: Started KScreen.
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr: Connected output 81 to CRTC 78
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper: Detected XRandR 1.6
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper: Event Base:  89
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper: Event Error:  147
Nov 14 22:03:26 PortableLM kded5[16425]: kscreen.kded: PowerDevil SuspendSession action not available!
Nov 14 22:03:26 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
Nov 14 22:03:26 PortableLM systemd[16279]: Started Xdg Desktop Portal For KDE.
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr: XRandR::setConfig
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr: Needed CRTCs:  1
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr: Actions to perform:
                                                                     Priorities: true
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr:         Output 81 
                                                                             Old: "0" 
                                                                             New: "1"
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr:         Change Screen Size: false
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr:         Disable outputs: false
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr:         Change outputs: false
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr:         Enable outputs: false
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr: RRSetOutputPrimary 
                                                                     New priority: 1
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr: RRSetOutputPrimary 
                                                                     New priority: 0
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr: RRSetOutputPrimary 
                                                                     New priority: 0
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xrandr: XRandR::setConfig done!
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper:         Timestamp:  448217
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper:         Output:  81
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper:         Timestamp:  448217
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper:         Output:  81
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Nov 14 22:03:26 PortableLM kscreen_backend_launcher[16562]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Nov 14 22:03:26 PortableLM systemd[16279]: Started KDE PolicyKit Authentication Agent.
Nov 14 22:03:26 PortableLM polkit-kde-authentication-agent-1[16527]: New PolkitAgentListener  0x5655217c51b0
Nov 14 22:03:26 PortableLM polkit-kde-authentication-agent-1[16527]: Adding new listener  PolkitQt1::Agent::Listener(0x7eff88011eb0) for  0x5655217c51b0
Nov 14 22:03:26 PortableLM polkit-kde-authentication-agent-1[16527]: Listener online
Nov 14 22:03:26 PortableLM polkit-kde-authentication-agent-1[16527]: Authentication agent result: true
Nov 14 22:03:26 PortableLM systemd[16279]: Started PipeWire Multimedia Service.
Nov 14 22:03:26 PortableLM systemd[16279]: Started PipeWire Media Session Manager.
Nov 14 22:03:26 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 14 22:03:26 PortableLM systemd[16279]: Started Portal service.
Nov 14 22:03:26 PortableLM systemd[16279]: Started Powerdevil.
Nov 14 22:03:26 PortableLM systemd[16279]: Reached target KDE Plasma Workspace.
Nov 14 22:03:26 PortableLM systemd[16279]: Reached target Current graphical user session.
Nov 14 22:03:26 PortableLM systemd[16279]: Reached target plasma-workspace-x11.target.
Nov 14 22:03:26 PortableLM systemd[16279]: Starting AT-SPI D-Bus Bus...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting Geoclue Demo agent...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting Accessibility...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting KAlarm...
Nov 14 22:03:26 PortableLM org_kde_powerdevil[16529]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Nov 14 22:03:26 PortableLM systemd[16279]: Starting Klipper...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting KMix...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting Konqueror preloading during desktop environment startup...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting Discover...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting Calendar Reminders...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting KDE Connect...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting KGpg...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting PulseAudio Sound System...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting Restore Mixer Volumes...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting KSplash "ready" Stage...
Nov 14 22:03:26 PortableLM systemd[16279]: Starting KDE Session Restoration...
Nov 14 22:03:26 PortableLM systemd[16279]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Nov 14 22:03:26 PortableLM systemd[16279]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Nov 14 22:03:26 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Nov 14 22:03:26 PortableLM systemd[16279]: Started KDE Connect.
Nov 14 22:03:26 PortableLM systemd[16279]: Started Accessibility.
Nov 14 22:03:26 PortableLM systemd[16279]: Started Geoclue Demo agent.
Nov 14 22:03:26 PortableLM systemd[16279]: Started Discover.
Nov 14 22:03:26 PortableLM systemd[16279]: app-org.kde.kgpg@autostart.service: Skipped due to 'exec-condition'.
Nov 14 22:03:26 PortableLM systemd[16279]: Condition check resulted in KGpg being skipped.
Nov 14 22:03:26 PortableLM systemd[16279]: Started PulseAudio Sound System.
Nov 14 22:03:27 PortableLM systemd[16279]: Started Calendar Reminders.
Nov 14 22:03:27 PortableLM systemd[16279]: Finished KSplash "ready" Stage.
Nov 14 22:03:27 PortableLM kwin_x11[16426]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 14 22:03:27 PortableLM kwin_x11[16426]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 14 22:03:27 PortableLM systemd[16279]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
Nov 14 22:03:27 PortableLM systemd[16279]: Condition check resulted in Klipper being skipped.
Nov 14 22:03:27 PortableLM systemd[16279]: app-kalarm.autostart@autostart.service: Skipped due to 'exec-condition'.
Nov 14 22:03:27 PortableLM systemd[16279]: Condition check resulted in KAlarm being skipped.
Nov 14 22:03:27 PortableLM systemd[16279]: app-konqy_preload@autostart.service: Skipped due to 'exec-condition'.
Nov 14 22:03:27 PortableLM systemd[16279]: Condition check resulted in Konqueror preloading during desktop environment startup being skipped.
Nov 14 22:03:27 PortableLM ksmserver[16423]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:03:27 PortableLM ksmserver[16423]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:03:27 PortableLM systemd[16279]: Started KMix.
Nov 14 22:03:27 PortableLM systemd[16279]: Started Restore Mixer Volumes.
Nov 14 22:03:27 PortableLM systemd[16279]: Reached target Startup of XDG autostart applications.
Nov 14 22:03:27 PortableLM kaccess[16692]: Xlib XKB extension major= 1  minor= 0
Nov 14 22:03:27 PortableLM systemd[16279]: Starting Sound Service...
Nov 14 22:03:27 PortableLM systemd[16279]: Started KMix - Sound Mixer.
Nov 14 22:03:27 PortableLM kioslave5[16720]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Nov 14 22:03:27 PortableLM pulseaudio[16724]: stat('/etc/pulse/default.pa.d'): No such file or directory
Nov 14 22:03:27 PortableLM systemd[16279]: Started Sound Service.
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:27 PortableLM kmixctrl[16722]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM DiscoverNotifier[16701]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (>
Nov 14 22:03:28 PortableLM DiscoverNotifier[16701]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so: (libflatpak.so.0: canno>
Nov 14 22:03:28 PortableLM DiscoverNotifier[16701]: couldn't find any notifier backend ("/usr/lib/qt/plugins", "/usr/lib")
Nov 14 22:03:28 PortableLM plasmashell[16477]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Nov 14 22:03:28 PortableLM kmix[16717]: percent 5 -> divisor 20
Nov 14 22:03:28 PortableLM kded5[16425]: Registering ":1.43/StatusNotifierItem" to system tray
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: no mix devices and not dynamic
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Devices.1.default"
Nov 14 22:03:28 PortableLM ksmserver[16423]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:03:28 PortableLM ksmserver[16423]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:03:28 PortableLM systemd[16279]: Started /usr/lib/DiscoverNotifier.
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:03:28 PortableLM kaccess[16692]: X server XKB extension major= 1  minor= 0
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Devices.1.default"
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Streams.1.default"
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Streams.1.default"
Nov 14 22:03:28 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Activating service name='org.freedesktop.Notifications' requested by ':1.34' (uid=1000 pid=16681 comm="/usr/lib/kdeconnectd")
Nov 14 22:03:28 PortableLM kmix[16717]: adding 4 mixers
Nov 14 22:03:28 PortableLM kmix[16717]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Nov 14 22:03:28 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:28 PortableLM kmix[16717]: adding "alsa_output.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:03:28 PortableLM kmix[16717]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Nov 14 22:03:28 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:28 PortableLM kmix[16717]: adding "alsa_input.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:03:28 PortableLM kmix[16717]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Nov 14 22:03:28 PortableLM kmix[16717]: PulseAudio adding 0 devices
Nov 14 22:03:28 PortableLM kmix[16717]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Nov 14 22:03:28 PortableLM kmix[16717]: PulseAudio adding 0 devices
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:03:28 PortableLM kded5[16425]: Registering ":1.46/StatusNotifierItem" to system tray
Nov 14 22:03:28 PortableLM kmix[16717]: adding 4 mixers
Nov 14 22:03:28 PortableLM kmix[16717]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Nov 14 22:03:28 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:28 PortableLM kmix[16717]: adding "alsa_output.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:03:28 PortableLM kmix[16717]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Nov 14 22:03:28 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:28 PortableLM kmix[16717]: adding "alsa_input.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:03:28 PortableLM kmix[16717]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Nov 14 22:03:28 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:28 PortableLM kmix[16717]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Nov 14 22:03:28 PortableLM kmix[16717]: PulseAudio adding 0 devices
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:03:28 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:03:29 PortableLM plasmashell[16477]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Nov 14 22:03:29 PortableLM ksmserver[16423]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:03:29 PortableLM ksmserver[16423]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 14 22:03:29 PortableLM DiscoverNotifier[16800]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (>
Nov 14 22:03:29 PortableLM DiscoverNotifier[16800]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so: (libflatpak.so.0: canno>
Nov 14 22:03:29 PortableLM DiscoverNotifier[16800]: couldn't find any notifier backend ("/usr/lib/qt/plugins", "/usr/lib")
Nov 14 22:03:29 PortableLM systemd[16279]: Started /usr/bin/kalendarac.
Nov 14 22:03:30 PortableLM plasmashell[16477]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.n>
Nov 14 22:03:30 PortableLM plasmashell[16477]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.n>
Nov 14 22:03:30 PortableLM dbus-daemon[16310]: [session uid=1000 pid=16310] Successfully activated service 'org.freedesktop.Notifications'
Nov 14 22:03:30 PortableLM akonadi_control[16847]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nov 14 22:03:30 PortableLM plasmashell[16477]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Nov 14 22:03:30 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Starting up the Akonadi Server...
Nov 14 22:03:30 PortableLM systemd[16279]: Finished KDE Session Restoration.
Nov 14 22:03:30 PortableLM systemd[16279]: app-\x2fusr\x2fbin\x2fkalendarac-ab6bc8758d9844b2a665e5aba5d38f69.scope: Consumed 1.245s CPU time.
Nov 14 22:03:30 PortableLM kalendarac[16915]: /usr/bin/mysqlcheck: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-check' instead
Nov 14 22:03:30 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.collectionattributetable                   OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.collectionmimetyperelation                 OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.collectionpimitemrelation                  OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.collectiontable                            OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.flagtable                                  OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.mimetypetable                              OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.parttable                                  OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.parttypetable                              OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.pimitemflagrelation                        OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.pimitemtable                               OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.pimitemtagrelation                         OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.relationtable                              OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.relationtypetable                          OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.resourcetable                              OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.schemaversiontable                         OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.tagattributetable                          OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.tagremoteidresourcerelationtable           OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.tagtable                                   OK
Nov 14 22:03:31 PortableLM kalendarac[16915]: akonadi.tagtypetable                               OK
Nov 14 22:03:31 PortableLM kalendarac[16917]: /usr/bin/mysql_upgrade: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-upgrade' instead
Nov 14 22:03:31 PortableLM plasmashell[16477]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Nov 14 22:03:31 PortableLM kalendarac[16917]: This installation of MariaDB is already upgraded to 11.1.2-MariaDB.
Nov 14 22:03:31 PortableLM kalendarac[16917]: There is no need to run mariadb-upgrade again for 11.1.2-MariaDB.
Nov 14 22:03:31 PortableLM kalendarac[16917]: You can use --force if you still want to run mariadb-upgrade
Nov 14 22:03:31 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Running DB initializer
Nov 14 22:03:31 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: DB initializer done
Nov 14 22:03:31 PortableLM akonadiserver[16871]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nov 14 22:03:32 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:03:32 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:03:32 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card"
Nov 14 22:03:32 PortableLM kmix[16717]: adding 4 mixers
Nov 14 22:03:32 PortableLM kmix[16717]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Nov 14 22:03:32 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:32 PortableLM kmix[16717]: adding "alsa_output.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:03:32 PortableLM kmix[16717]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Nov 14 22:03:32 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:32 PortableLM kmix[16717]: adding "alsa_input.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:03:32 PortableLM kmix[16717]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Nov 14 22:03:32 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:32 PortableLM kmix[16717]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Nov 14 22:03:32 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:32 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:03:32 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:03:32 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card"
Nov 14 22:03:32 PortableLM akonadi_control[16847]: org.kde.pim.akonadicontrol: Akonadi server is now operational.
Nov 14 22:03:32 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:03:32 PortableLM kmix[16717]: adding 4 mixers
Nov 14 22:03:32 PortableLM kmix[16717]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Nov 14 22:03:32 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:32 PortableLM kmix[16717]: adding "alsa_output.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:03:32 PortableLM kmix[16717]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Nov 14 22:03:32 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:32 PortableLM kmix[16717]: adding "alsa_input.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 14 22:03:32 PortableLM kmix[16717]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Nov 14 22:03:32 PortableLM kmix[16717]: PulseAudio adding 1 devices
Nov 14 22:03:32 PortableLM kmix[16717]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Nov 14 22:03:32 PortableLM kmix[16717]: PulseAudio adding 0 devices
Nov 14 22:03:32 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:03:32 PortableLM kmix[16717]: org.kde.kmix: No such icon "audio-card-pci"
Nov 14 22:03:33 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:03:33 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c001e00) )
Nov 14 22:03:33 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c001e00) identified as "ETMCalendarMonitor - 94287626414304"
Nov 14 22:03:34 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c04b270) )
Nov 14 22:03:34 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c0542e0) )
Nov 14 22:03:34 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c0545f0) )
Nov 14 22:03:34 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c055f10) )
Nov 14 22:03:34 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c057410) )
Nov 14 22:03:34 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c0588e0) )
Nov 14 22:03:35 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c059de0) )
Nov 14 22:03:35 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 14 22:03:35 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c084460) )
Nov 14 22:03:35 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c084460) )
Nov 14 22:03:35 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:03:35 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c084460) identified as "InternalEmailAddressSelectionWidgetModel - 94447050850784"
Nov 14 22:03:35 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:03:35 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:03:35 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:03:35 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:03:35 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c0988f0) )
Nov 14 22:03:35 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c0996e0) )
Nov 14 22:03:35 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c0999f0) )
Nov 14 22:03:35 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c092c10) )
Nov 14 22:03:35 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c093f50) )
Nov 14 22:03:36 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c04b270) identified as "AgentBaseChangeRecorder - 94707128343088"
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c0cf1c0) )
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c0542e0) identified as "AgentBaseChangeRecorder - 93832039696752"
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c0cf1c0) identified as "akonadi_birthdays_resource - 93832039682352"
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c0f23d0) )
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c0f2250) )
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c0fb9c0) )
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c104c70) )
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c10e080) )
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c0588e0) identified as "AgentBaseChangeRecorder - 94747772785440"
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c0545f0) identified as "AgentBaseChangeRecorder - 94558239816816"
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c055f10) identified as "AgentBaseChangeRecorder - 94537015685952"
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c0f2250) identified as "akonadi_maildispatcher_agent - 94537016929808"
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c0fb9c0) identified as "SpecialCollectionsMonitor - 94537016944400"
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c057410) identified as "AgentBaseChangeRecorder - 93857507575504"
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c059de0) identified as "AgentBaseChangeRecorder - 94918159733600"
Nov 14 22:03:36 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Cannot connect to agent instance with identifier 'akonadi_maildir_resource_0', error message: ''
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c0988f0) identified as "AgentBaseChangeRecorder - 94920843797024"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c0996e0) identified as "AgentBaseChangeRecorder - 94804462399040"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c0999f0) identified as "AgentBaseChangeRecorder - 94229834156256"
Nov 14 22:03:37 PortableLM systemd[16279]: Started Konsole - Terminal.
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c175070) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c175070) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c181e30) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c092c10) identified as "AgentBaseChangeRecorder - 94177037569280"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c175070) identified as "KNotes Session - 94177040430768"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c093f50) identified as "AgentBaseChangeRecorder - 94280441560000"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c181510) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c181510) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c180b80) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c1aaf00) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c0f23d0) identified as "AgentBaseChangeRecorder - 94540558128176"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c181510) identified as "MailFilter Kernel ETM - 94540558179872"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c180b80) identified as "MailFilterCollectionMonitor - 94540558172816"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c1ae0d0) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c1e36a0) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c1ae0d0) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c104c70) identified as "AgentBaseChangeRecorder - 94348641370752"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c1e36a0) identified as "Archive Mail Kernel ETM - 94348641463824"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c10e080) identified as "AgentBaseChangeRecorder - 94309345270896"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c1aaf00) identified as "MailFilterItemMonitor - 94540558165280"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c1e1f80) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c1e1f80) identified as "SpecialCollectionsMonitor - 94540558164176"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c1ae0d0) identified as "ArchiveMailCollectionMonitor - 94348641433536"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f2d6c1e2d80) )
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c181e30) identified as "AgentBaseChangeRecorder - 94650502312112"
Nov 14 22:03:37 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f2d6c1e2d80) identified as "UnifiedMailboxChangeRecorder - 140728636522480"
Nov 14 22:03:37 PortableLM plasmashell[16477]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286: Unable to assign [undefined] to QString
Nov 14 22:03:37 PortableLM konsole[17194]: kf.config.core: Watching absolute paths is not supported "/home/laurent/.local/share/color-schemes/Sweet.colors"
Nov 14 22:03:38 PortableLM kwin_x11[16426]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
Nov 14 22:03:56 PortableLM sudo[17313]:  laurent : TTY=pts/1 ; PWD=/home/laurent ; USER=root ; COMMAND=/usr/bin/systemctl disable systemd-networkd.service
Nov 14 22:03:56 PortableLM sudo[17313]: pam_unix(sudo:session): session opened for user root(uid=0) by laurent(uid=1000)
Nov 14 22:03:57 PortableLM sudo[17313]: pam_unix(sudo:session): session closed for user root
Nov 14 22:04:03 PortableLM sudo[17410]:  laurent : TTY=pts/1 ; PWD=/home/laurent ; USER=root ; COMMAND=/usr/bin/systemctl stop systemd-networkd.service
Nov 14 22:04:03 PortableLM sudo[17410]: pam_unix(sudo:session): session opened for user root(uid=0) by laurent(uid=1000)
Nov 14 22:04:03 PortableLM sudo[17410]: pam_unix(sudo:session): session closed for user root
Nov 14 22:04:05 PortableLM sudo[17422]:  laurent : TTY=pts/1 ; PWD=/home/laurent ; USER=root ; COMMAND=/usr/bin/systemctl disable systemd-networkd.service
Nov 14 22:04:05 PortableLM sudo[17422]: pam_unix(sudo:session): session opened for user root(uid=0) by laurent(uid=1000)
Nov 14 22:04:06 PortableLM sudo[17422]: pam_unix(sudo:session): session closed for user root
Nov 14 22:04:09 PortableLM akonadi_birthdays_resource[16958]: The X11 connection broke (error 1). Did the X11 server die?
Nov 14 22:04:09 PortableLM kglobalaccel5[16460]: The X11 connection broke (error 1). Did the X11 server die?
Nov 14 22:04:09 PortableLM kwin_x11[16426]: The X11 connection broke (error 1). Did the X11 server die?
Nov 14 22:04:09 PortableLM ksmserver[16423]: The X11 connection broke (error 1). Did the X11 server die?
Nov 14 22:04:09 PortableLM kglobalaccel5[16460]: The X11 connection broke: I/O error (code 1)
Nov 14 22:04:09 PortableLM kglobalaccel5[16460]: XIO:  fatal IO error 25 (Inappropriate ioctl for device) on X server ":0"
Nov 14 22:04:09 PortableLM kglobalaccel5[16460]:       after 8 requests (8 known processed) with 0 events remaining.
Nov 14 22:04:09 PortableLM plasmashell[16477]: The X11 connection broke: I/O error (code 1)
Nov 14 22:04:09 PortableLM plasmashell[16477]: XIO:  fatal IO error 2 (No such file or directory) on X server ":0"
Nov 14 22:04:09 PortableLM plasmashell[16477]:       after 1825 requests (1325 known processed) with 0 events remaining.
Nov 14 22:04:09 PortableLM kactivitymanagerd[16478]: The X11 connection broke (error 1). Did the X11 server die?
Nov 14 22:04:09 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber "akonadi_birthdays_resource - 93832039682352" disconnected
Nov 14 22:04:09 PortableLM kded5[16425]: X connection to :0 broken (explicit kill or server shutdown).
Nov 14 22:04:09 PortableLM xembedsniproxy[16531]: The X11 connection broke (error 1). Did the X11 server die?
Nov 14 22:04:09 PortableLM akonadiserver[16871]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 93832039696752" disconnected
Nov 14 22:04:09 PortableLM kded5[16425]: The X11 connection broke: I/O error (code 1)
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped target plasma-workspace-x11.target.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped target KDE Plasma Workspace.
Nov 14 22:04:09 PortableLM polkit-kde-authentication-agent-1[16527]: The X11 connection broke (error 1). Did the X11 server die?
Nov 14 22:04:09 PortableLM gmenudbusmenuproxy[16526]: The X11 connection broke (error 1). Did the X11 server die?
Nov 14 22:04:09 PortableLM akonadi_control[16847]: org.kde.pim.akonadicontrol: ProcessControl: Application '/usr/bin/akonadi_birthdays_resource' returned with exit code 1 (Unknown error)
Nov 14 22:04:09 PortableLM xdg-desktop-portal-kde[16530]: The X11 connection broke (error 1). Did the X11 server die?
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped target Startup of XDG autostart applications.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping Geoclue Demo agent...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping Accessibility...
Nov 14 22:04:09 PortableLM pulseaudio[16724]: X11 I/O error handler called
Nov 14 22:04:09 PortableLM pulseaudio[16724]: X11 I/O error exit handler called, preparing to tear down X11 modules
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping KMix...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping Discover...
Nov 14 22:04:09 PortableLM kscreen_backend_launcher[16562]: The X11 connection broke (error 1). Did the X11 server die?
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping Calendar Reminders...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping KDE Connect...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping Proxies GTK DBus menus to a Plasma readable format...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping KDE Global Shortcuts Server...
Nov 14 22:04:09 PortableLM kded5[16425]: kf.notifications: Playing audio notification failed: Destroyed
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping KScreen...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping KDE Window Manager...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping KDE PolicyKit Authentication Agent...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping Powerdevil...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping Xdg Desktop Portal For KDE...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping Handle legacy xembed system tray icons...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping Portal service...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping flatpak document portal service...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping sandboxed app permission store...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping Baloo File Indexer Daemon...
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-xembedsniproxy.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-xembedsniproxy.service: Failed with result 'exit-code'.
Nov 14 22:04:09 PortableLM plasmashell[17194]: ICE default IO error handler doing an exit(), pid = 17194, errno = 13
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Handle legacy xembed system tray icons.
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-gmenudbusmenuproxy.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-gmenudbusmenuproxy.service: Failed with result 'exit-code'.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Proxies GTK DBus menus to a Plasma readable format.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped sandboxed app permission store.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Portal service.
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-ksmserver.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-ksmserver.service: Failed with result 'exit-code'.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped KDE Session Management Server.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped KScreen.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped KDE Global Shortcuts Server.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Xdg Desktop Portal For KDE.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Powerdevil.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Baloo File Indexer Daemon.
Nov 14 22:04:09 PortableLM systemd[16279]: kde-baloo.service: Consumed 2.902s CPU time.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped KActivityManager Activity manager Service.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped KDE Connect.
Nov 14 22:04:09 PortableLM plasmashell[16477]: org.kde.pim.akonadicore: "QLocalSocket: Remote closed" "/run/user/1000/akonadi/akonadiserver-ntf.socket"
Nov 14 22:04:09 PortableLM plasmashell[16477]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 14 22:04:09 PortableLM plasmashell[16477]: org.kde.pim.akonadicore: "QLocalSocket: Remote closed" "/run/user/1000/akonadi/akonadiserver-cmd.socket"
Nov 14 22:04:09 PortableLM plasmashell[16477]: org.kde.pim.akonadicore: "QLocalSocket: Remote closed" "/run/user/1000/akonadi/akonadiserver-cmd.socket"
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped flatpak document portal service.
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-kded.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-kded.service: Failed with result 'exit-code'.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped KDE Daemon.
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-kded.service: Consumed 1.531s CPU time.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped KDE PolicyKit Authentication Agent.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Geoclue Demo agent.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Accessibility.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Discover.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped KMix.
Nov 14 22:04:09 PortableLM systemd[16279]: app-kmix_autostart@autostart.service: Consumed 1.010s CPU time.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped target KDE Plasma Workspace Core.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping KDE Plasma Workspace...
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-kwin_x11.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-kwin_x11.service: Failed with result 'exit-code'.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped KDE Window Manager.
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-kwin_x11.service: Consumed 2.672s CPU time.
Nov 14 22:04:09 PortableLM systemd[16279]: app-org.kde.konsole-5ed9e9121cc74a69bffda7d3dc229f6a.scope: Consumed 1.665s CPU time.
Nov 14 22:04:09 PortableLM systemd[16279]: Activating special unit Exit the Session...
Nov 14 22:04:09 PortableLM systemd[16279]: Removed slice User Background Tasks Slice.
Nov 14 22:04:09 PortableLM systemd[16279]: background.slice: Consumed 5.057s CPU time.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped target Main User Target.
Nov 14 22:04:09 PortableLM obexd[16560]: Terminating
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping D-Bus User Message Bus...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping User preferences database...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping Bluetooth OBEX service...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping PipeWire Media Session Manager...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped KDE Plasma Workspace.
Nov 14 22:04:09 PortableLM systemd[16279]: plasma-plasmashell.service: Consumed 8.076s CPU time.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped User preferences database.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Bluetooth OBEX service.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped PipeWire Media Session Manager.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopping PipeWire Multimedia Service...
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped PipeWire Multimedia Service.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped D-Bus User Message Bus.
Nov 14 22:04:09 PortableLM systemd[16279]: dbus.service: Consumed 1.893s CPU time.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Sound Service.
Nov 14 22:04:09 PortableLM systemd[16279]: Removed slice User Core Session Slice.
Nov 14 22:04:09 PortableLM systemd[16279]: session.slice: Consumed 17.011s CPU time.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped Calendar Reminders.
Nov 14 22:04:09 PortableLM systemd[16279]: app-org.kde.kalendarac@autostart.service: Consumed 21.768s CPU time.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped target Current graphical user session.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped target Session services which should run early before the graphical session is brought up.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped target Basic System.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped target Paths.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped target Sockets.
Nov 14 22:04:09 PortableLM systemd[16279]: Stopped target Timers.
Nov 14 22:04:09 PortableLM systemd[16279]: Closed D-Bus User Message Bus Socket.
Nov 14 22:04:09 PortableLM systemd[16279]: Closed GnuPG network certificate management daemon.
Nov 14 22:04:09 PortableLM systemd[16279]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 14 22:04:09 PortableLM systemd[16279]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 14 22:04:09 PortableLM systemd[16279]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 14 22:04:09 PortableLM systemd[16279]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 14 22:04:09 PortableLM systemd[16279]: Closed p11-kit server.
Nov 14 22:04:09 PortableLM systemd[16279]: Closed PipeWire Multimedia System Sockets.
Nov 14 22:04:09 PortableLM systemd[16279]: Closed Sound System.
Nov 14 22:04:09 PortableLM systemd[16279]: Removed slice User Application Slice.
Nov 14 22:04:09 PortableLM systemd[16279]: app.slice: Consumed 30.096s CPU time.
Nov 14 22:04:09 PortableLM systemd[16279]: Reached target Shutdown.
Nov 14 22:04:09 PortableLM systemd[16279]: Finished Exit the Session.
Nov 14 22:04:09 PortableLM systemd[16279]: Reached target Exit the Session.
Nov 14 22:04:09 PortableLM (sd-pam)[16288]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[laurent] ruser=[<unknown>] rhost=[<unknown>]

Offline

#9 2023-11-15 03:54:17

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

Re: [Solved] Long system boot time

Those journals are your user.  Run the command as root if your user is not in the adm wheel or systemd-journal groups.

Offline

#10 2023-11-15 04:18:15

LaurentMercier
Member
From: Montréal, Québec, Canada
Registered: 2023-09-14
Posts: 33

Re: [Solved] Long system boot time

loqs wrote:

Those journals are your user.  Run the command as root if your user is not in the adm wheel or systemd-journal groups.

Sorry about that, here is the system journal for the 7 min boot (the first part of it, it was too big so I'll send it in different comments):

Nov 14 22:04:35 PortableLM kernel: Linux version 6.6.1-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Wed, 08 Nov 2023 16:05:38 +0000
Nov 14 22:04:35 PortableLM kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=14c14e1c-cb89-40a5-869d-feb83e3fc728 rw loglevel=3 quiet rtw88_pci.disable_aspm=y
Nov 14 22:04:35 PortableLM kernel: [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
Nov 14 22:04:35 PortableLM kernel: BIOS-provided physical RAM map:
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000dc736fff] usable
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000dc737000-0x00000000dd212fff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000dd213000-0x00000000dd247fff] ACPI data
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000dd248000-0x00000000dd71dfff] ACPI NVS
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000dd71e000-0x00000000dda75fff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000dda76000-0x00000000ddb36fff] type 20
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000ddb37000-0x00000000deffffff] usable
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000fe800000-0x00000000fe8fffff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc8fff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x0000000100000000-0x00000003feffffff] usable
Nov 14 22:04:35 PortableLM kernel: BIOS-e820: [mem 0x00000003ff000000-0x000000041effffff] reserved
Nov 14 22:04:35 PortableLM kernel: NX (Execute Disable) protection: active
Nov 14 22:04:35 PortableLM kernel: APIC: Static calls initialized
Nov 14 22:04:35 PortableLM kernel: efi: EFI v2.6 by American Megatrends
Nov 14 22:04:35 PortableLM kernel: efi: TPMFinalLog=0xdd6de000 ACPI 2.0=0xdd22d000 ACPI=0xdd22d000 SMBIOS=0xdd942000 SMBIOS 3.0=0xdd941000 ESRT=0xdb4cd818 
Nov 14 22:04:35 PortableLM kernel: efi: Remove mem29: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
Nov 14 22:04:35 PortableLM kernel: e820: remove [mem 0xf8000000-0xfbffffff] reserved
Nov 14 22:04:35 PortableLM kernel: efi: Remove mem30: MMIO range=[0xfe800000-0xfe8fffff] (1MB) from e820 map
Nov 14 22:04:35 PortableLM kernel: e820: remove [mem 0xfe800000-0xfe8fffff] reserved
Nov 14 22:04:35 PortableLM kernel: efi: Remove mem31: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Nov 14 22:04:35 PortableLM kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Nov 14 22:04:35 PortableLM kernel: efi: Not removing mem32: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Nov 14 22:04:35 PortableLM kernel: efi: Not removing mem33: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Nov 14 22:04:35 PortableLM kernel: efi: Not removing mem34: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Nov 14 22:04:35 PortableLM kernel: efi: Not removing mem35: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Nov 14 22:04:35 PortableLM kernel: efi: Not removing mem36: MMIO range=[0xfedc0000-0xfedc0fff] (4KB) from e820 map
Nov 14 22:04:35 PortableLM kernel: efi: Not removing mem37: MMIO range=[0xfedc2000-0xfedc8fff] (28KB) from e820 map
Nov 14 22:04:35 PortableLM kernel: efi: Remove mem38: MMIO range=[0xfee00000-0xfeefffff] (1MB) from e820 map
Nov 14 22:04:35 PortableLM kernel: e820: remove [mem 0xfee00000-0xfeefffff] reserved
Nov 14 22:04:35 PortableLM kernel: efi: Remove mem39: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Nov 14 22:04:35 PortableLM kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Nov 14 22:04:35 PortableLM kernel: SMBIOS 3.0.0 present.
Nov 14 22:04:35 PortableLM kernel: DMI: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X510QA_F510QA/X510QA, BIOS X510QA.307 07/03/2019
Nov 14 22:04:35 PortableLM kernel: tsc: Fast TSC calibration using PIT
Nov 14 22:04:35 PortableLM kernel: tsc: Detected 2694.969 MHz processor
Nov 14 22:04:35 PortableLM kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 14 22:04:35 PortableLM kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 14 22:04:35 PortableLM kernel: last_pfn = 0x3ff000 max_arch_pfn = 0x400000000
Nov 14 22:04:35 PortableLM kernel: total RAM covered: 3568M
Nov 14 22:04:35 PortableLM kernel: Found optimal setting for mtrr clean up
Nov 14 22:04:35 PortableLM kernel:  gran_size: 64K         chunk_size: 1G         num_reg: 3          lose cover RAM: 0G
Nov 14 22:04:35 PortableLM kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
Nov 14 22:04:35 PortableLM kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Nov 14 22:04:35 PortableLM kernel: e820: update [mem 0xdf000000-0xffffffff] usable ==> reserved
Nov 14 22:04:35 PortableLM kernel: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
Nov 14 22:04:35 PortableLM kernel: found SMP MP-table at [mem 0x000fcb60-0x000fcb6f]
Nov 14 22:04:35 PortableLM kernel: esrt: Reserving ESRT space from 0x00000000db4cd818 to 0x00000000db4cd850.
Nov 14 22:04:35 PortableLM kernel: e820: update [mem 0xdb4cd000-0xdb4cdfff] usable ==> reserved
Nov 14 22:04:35 PortableLM kernel: Using GB pages for direct mapping
Nov 14 22:04:35 PortableLM kernel: Secure boot disabled
Nov 14 22:04:35 PortableLM kernel: RAMDISK: [mem 0x33b07000-0x35d7afff]
Nov 14 22:04:35 PortableLM kernel: ACPI: Early table checksum verification disabled
Nov 14 22:04:35 PortableLM kernel: ACPI: RSDP 0x00000000DD22D000 000024 (v02 _ASUS_)
Nov 14 22:04:35 PortableLM kernel: ACPI: XSDT 0x00000000DD22D0A0 0000BC (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 22:04:35 PortableLM kernel: ACPI: FACP 0x00000000DD2391D0 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 22:04:35 PortableLM kernel: ACPI: DSDT 0x00000000DD22D1E8 00BFE6 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
Nov 14 22:04:35 PortableLM kernel: ACPI: FACS 0x00000000DD6DBF00 000040
Nov 14 22:04:35 PortableLM kernel: ACPI: APIC 0x00000000DD2392E8 00007E (v03 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 22:04:35 PortableLM kernel: ACPI: FPDT 0x00000000DD239368 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 22:04:35 PortableLM kernel: ACPI: FIDT 0x00000000DD2393B0 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 22:04:35 PortableLM kernel: ACPI: ECDT 0x00000000DD239450 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
Nov 14 22:04:35 PortableLM kernel: ACPI: MCFG 0x00000000DD239518 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
Nov 14 22:04:35 PortableLM kernel: ACPI: MSDM 0x00000000DD239558 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Nov 14 22:04:35 PortableLM kernel: ACPI: HPET 0x00000000DD2395B0 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
Nov 14 22:04:35 PortableLM kernel: ACPI: UEFI 0x00000000DD2395E8 000042 (v01                 00000000      00000000)
Nov 14 22:04:35 PortableLM kernel: ACPI: IVRS 0x00000000DD239630 0000D0 (v02 AMD    AGESA    00000001 AMD  00000000)
Nov 14 22:04:35 PortableLM kernel: ACPI: BGRT 0x00000000DD239700 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 22:04:35 PortableLM kernel: ACPI: TPM2 0x00000000DD239738 000034 (v04 _ASUS_ Notebook 00000001 AMI  00000000)
Nov 14 22:04:35 PortableLM kernel: ACPI: SSDT 0x00000000DD239770 0009F8 (v01 AMD    AGESA    00000001 AMD  00000001)
Nov 14 22:04:35 PortableLM kernel: ACPI: SSDT 0x00000000DD23A168 00888F (v02 AMD    AGESA    00000002 MSFT 04000000)
Nov 14 22:04:35 PortableLM kernel: ACPI: CRAT 0x00000000DD2429F8 000550 (v01 AMD    AGESA    00000001 AMD  00000001)
Nov 14 22:04:35 PortableLM kernel: ACPI: SSDT 0x00000000DD242F48 001744 (v01 AMD    CPMDFIGP 00000001 INTL 20120913)
Nov 14 22:04:35 PortableLM kernel: ACPI: SSDT 0x00000000DD244690 00165E (v01 AMD    CPMCMN   00000001 INTL 20120913)
Nov 14 22:04:35 PortableLM kernel: ACPI: SSDT 0x00000000DD245CF0 0021DF (v01 AMD    CPMZPODD 00000001 INTL 20120913)
Nov 14 22:04:35 PortableLM kernel: ACPI: WSMT 0x00000000DD247ED0 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving FACP table memory at [mem 0xdd2391d0-0xdd2392e3]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving DSDT table memory at [mem 0xdd22d1e8-0xdd2391cd]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving FACS table memory at [mem 0xdd6dbf00-0xdd6dbf3f]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving APIC table memory at [mem 0xdd2392e8-0xdd239365]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving FPDT table memory at [mem 0xdd239368-0xdd2393ab]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving FIDT table memory at [mem 0xdd2393b0-0xdd23944b]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving ECDT table memory at [mem 0xdd239450-0xdd239510]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving MCFG table memory at [mem 0xdd239518-0xdd239553]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving MSDM table memory at [mem 0xdd239558-0xdd2395ac]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving HPET table memory at [mem 0xdd2395b0-0xdd2395e7]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving UEFI table memory at [mem 0xdd2395e8-0xdd239629]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving IVRS table memory at [mem 0xdd239630-0xdd2396ff]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving BGRT table memory at [mem 0xdd239700-0xdd239737]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving TPM2 table memory at [mem 0xdd239738-0xdd23976b]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving SSDT table memory at [mem 0xdd239770-0xdd23a167]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving SSDT table memory at [mem 0xdd23a168-0xdd2429f6]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving CRAT table memory at [mem 0xdd2429f8-0xdd242f47]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving SSDT table memory at [mem 0xdd242f48-0xdd24468b]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving SSDT table memory at [mem 0xdd244690-0xdd245ced]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving SSDT table memory at [mem 0xdd245cf0-0xdd247ece]
Nov 14 22:04:35 PortableLM kernel: ACPI: Reserving WSMT table memory at [mem 0xdd247ed0-0xdd247ef7]
Nov 14 22:04:35 PortableLM kernel: No NUMA configuration found
Nov 14 22:04:35 PortableLM kernel: Faking a node at [mem 0x0000000000000000-0x00000003feffffff]
Nov 14 22:04:35 PortableLM kernel: NODE_DATA(0) allocated [mem 0x3feffb000-0x3feffffff]
Nov 14 22:04:35 PortableLM kernel: Zone ranges:
Nov 14 22:04:35 PortableLM kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 14 22:04:35 PortableLM kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 14 22:04:35 PortableLM kernel:   Normal   [mem 0x0000000100000000-0x00000003feffffff]
Nov 14 22:04:35 PortableLM kernel:   Device   empty
Nov 14 22:04:35 PortableLM kernel: Movable zone start for each node
Nov 14 22:04:35 PortableLM kernel: Early memory node ranges
Nov 14 22:04:35 PortableLM kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Nov 14 22:04:35 PortableLM kernel:   node   0: [mem 0x0000000000100000-0x00000000dc736fff]
Nov 14 22:04:35 PortableLM kernel:   node   0: [mem 0x00000000ddb37000-0x00000000deffffff]
Nov 14 22:04:35 PortableLM kernel:   node   0: [mem 0x0000000100000000-0x00000003feffffff]
Nov 14 22:04:35 PortableLM kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000003feffffff]
Nov 14 22:04:35 PortableLM kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 14 22:04:35 PortableLM kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Nov 14 22:04:35 PortableLM kernel: On node 0, zone DMA32: 5120 pages in unavailable ranges
Nov 14 22:04:35 PortableLM kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Nov 14 22:04:35 PortableLM kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Nov 14 22:04:35 PortableLM kernel: ACPI: PM-Timer IO Port: 0x808
Nov 14 22:04:35 PortableLM kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Nov 14 22:04:35 PortableLM kernel: IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
Nov 14 22:04:35 PortableLM kernel: IOAPIC[1]: apic_id 1, version 33, address 0xfec01000, GSI 24-55
Nov 14 22:04:35 PortableLM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 14 22:04:35 PortableLM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Nov 14 22:04:35 PortableLM kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 14 22:04:35 PortableLM kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Nov 14 22:04:35 PortableLM kernel: e820: update [mem 0xdab16000-0xdab44fff] usable ==> reserved
Nov 14 22:04:35 PortableLM kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdab16000-0xdab44fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdb4cd000-0xdb4cdfff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdc737000-0xdd212fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdd213000-0xdd247fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdd248000-0xdd71dfff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdd71e000-0xdda75fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdda76000-0xddb36fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xfec0ffff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedbffff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedc8fff]
Nov 14 22:04:35 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc9000-0xffffffff]
Nov 14 22:04:35 PortableLM kernel: [mem 0xe0000000-0xfec0ffff] available for PCI devices
Nov 14 22:04:35 PortableLM kernel: Booting paravirtualized kernel on bare hardware
Nov 14 22:04:35 PortableLM kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 14 22:04:35 PortableLM kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Nov 14 22:04:35 PortableLM kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
Nov 14 22:04:35 PortableLM kernel: pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
Nov 14 22:04:35 PortableLM kernel: pcpu-alloc: [0] 0 1 2 3 
Nov 14 22:04:35 PortableLM kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=14c14e1c-cb89-40a5-869d-feb83e3fc728 rw loglevel=3 quiet rtw88_pci.disable_aspm=y
Nov 14 22:04:35 PortableLM kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Nov 14 22:04:35 PortableLM kernel: random: crng init done
Nov 14 22:04:35 PortableLM kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: Fallback order for Node 0: 0 
Nov 14 22:04:35 PortableLM kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3986384
Nov 14 22:04:35 PortableLM kernel: Policy zone: Normal
Nov 14 22:04:35 PortableLM kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 14 22:04:35 PortableLM kernel: software IO TLB: area num 4.
Nov 14 22:04:35 PortableLM kernel: Memory: 15686404K/16199292K available (16384K kernel code, 2132K rwdata, 13064K rodata, 3404K init, 3852K bss, 512628K reserved, 0K cma-reserved)
Nov 14 22:04:35 PortableLM kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Nov 14 22:04:35 PortableLM kernel: ftrace: allocating 48783 entries in 191 pages
Nov 14 22:04:35 PortableLM kernel: ftrace: allocated 191 pages with 7 groups
Nov 14 22:04:35 PortableLM kernel: Dynamic Preempt: full
Nov 14 22:04:35 PortableLM kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 14 22:04:35 PortableLM kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Nov 14 22:04:35 PortableLM kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Nov 14 22:04:35 PortableLM kernel:         Trampoline variant of Tasks RCU enabled.
Nov 14 22:04:35 PortableLM kernel:         Rude variant of Tasks RCU enabled.
Nov 14 22:04:35 PortableLM kernel:         Tracing variant of Tasks RCU enabled.
Nov 14 22:04:35 PortableLM kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 14 22:04:35 PortableLM kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Nov 14 22:04:35 PortableLM kernel: NR_IRQS: 20736, nr_irqs: 1000, preallocated irqs: 16
Nov 14 22:04:35 PortableLM kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 14 22:04:35 PortableLM kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 14 22:04:35 PortableLM kernel: Console: colour dummy device 80x25
Nov 14 22:04:35 PortableLM kernel: printk: console [tty0] enabled
Nov 14 22:04:35 PortableLM kernel: ACPI: Core revision 20230628
Nov 14 22:04:35 PortableLM kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Nov 14 22:04:35 PortableLM kernel: APIC: Switch to symmetric I/O mode setup
Nov 14 22:04:35 PortableLM kernel: AMD-Vi: Using global IVHD EFR:0x77ef22294ada, EFR2:0x0
Nov 14 22:04:35 PortableLM kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 14 22:04:35 PortableLM kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26d8ad9f908, max_idle_ns: 440795236529 ns
Nov 14 22:04:35 PortableLM kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5392.51 BogoMIPS (lpj=8983230)
Nov 14 22:04:35 PortableLM kernel: BIOS may not properly restore RDRAND after suspend, hiding RDRAND via CPUID. Use rdrand=force to reenable.
Nov 14 22:04:35 PortableLM kernel: LVT offset 1 assigned for vector 0xf9
Nov 14 22:04:35 PortableLM kernel: Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
Nov 14 22:04:35 PortableLM kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
Nov 14 22:04:35 PortableLM kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 14 22:04:35 PortableLM kernel: Spectre V2 : Mitigation: Retpolines
Nov 14 22:04:35 PortableLM kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 14 22:04:35 PortableLM kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Nov 14 22:04:35 PortableLM kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Nov 14 22:04:35 PortableLM kernel: RETBleed: Mitigation: untrained return thunk
Nov 14 22:04:35 PortableLM kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 14 22:04:35 PortableLM kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 14 22:04:35 PortableLM kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 14 22:04:35 PortableLM kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 14 22:04:35 PortableLM kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 14 22:04:35 PortableLM kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Nov 14 22:04:35 PortableLM kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Nov 14 22:04:35 PortableLM kernel: Freeing SMP alternatives memory: 40K
Nov 14 22:04:35 PortableLM kernel: pid_max: default: 32768 minimum: 301
Nov 14 22:04:35 PortableLM kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Nov 14 22:04:35 PortableLM kernel: landlock: Up and running.
Nov 14 22:04:35 PortableLM kernel: Yama: becoming mindful.
Nov 14 22:04:35 PortableLM kernel: LSM support for eBPF active
Nov 14 22:04:35 PortableLM kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: smpboot: CPU0: AMD A12-9720P RADEON R7, 12 COMPUTE CORES 4C+8G (family: 0x15, model: 0x65, stepping: 0x1)
Nov 14 22:04:35 PortableLM kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Nov 14 22:04:35 PortableLM kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Nov 14 22:04:35 PortableLM kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Nov 14 22:04:35 PortableLM kernel: Performance Events: Fam15h core perfctr, AMD PMU driver.
Nov 14 22:04:35 PortableLM kernel: ... version:                0
Nov 14 22:04:35 PortableLM kernel: ... bit width:              48
Nov 14 22:04:35 PortableLM kernel: ... generic registers:      6
Nov 14 22:04:35 PortableLM kernel: ... value mask:             0000ffffffffffff
Nov 14 22:04:35 PortableLM kernel: ... max period:             00007fffffffffff
Nov 14 22:04:35 PortableLM kernel: ... fixed-purpose events:   0
Nov 14 22:04:35 PortableLM kernel: ... event mask:             000000000000003f
Nov 14 22:04:35 PortableLM kernel: signal: max sigframe size: 1776
Nov 14 22:04:35 PortableLM kernel: rcu: Hierarchical SRCU implementation.
Nov 14 22:04:35 PortableLM kernel: rcu:         Max phase no-delay instances is 1000.
Nov 14 22:04:35 PortableLM kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 14 22:04:35 PortableLM kernel: smp: Bringing up secondary CPUs ...
Nov 14 22:04:35 PortableLM kernel: smpboot: x86: Booting SMP configuration:
Nov 14 22:04:35 PortableLM kernel: .... node  #0, CPUs:      #2 #1 #3
Nov 14 22:04:35 PortableLM kernel: smp: Brought up 1 node, 4 CPUs
Nov 14 22:04:35 PortableLM kernel: smpboot: Max logical packages: 1
Nov 14 22:04:35 PortableLM kernel: smpboot: Total of 4 processors activated (21568.07 BogoMIPS)
Nov 14 22:04:35 PortableLM kernel: devtmpfs: initialized
Nov 14 22:04:35 PortableLM kernel: x86/mm: Memory block size: 128MB
Nov 14 22:04:35 PortableLM kernel: ACPI: PM: Registering ACPI NVS region [mem 0xdd248000-0xdd71dfff] (5070848 bytes)
Nov 14 22:04:35 PortableLM kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 14 22:04:35 PortableLM kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: pinctrl core: initialized pinctrl subsystem
Nov 14 22:04:35 PortableLM kernel: PM: RTC time: 03:04:25, date: 2023-11-15
Nov 14 22:04:35 PortableLM kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 14 22:04:35 PortableLM kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Nov 14 22:04:35 PortableLM kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 14 22:04:35 PortableLM kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 14 22:04:35 PortableLM kernel: audit: initializing netlink subsys (disabled)
Nov 14 22:04:35 PortableLM kernel: audit: type=2000 audit(1700017465.176:1): state=initialized audit_enabled=0 res=1
Nov 14 22:04:35 PortableLM kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 14 22:04:35 PortableLM kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 14 22:04:35 PortableLM kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 14 22:04:35 PortableLM kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 14 22:04:35 PortableLM kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 14 22:04:35 PortableLM kernel: cpuidle: using governor ladder
Nov 14 22:04:35 PortableLM kernel: cpuidle: using governor menu
Nov 14 22:04:35 PortableLM kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Nov 14 22:04:35 PortableLM kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 14 22:04:35 PortableLM kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 14 22:04:35 PortableLM kernel: PCI: not using MMCONFIG
Nov 14 22:04:35 PortableLM kernel: PCI: Using configuration type 1 for base access
Nov 14 22:04:35 PortableLM kernel: PCI: Using configuration type 1 for extended access
Nov 14 22:04:35 PortableLM kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 14 22:04:35 PortableLM kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 14 22:04:35 PortableLM kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 14 22:04:35 PortableLM kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 14 22:04:35 PortableLM kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 14 22:04:35 PortableLM kernel: ACPI: Added _OSI(Module Device)
Nov 14 22:04:35 PortableLM kernel: ACPI: Added _OSI(Processor Device)
Nov 14 22:04:35 PortableLM kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 14 22:04:35 PortableLM kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 14 22:04:35 PortableLM kernel: ACPI BIOS Error (bug): Failure creating named object [\_GPE._L00], AE_ALREADY_EXISTS (20230628/dswload2-326)
Nov 14 22:04:35 PortableLM kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Nov 14 22:04:35 PortableLM kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Nov 14 22:04:35 PortableLM kernel: ACPI: 6 ACPI AML tables successfully acquired and loaded
Nov 14 22:04:35 PortableLM kernel: ACPI: EC: EC started
Nov 14 22:04:35 PortableLM kernel: ACPI: EC: interrupt blocked
Nov 14 22:04:35 PortableLM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 14 22:04:35 PortableLM kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Nov 14 22:04:35 PortableLM kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 14 22:04:35 PortableLM kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Nov 14 22:04:35 PortableLM kernel: ACPI: Interpreter enabled
Nov 14 22:04:35 PortableLM kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 14 22:04:35 PortableLM kernel: ACPI: Using IOAPIC for interrupt routing
Nov 14 22:04:35 PortableLM kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 14 22:04:35 PortableLM kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as ACPI motherboard resource
Nov 14 22:04:35 PortableLM kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 14 22:04:35 PortableLM kernel: PCI: Using E820 reservations for host bridge windows
Nov 14 22:04:35 PortableLM kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
Nov 14 22:04:35 PortableLM kernel: ACPI: \_SB_.P0U2: New power resource
Nov 14 22:04:35 PortableLM kernel: ACPI: \_SB_.P3U2: New power resource
Nov 14 22:04:35 PortableLM kernel: ACPI: \_SB_.P0U3: New power resource
Nov 14 22:04:35 PortableLM kernel: ACPI: \_SB_.P3U3: New power resource
Nov 14 22:04:35 PortableLM kernel: ACPI: \_SB_.P0ST: New power resource
Nov 14 22:04:35 PortableLM kernel: ACPI: \_SB_.P3ST: New power resource
Nov 14 22:04:35 PortableLM kernel: ACPI: \_SB_.P0SD: New power resource
Nov 14 22:04:35 PortableLM kernel: ACPI: \_SB_.P3SD: New power resource
Nov 14 22:04:35 PortableLM kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Nov 14 22:04:35 PortableLM kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 14 22:04:35 PortableLM kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Nov 14 22:04:35 PortableLM kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Nov 14 22:04:35 PortableLM kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Nov 14 22:04:35 PortableLM kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Nov 14 22:04:35 PortableLM kernel: PCI host bridge to bus 0000:00
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfed3ffff window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: root bus resource [mem 0xfedca000-0xffffffff window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:00.0: [1022:1576] type 00 class 0x060000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:00.2: [1022:1577] type 00 class 0x080600
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: [1002:9874] type 00 class 0x030000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: reg 0x18: [mem 0xf0000000-0xf07fffff 64bit pref]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: reg 0x20: [io  0xf000-0xf0ff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: reg 0x24: [mem 0xfeb00000-0xfeb3ffff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: reg 0x30: [mem 0xfeb40000-0xfeb5ffff pref]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: enabling Extended Tags
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: BAR 0: assigned to efifb
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: supports D1 D2
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: PME# supported from D1 D2 D3hot
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.1: reg 0x10: [mem 0xfeb64000-0xfeb67fff 64bit]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.1: enabling Extended Tags
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.1: supports D1 D2
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.0: [1022:157b] type 00 class 0x060000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.4: [1022:157c] type 01 class 0x060400
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.4: enabling Extended Tags
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.0: [1022:157b] type 00 class 0x060000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: [1022:157c] type 01 class 0x060400
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: enabling Extended Tags
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:08.0: [1022:1578] type 00 class 0x108000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:08.0: reg 0x10: [mem 0xf0800000-0xf081ffff 64bit pref]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:08.0: reg 0x18: [mem 0xfe900000-0xfe9fffff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:08.0: reg 0x1c: [mem 0xfeb6f000-0xfeb6ffff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:08.0: reg 0x24: [mem 0xfeb6a000-0xfeb6bfff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:09.0: [1022:157d] type 00 class 0x060000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:09.2: [1022:157a] type 00 class 0x040300
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:09.2: reg 0x10: [mem 0xfeb60000-0xfeb63fff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:09.2: PME# supported from D0 D3hot D3cold
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:10.0: [1022:7914] type 00 class 0x0c0330
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:10.0: reg 0x10: [mem 0xfeb68000-0xfeb69fff 64bit]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:11.0: [1022:7901] type 00 class 0x010601
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:11.0: reg 0x24: [mem 0xfeb6d000-0xfeb6d3ff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:11.0: PME# supported from D3hot
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:12.0: [1022:7908] type 00 class 0x0c0320
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:12.0: reg 0x10: [mem 0xfeb6c000-0xfeb6c0ff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:12.0: supports D1 D2
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.0: [1022:1570] type 00 class 0x060000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.1: [1022:1571] type 00 class 0x060000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.2: [1022:1572] type 00 class 0x060000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.3: [1022:1573] type 00 class 0x060000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.4: [1022:1574] type 00 class 0x060000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.5: [1022:1575] type 00 class 0x060000
Nov 14 22:04:35 PortableLM kernel: pci 0000:01:00.0: [10ec:b822] type 00 class 0x028000
Nov 14 22:04:35 PortableLM kernel: pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:01:00.0: reg 0x18: [mem 0xfea00000-0xfea0ffff 64bit]
Nov 14 22:04:35 PortableLM kernel: pci 0000:01:00.0: supports D1 D2
Nov 14 22:04:35 PortableLM kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.4: PCI bridge to [bus 01]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.4:   bridge window [io  0xe000-0xefff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.4:   bridge window [mem 0xfea00000-0xfeafffff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: PCI bridge to [bus 02]
Nov 14 22:04:35 PortableLM kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 14 22:04:35 PortableLM kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Nov 14 22:04:35 PortableLM kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 5
Nov 14 22:04:35 PortableLM kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 4
Nov 14 22:04:35 PortableLM kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 14 22:04:35 PortableLM kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 14 22:04:35 PortableLM kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Nov 14 22:04:35 PortableLM kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 10
Nov 14 22:04:35 PortableLM kernel: ACPI: EC: interrupt unblocked
Nov 14 22:04:35 PortableLM kernel: ACPI: EC: event unblocked
Nov 14 22:04:35 PortableLM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 14 22:04:35 PortableLM kernel: ACPI: EC: GPE=0x3
Nov 14 22:04:35 PortableLM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
Nov 14 22:04:35 PortableLM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Nov 14 22:04:35 PortableLM kernel: iommu: Default domain type: Translated
Nov 14 22:04:35 PortableLM kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 14 22:04:35 PortableLM kernel: SCSI subsystem initialized
Nov 14 22:04:35 PortableLM kernel: libata version 3.00 loaded.
Nov 14 22:04:35 PortableLM kernel: ACPI: bus type USB registered
Nov 14 22:04:35 PortableLM kernel: usbcore: registered new interface driver usbfs
Nov 14 22:04:35 PortableLM kernel: usbcore: registered new interface driver hub
Nov 14 22:04:35 PortableLM kernel: usbcore: registered new device driver usb
Nov 14 22:04:35 PortableLM kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 14 22:04:35 PortableLM kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 14 22:04:35 PortableLM kernel: PTP clock support registered
Nov 14 22:04:35 PortableLM kernel: EDAC MC: Ver: 3.0.0
Nov 14 22:04:35 PortableLM kernel: efivars: Registered efivars operations
Nov 14 22:04:35 PortableLM kernel: NetLabel: Initializing
Nov 14 22:04:35 PortableLM kernel: NetLabel:  domain hash size = 128
Nov 14 22:04:35 PortableLM kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Nov 14 22:04:35 PortableLM kernel: NetLabel:  unlabeled traffic allowed by default
Nov 14 22:04:35 PortableLM kernel: mctp: management component transport protocol core
Nov 14 22:04:35 PortableLM kernel: NET: Registered PF_MCTP protocol family
Nov 14 22:04:35 PortableLM kernel: PCI: Using ACPI for IRQ routing
Nov 14 22:04:35 PortableLM kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 14 22:04:35 PortableLM kernel: resource: Expanded resource Reserved due to conflict with AMD0020:01
Nov 14 22:04:35 PortableLM kernel: e820: reserve RAM buffer [mem 0xdab16000-0xdbffffff]
Nov 14 22:04:35 PortableLM kernel: e820: reserve RAM buffer [mem 0xdb4cd000-0xdbffffff]
Nov 14 22:04:35 PortableLM kernel: e820: reserve RAM buffer [mem 0xdc737000-0xdfffffff]
Nov 14 22:04:35 PortableLM kernel: e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
Nov 14 22:04:35 PortableLM kernel: e820: reserve RAM buffer [mem 0x3ff000000-0x3ffffffff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: vgaarb: setting as boot VGA device
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: vgaarb: bridge control possible
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 14 22:04:35 PortableLM kernel: vgaarb: loaded
Nov 14 22:04:35 PortableLM kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Nov 14 22:04:35 PortableLM kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Nov 14 22:04:35 PortableLM kernel: clocksource: Switched to clocksource tsc-early
Nov 14 22:04:35 PortableLM kernel: VFS: Disk quotas dquot_6.6.0
Nov 14 22:04:35 PortableLM kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 14 22:04:35 PortableLM kernel: pnp: PnP ACPI init
Nov 14 22:04:35 PortableLM kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:01: [mem 0xc0000000-0xdfffffff] could not be reserved
Nov 14 22:04:35 PortableLM kernel: system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x04d0-0x04d1] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x040b] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x04d6] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0c00-0x0c01] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0c14] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0c50-0x0c51] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0c52] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0c6c] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0c6f] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0cd0-0x0cd1] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0cd2-0x0cd3] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0cd4-0x0cd5] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0cd6-0x0cd7] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0cd8-0x0cdf] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0800-0x089f] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0b00-0x0b0f] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0b20-0x0b3f] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0900-0x090f] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0x0910-0x091f] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [io  0xfe00-0xfefe] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [mem 0xfed61000-0xfed70fff] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
Nov 14 22:04:35 PortableLM kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Nov 14 22:04:35 PortableLM kernel: pnp: PnP ACPI: found 6 devices
Nov 14 22:04:35 PortableLM kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 14 22:04:35 PortableLM kernel: NET: Registered PF_INET protocol family
Nov 14 22:04:35 PortableLM kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: TCP: Hash tables configured (established 131072 bind 65536)
Nov 14 22:04:35 PortableLM kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 14 22:04:35 PortableLM kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 14 22:04:35 PortableLM kernel: NET: Registered PF_XDP protocol family
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: BAR 14: assigned [mem 0xf0900000-0xf0afffff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: BAR 15: assigned [mem 0xf0b00000-0xf0cfffff 64bit pref]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: BAR 13: assigned [io  0x1000-0x1fff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.4: PCI bridge to [bus 01]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.4:   bridge window [io  0xe000-0xefff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.4:   bridge window [mem 0xfea00000-0xfeafffff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: PCI bridge to [bus 02]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1:   bridge window [io  0x1000-0x1fff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1:   bridge window [mem 0xf0900000-0xf0afffff]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1:   bridge window [mem 0xf0b00000-0xf0cfffff 64bit pref]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfed3ffff window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:00: resource 10 [mem 0xfedca000-0xffffffff window]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:02: resource 1 [mem 0xf0900000-0xf0afffff]
Nov 14 22:04:35 PortableLM kernel: pci_bus 0000:02: resource 2 [mem 0xf0b00000-0xf0cfffff 64bit pref]
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:10.0: PME# does not work under D0, disabling it
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x7d0 took 19654 usecs
Nov 14 22:04:35 PortableLM kernel: PCI: CLS 64 bytes, default 64
Nov 14 22:04:35 PortableLM kernel: AMD-Vi: [Firmware Warn]: EFR mismatch. Use IVHD EFR (0x37ef22294ada : 0x77ef22294ada), EFR2 (0x0 : 0x0).
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.0: Adding to iommu group 0
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:01.1: Adding to iommu group 0
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.0: Adding to iommu group 1
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:02.4: Adding to iommu group 1
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.0: Adding to iommu group 2
Nov 14 22:04:35 PortableLM kernel: Trying to unpack rootfs image as initramfs...
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:03.1: Adding to iommu group 2
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:08.0: Adding to iommu group 3
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:09.0: Adding to iommu group 4
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:09.2: Adding to iommu group 4
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:10.0: Adding to iommu group 5
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:11.0: Adding to iommu group 6
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:12.0: Adding to iommu group 7
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:14.0: Adding to iommu group 8
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:14.3: Adding to iommu group 8
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.0: Adding to iommu group 9
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.1: Adding to iommu group 9
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.2: Adding to iommu group 9
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.3: Adding to iommu group 9
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.4: Adding to iommu group 9
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:18.5: Adding to iommu group 9
Nov 14 22:04:35 PortableLM kernel: pci 0000:01:00.0: Adding to iommu group 1
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:00.2: PCI INT A: not connected
Nov 14 22:04:35 PortableLM kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Nov 14 22:04:35 PortableLM kernel: AMD-Vi: Extended features (0x77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Nov 14 22:04:35 PortableLM kernel: AMD-Vi: Interrupt remapping enabled
Nov 14 22:04:35 PortableLM kernel: AMD-Vi: Virtual APIC enabled
Nov 14 22:04:35 PortableLM kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 14 22:04:35 PortableLM kernel: software IO TLB: mapped [mem 0x00000000d4917000-0x00000000d8917000] (64MB)
Nov 14 22:04:35 PortableLM kernel: LVT offset 0 assigned for vector 0x400
Nov 14 22:04:35 PortableLM kernel: perf: AMD IBS detected (0x000007ff)
Nov 14 22:04:35 PortableLM kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Nov 14 22:04:35 PortableLM kernel: Initialise system trusted keyrings
Nov 14 22:04:35 PortableLM kernel: Key type blacklist registered
Nov 14 22:04:35 PortableLM kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Nov 14 22:04:35 PortableLM kernel: zbud: loaded
Nov 14 22:04:35 PortableLM kernel: integrity: Platform Keyring initialized
Nov 14 22:04:35 PortableLM kernel: integrity: Machine keyring initialized
Nov 14 22:04:35 PortableLM kernel: Key type asymmetric registered
Nov 14 22:04:35 PortableLM kernel: Asymmetric key parser 'x509' registered
Nov 14 22:04:35 PortableLM kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Nov 14 22:04:35 PortableLM kernel: io scheduler mq-deadline registered
Nov 14 22:04:35 PortableLM kernel: io scheduler kyber registered
Nov 14 22:04:35 PortableLM kernel: io scheduler bfq registered
Nov 14 22:04:35 PortableLM kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 26
Nov 14 22:04:35 PortableLM kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 28
Nov 14 22:04:35 PortableLM kernel: pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Nov 14 22:04:35 PortableLM kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 14 22:04:35 PortableLM kernel: ACPI: AC: AC Adapter [AC0] (off-line)
Nov 14 22:04:35 PortableLM kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PNP0C09:00/PNP0C0D:00/input/input0
Nov 14 22:04:35 PortableLM kernel: ACPI: button: Lid Switch [LID]
Nov 14 22:04:35 PortableLM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Nov 14 22:04:35 PortableLM kernel: ACPI: button: Power Button [PWRB]
Nov 14 22:04:35 PortableLM kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Nov 14 22:04:35 PortableLM kernel: ACPI: button: Sleep Button [SLPB]
Nov 14 22:04:35 PortableLM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Nov 14 22:04:35 PortableLM kernel: ACPI: button: Power Button [PWRF]
Nov 14 22:04:35 PortableLM kernel: ACPI: \_PR_.P000: Found 2 idle states
Nov 14 22:04:35 PortableLM kernel: ACPI: \_PR_.P001: Found 2 idle states
Nov 14 22:04:35 PortableLM kernel: ACPI: \_PR_.P002: Found 2 idle states
Nov 14 22:04:35 PortableLM kernel: ACPI: \_PR_.P003: Found 2 idle states
Nov 14 22:04:35 PortableLM kernel: thermal LNXTHERM:00: registered as thermal_zone0
Nov 14 22:04:35 PortableLM kernel: ACPI: thermal: Thermal Zone [THRM] (52 C)
Nov 14 22:04:35 PortableLM kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 14 22:04:35 PortableLM kernel: Non-volatile memory driver v1.3
Nov 14 22:04:35 PortableLM kernel: Linux agpgart interface v0.103
Nov 14 22:04:35 PortableLM kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xdd716000-0xdd716fff flags 0x200] vs dd716000 4000
Nov 14 22:04:35 PortableLM kernel: tpm_crb MSFT0101:00: can't request region for resource [mem 0xdd716000-0xdd716fff]
Nov 14 22:04:35 PortableLM kernel: tpm_crb: probe of MSFT0101:00 failed with error -16
Nov 14 22:04:35 PortableLM kernel: ACPI: battery: Slot [BAT0] (battery present)
Nov 14 22:04:35 PortableLM kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Nov 14 22:04:35 PortableLM kernel: ACPI: bus type drm_connector registered
Nov 14 22:04:35 PortableLM kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Nov 14 22:04:35 PortableLM kernel: fbcon: Deferring console take-over
Nov 14 22:04:35 PortableLM kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Nov 14 22:04:35 PortableLM kernel: ahci 0000:00:11.0: version 3.0
Nov 14 22:04:35 PortableLM kernel: ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Nov 14 22:04:35 PortableLM kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part 
Nov 14 22:04:35 PortableLM kernel: scsi host0: ahci
Nov 14 22:04:35 PortableLM kernel: scsi host1: ahci
Nov 14 22:04:35 PortableLM kernel: ata1: SATA max UDMA/133 abar m1024@0xfeb6d000 port 0xfeb6d100 irq 19
Nov 14 22:04:35 PortableLM kernel: ata2: SATA max UDMA/133 abar m1024@0xfeb6d000 port 0xfeb6d180 irq 19
Nov 14 22:04:35 PortableLM kernel: usbcore: registered new interface driver usbserial_generic
Nov 14 22:04:35 PortableLM kernel: usbserial: USB Serial support registered for generic
Nov 14 22:04:35 PortableLM kernel: ehci-pci 0000:00:12.0: EHCI Host Controller
Nov 14 22:04:35 PortableLM kernel: ehci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
Nov 14 22:04:35 PortableLM kernel: ehci-pci 0000:00:12.0: debug port 2
Nov 14 22:04:35 PortableLM kernel: ehci-pci 0000:00:12.0: irq 18, io mem 0xfeb6c000
Nov 14 22:04:35 PortableLM kernel: rtc_cmos 00:03: RTC can wake from S4
Nov 14 22:04:35 PortableLM kernel: rtc_cmos 00:03: registered as rtc0
Nov 14 22:04:35 PortableLM kernel: rtc_cmos 00:03: setting system clock to 2023-11-15T03:04:25 UTC (1700017465)
Nov 14 22:04:35 PortableLM kernel: rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Nov 14 22:04:35 PortableLM kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Nov 14 22:04:35 PortableLM kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 14 22:04:35 PortableLM kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 14 22:04:35 PortableLM kernel: drop_monitor: Initializing network drop monitor service
Nov 14 22:04:35 PortableLM kernel: ehci-pci 0000:00:12.0: USB 2.0 started, EHCI 1.00
Nov 14 22:04:35 PortableLM kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 14 22:04:35 PortableLM kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 14 22:04:35 PortableLM kernel: usb usb1: Product: EHCI Host Controller
Nov 14 22:04:35 PortableLM kernel: usb usb1: Manufacturer: Linux 6.6.1-arch1-1 ehci_hcd
Nov 14 22:04:35 PortableLM kernel: usb usb1: SerialNumber: 0000:00:12.0
Nov 14 22:04:35 PortableLM kernel: hub 1-0:1.0: USB hub found
Nov 14 22:04:35 PortableLM kernel: hub 1-0:1.0: 2 ports detected
Nov 14 22:04:35 PortableLM kernel: Initializing XFRM netlink socket
Nov 14 22:04:35 PortableLM kernel: NET: Registered PF_INET6 protocol family
Nov 14 22:04:35 PortableLM kernel: Freeing initrd memory: 35280K
Nov 14 22:04:35 PortableLM kernel: Segment Routing with IPv6
Nov 14 22:04:35 PortableLM kernel: RPL Segment Routing with IPv6
Nov 14 22:04:35 PortableLM kernel: In-situ OAM (IOAM) with IPv6
Nov 14 22:04:35 PortableLM kernel: NET: Registered PF_PACKET protocol family
Nov 14 22:04:35 PortableLM kernel: x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
Nov 14 22:04:35 PortableLM kernel: microcode: CPU1: patch_level=0x0600611a
Nov 14 22:04:35 PortableLM kernel: microcode: CPU0: patch_level=0x0600611a
Nov 14 22:04:35 PortableLM kernel: microcode: CPU3: patch_level=0x0600611a
Nov 14 22:04:35 PortableLM kernel: microcode: CPU2: patch_level=0x0600611a
Nov 14 22:04:35 PortableLM kernel: microcode: Microcode Update Driver: v2.2.
Nov 14 22:04:35 PortableLM kernel: IPI shorthand broadcast: enabled
Nov 14 22:04:35 PortableLM kernel: sched_clock: Marking stable (740942647, 440482)->(748231285, -6848156)
Nov 14 22:04:35 PortableLM kernel: registered taskstats version 1
Nov 14 22:04:35 PortableLM kernel: Loading compiled-in X.509 certificates
Nov 14 22:04:35 PortableLM kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 75867b0fcb3a137e7101a6391d3e0cb71bd19afd'
Nov 14 22:04:35 PortableLM kernel: zswap: loaded using pool zstd/zsmalloc
Nov 14 22:04:35 PortableLM kernel: Key type .fscrypt registered
Nov 14 22:04:35 PortableLM kernel: Key type fscrypt-provisioning registered
Nov 14 22:04:35 PortableLM kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 22:04:35 PortableLM kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Nov 14 22:04:35 PortableLM kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 22:04:35 PortableLM kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Nov 14 22:04:35 PortableLM kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 22:04:35 PortableLM kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Nov 14 22:04:35 PortableLM kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 22:04:35 PortableLM kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Nov 14 22:04:35 PortableLM kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 22:04:35 PortableLM kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Nov 14 22:04:35 PortableLM kernel: PM:   Magic number: 15:984:57
Nov 14 22:04:35 PortableLM kernel: memory memory89: hash matches
Nov 14 22:04:35 PortableLM kernel: RAS: Correctable Errors collector initialized.
Nov 14 22:04:35 PortableLM kernel: clk: Disabling unused clocks
Nov 14 22:04:35 PortableLM kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Nov 14 22:04:35 PortableLM kernel: usb 1-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
Nov 14 22:04:35 PortableLM kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 14 22:04:35 PortableLM kernel: hub 1-1:1.0: USB hub found
Nov 14 22:04:35 PortableLM kernel: hub 1-1:1.0: 4 ports detected
Nov 14 22:04:35 PortableLM kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 14 22:04:35 PortableLM kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 14 22:04:35 PortableLM kernel: ata1.00: ATA-10: CT1000MX500SSD4, M3CR023, max UDMA/133
Nov 14 22:04:35 PortableLM kernel: ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 14 22:04:35 PortableLM kernel: ata1.00: Features: Trust Dev-Sleep
Nov 14 22:04:35 PortableLM kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 14 22:04:35 PortableLM kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 14 22:04:35 PortableLM kernel: ata1.00: configured for UDMA/133
Nov 14 22:04:35 PortableLM kernel: scsi 0:0:0:0: Direct-Access     ATA      CT1000MX500SSD4  023  PQ: 0 ANSI: 5
Nov 14 22:04:35 PortableLM kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Nov 14 22:04:35 PortableLM kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Nov 14 22:04:35 PortableLM kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 14 22:04:35 PortableLM kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 14 22:04:35 PortableLM kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 14 22:04:35 PortableLM kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Nov 14 22:04:35 PortableLM kernel:  sda: sda1 sda2 sda3
Nov 14 22:04:35 PortableLM kernel: sd 0:0:0:0: [sda] supports TCG Opal
Nov 14 22:04:35 PortableLM kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Nov 14 22:04:35 PortableLM kernel: ata2.00: ATA-10: ST1000LM035-1RK172, SDM3, max UDMA/133
Nov 14 22:04:35 PortableLM kernel: ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Nov 14 22:04:35 PortableLM kernel: ata2.00: configured for UDMA/133
Nov 14 22:04:35 PortableLM kernel: scsi 1:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 SDM3 PQ: 0 ANSI: 5
Nov 14 22:04:35 PortableLM kernel: sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Nov 14 22:04:35 PortableLM kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks
Nov 14 22:04:35 PortableLM kernel: sd 1:0:0:0: [sdb] Write Protect is off
Nov 14 22:04:35 PortableLM kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Nov 14 22:04:35 PortableLM kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 14 22:04:35 PortableLM kernel: sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
Nov 14 22:04:35 PortableLM kernel: usb 1-1.1: new full-speed USB device number 3 using ehci-pci
Nov 14 22:04:35 PortableLM kernel:  sdb: sdb1
Nov 14 22:04:35 PortableLM kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Nov 14 22:04:35 PortableLM kernel: Freeing unused decrypted memory: 2028K
Nov 14 22:04:35 PortableLM kernel: Freeing unused kernel image (initmem) memory: 3404K
Nov 14 22:04:35 PortableLM kernel: Write protecting the kernel read-only data: 30720k
Nov 14 22:04:35 PortableLM kernel: Freeing unused kernel image (rodata/data gap) memory: 1272K
Nov 14 22:04:35 PortableLM kernel: usb 1-1.1: New USB device found, idVendor=04f3, idProduct=0903, bcdDevice= 1.63
Nov 14 22:04:35 PortableLM kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 14 22:04:35 PortableLM kernel: usb 1-1.1: Product: ELAN:Fingerprint
Nov 14 22:04:35 PortableLM kernel: usb 1-1.1: Manufacturer: ELAN
Nov 14 22:04:35 PortableLM kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 14 22:04:35 PortableLM kernel: rodata_test: all tests were successful
Nov 14 22:04:35 PortableLM kernel: Run /init as init process
Nov 14 22:04:35 PortableLM kernel:   with arguments:
Nov 14 22:04:35 PortableLM kernel:     /init
Nov 14 22:04:35 PortableLM kernel:   with environment:
Nov 14 22:04:35 PortableLM kernel:     HOME=/
Nov 14 22:04:35 PortableLM kernel:     TERM=linux
Nov 14 22:04:35 PortableLM kernel:     BOOT_IMAGE=/vmlinuz-linux
Nov 14 22:04:35 PortableLM kernel: usb 1-1.3: new full-speed USB device number 4 using ehci-pci
Nov 14 22:04:35 PortableLM kernel: tsc: Refined TSC clocksource calibration: 2694.941 MHz
Nov 14 22:04:35 PortableLM kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26d89377419, max_idle_ns: 440795242263 ns
Nov 14 22:04:35 PortableLM kernel: clocksource: Switched to clocksource tsc
Nov 14 22:04:35 PortableLM kernel: usb 1-1.3: New USB device found, idVendor=13d3, idProduct=3526, bcdDevice= 1.10
Nov 14 22:04:35 PortableLM kernel: usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 14 22:04:35 PortableLM kernel: usb 1-1.3: Product: Bluetooth Radio 
Nov 14 22:04:35 PortableLM kernel: usb 1-1.3: Manufacturer: Realtek 
Nov 14 22:04:35 PortableLM kernel: usb 1-1.3: SerialNumber: 00e04c000001
Nov 14 22:04:35 PortableLM kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Nov 14 22:04:35 PortableLM kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
Nov 14 22:04:35 PortableLM kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
Nov 14 22:04:35 PortableLM kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Nov 14 22:04:35 PortableLM kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 14 22:04:35 PortableLM kernel: xhci_hcd 0000:00:10.0: xHCI Host Controller
Nov 14 22:04:35 PortableLM kernel: xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
Nov 14 22:04:35 PortableLM kernel: xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000410
Nov 14 22:04:35 PortableLM kernel: usb 1-1.4: new high-speed USB device number 5 using ehci-pci
Nov 14 22:04:35 PortableLM kernel: xhci_hcd 0000:00:10.0: xHCI Host Controller
Nov 14 22:04:35 PortableLM kernel: xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
Nov 14 22:04:35 PortableLM kernel: xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
Nov 14 22:04:35 PortableLM kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 14 22:04:35 PortableLM kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 14 22:04:35 PortableLM kernel: usb usb2: Product: xHCI Host Controller
Nov 14 22:04:35 PortableLM kernel: usb usb2: Manufacturer: Linux 6.6.1-arch1-1 xhci-hcd
Nov 14 22:04:35 PortableLM kernel: usb usb2: SerialNumber: 0000:00:10.0
Nov 14 22:04:35 PortableLM kernel: hub 2-0:1.0: USB hub found
Nov 14 22:04:35 PortableLM kernel: hub 2-0:1.0: 4 ports detected
Nov 14 22:04:35 PortableLM kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 14 22:04:35 PortableLM kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Nov 14 22:04:35 PortableLM kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 14 22:04:35 PortableLM kernel: usb usb3: Product: xHCI Host Controller
Nov 14 22:04:35 PortableLM kernel: usb usb3: Manufacturer: Linux 6.6.1-arch1-1 xhci-hcd
Nov 14 22:04:35 PortableLM kernel: usb usb3: SerialNumber: 0000:00:10.0
Nov 14 22:04:35 PortableLM kernel: hub 3-0:1.0: USB hub found
Nov 14 22:04:35 PortableLM kernel: hub 3-0:1.0: 4 ports detected
Nov 14 22:04:35 PortableLM kernel: usb: port power management may be unreliable
Nov 14 22:04:35 PortableLM kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Nov 14 22:04:35 PortableLM kernel: usb 1-1.4: New USB device found, idVendor=13d3, idProduct=5a07, bcdDevice=16.01
Nov 14 22:04:35 PortableLM kernel: usb 1-1.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Nov 14 22:04:35 PortableLM kernel: usb 1-1.4: Product: USB2.0 VGA UVC WebCam
Nov 14 22:04:35 PortableLM kernel: usb 1-1.4: Manufacturer: Azurewave
Nov 14 22:04:35 PortableLM kernel: usb 1-1.4: SerialNumber: 0x0001
Nov 14 22:04:35 PortableLM kernel: [drm] amdgpu kernel modesetting enabled.
Nov 14 22:04:35 PortableLM kernel: amdgpu: Virtual CRAT table created for CPU
Nov 14 22:04:35 PortableLM kernel: amdgpu: Topology: Add CPU node
Nov 14 22:04:35 PortableLM kernel: [drm] initializing kernel modesetting (CARRIZO 0x1002:0x9874 0x1043:0x1931 0xC8).
Nov 14 22:04:35 PortableLM kernel: [drm] register mmio base: 0xFEB00000
Nov 14 22:04:35 PortableLM kernel: [drm] register mmio size: 262144
Nov 14 22:04:35 PortableLM kernel: [drm] add ip block number 0 <vi_common>
Nov 14 22:04:35 PortableLM kernel: [drm] add ip block number 1 <gmc_v8_0>
Nov 14 22:04:35 PortableLM kernel: [drm] add ip block number 2 <cz_ih>
Nov 14 22:04:35 PortableLM kernel: [drm] add ip block number 3 <gfx_v8_0>
Nov 14 22:04:35 PortableLM kernel: [drm] add ip block number 4 <sdma_v3_0>
Nov 14 22:04:35 PortableLM kernel: [drm] add ip block number 5 <powerplay>
Nov 14 22:04:35 PortableLM kernel: [drm] add ip block number 6 <dm>
Nov 14 22:04:35 PortableLM kernel: [drm] add ip block number 7 <uvd_v6_0>
Nov 14 22:04:35 PortableLM kernel: [drm] add ip block number 8 <vce_v3_0>
Nov 14 22:04:35 PortableLM kernel: [drm] add ip block number 9 <acp_ip>
Nov 14 22:04:35 PortableLM kernel: [drm] BIOS signature incorrect 0 0
Nov 14 22:04:35 PortableLM kernel: amdgpu 0000:00:01.0: amdgpu: Fetched VBIOS from ROM BAR
Nov 14 22:04:35 PortableLM kernel: amdgpu: ATOM BIOS: SWBRT00949.001
Nov 14 22:04:35 PortableLM kernel: [drm] UVD is enabled in physical mode
Nov 14 22:04:35 PortableLM kernel: [drm] VCE enabled in physical mode
Nov 14 22:04:35 PortableLM kernel: amdgpu 0000:00:01.0: vgaarb: deactivate vga console
Nov 14 22:04:35 PortableLM kernel: amdgpu 0000:00:01.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Nov 14 22:04:35 PortableLM kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Nov 14 22:04:35 PortableLM kernel: amdgpu 0000:00:01.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Nov 14 22:04:35 PortableLM kernel: amdgpu 0000:00:01.0: amdgpu: GART: 1024M 0x000000FF00000000 - 0x000000FF3FFFFFFF
Nov 14 22:04:35 PortableLM kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Nov 14 22:04:35 PortableLM kernel: [drm] RAM width 128bits UNKNOWN
Nov 14 22:04:35 PortableLM kernel: [drm] amdgpu: 512M of VRAM memory ready
Nov 14 22:04:35 PortableLM kernel: [drm] amdgpu: 7720M of GTT memory ready.
Nov 14 22:04:35 PortableLM kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Nov 14 22:04:35 PortableLM kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400E00000).
Nov 14 22:04:35 PortableLM kernel: amdgpu: hwmgr_sw_init smu backed is smu8_smu
Nov 14 22:04:35 PortableLM kernel: [drm] Found UVD firmware Version: 1.91 Family ID: 11
Nov 14 22:04:35 PortableLM kernel: [drm] UVD ENC is disabled
Nov 14 22:04:35 PortableLM kernel: [drm] Found VCE firmware Version: 52.4 Binary ID: 3
Nov 14 22:04:35 PortableLM kernel: amdgpu: smu version 27.18.00
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB: values for Engine clock
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         300000
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         480000
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         533340
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         576000
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         626090
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         685720
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         720000
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         757900
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB: Validation clocks:
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:    engine_max_clock: 75790
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:    memory_max_clock: 93300
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:    level           : 8
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB: values for Display clock
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         300000
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         400000
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         496560
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         626090
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         685720
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         757900
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         800000
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         847060
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB: Validation clocks:
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:    engine_max_clock: 75790
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:    memory_max_clock: 93300
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:    level           : 8
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB: values for Memory clock
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         667000
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:         933000
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB: Validation clocks:
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:    engine_max_clock: 75790
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:    memory_max_clock: 93300
Nov 14 22:04:35 PortableLM kernel: [drm] DM_PPLIB:    level           : 8
Nov 14 22:04:35 PortableLM kernel: [drm] Display Core v3.2.247 initialized on DCE 11.0
Nov 14 22:04:35 PortableLM kernel: [drm] UVD initialized successfully.
Nov 14 22:04:35 PortableLM kernel: [drm] VCE initialized successfully.
Nov 14 22:04:35 PortableLM kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Nov 14 22:04:35 PortableLM kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Nov 14 22:04:35 PortableLM kernel: amdgpu: Virtual CRAT table created for GPU
Nov 14 22:04:35 PortableLM kernel: amdgpu: Topology: Add dGPU node [0x9874:0x1002]
Nov 14 22:04:35 PortableLM kernel: kfd kfd: amdgpu: added device 1002:9874
Nov 14 22:04:35 PortableLM kernel: amdgpu 0000:00:01.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
Nov 14 22:04:35 PortableLM kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:00:01.0 on minor 1
Nov 14 22:04:35 PortableLM kernel: fbcon: amdgpudrmfb (fb0) is primary device
Nov 14 22:04:35 PortableLM kernel: fbcon: Deferring console take-over
Nov 14 22:04:35 PortableLM kernel: amdgpu 0000:00:01.0: [drm] fb0: amdgpudrmfb frame buffer device
Nov 14 22:04:35 PortableLM kernel: fbcon: Taking over console
Nov 14 22:04:35 PortableLM kernel: EXT4-fs (sda3): mounted filesystem 14c14e1c-cb89-40a5-869d-feb83e3fc728 r/w with ordered data mode. Quota mode: none.
Nov 14 22:04:35 PortableLM kernel: Console: switching to colour frame buffer device 240x67
Nov 14 22:04:35 PortableLM systemd[1]: systemd 254.6-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Nov 14 22:04:35 PortableLM systemd[1]: Detected architecture x86-64.
Nov 14 22:04:35 PortableLM systemd[1]: Hostname set to <PortableLM>.
Nov 14 22:04:35 PortableLM systemd[1]: bpf-lsm: LSM BPF program attached
Nov 14 22:04:35 PortableLM systemd[1]: Queued start job for default target Graphical Interface.
Nov 14 22:04:35 PortableLM systemd[1]: Created slice Slice /system/getty.
Nov 14 22:04:35 PortableLM systemd[1]: Created slice Slice /system/modprobe.
Nov 14 22:04:35 PortableLM systemd[1]: Created slice Slice /system/systemd-fsck.
Nov 14 22:04:35 PortableLM systemd[1]: Created slice User and Session Slice.
Nov 14 22:04:35 PortableLM systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 14 22:04:35 PortableLM systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 14 22:04:35 PortableLM systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 14 22:04:35 PortableLM systemd[1]: Reached target Local Encrypted Volumes.
Nov 14 22:04:35 PortableLM systemd[1]: Reached target Login Prompts.
Nov 14 22:04:35 PortableLM systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 14 22:04:35 PortableLM systemd[1]: Reached target Path Units.
Nov 14 22:04:35 PortableLM systemd[1]: Reached target Remote File Systems.
Nov 14 22:04:35 PortableLM systemd[1]: Reached target Slice Units.
Nov 14 22:04:35 PortableLM systemd[1]: Reached target Local Verity Protected Volumes.
Nov 14 22:04:35 PortableLM systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 14 22:04:35 PortableLM systemd[1]: Listening on LVM2 poll daemon socket.
Nov 14 22:04:35 PortableLM systemd[1]: Listening on Process Core Dump Socket.
Nov 14 22:04:35 PortableLM systemd[1]: Listening on Journal Socket (/dev/log).
Nov 14 22:04:35 PortableLM systemd[1]: Listening on Journal Socket.
Nov 14 22:04:35 PortableLM systemd[1]: Listening on udev Control Socket.
Nov 14 22:04:35 PortableLM systemd[1]: Listening on udev Kernel Socket.
Nov 14 22:04:35 PortableLM systemd[1]: Mounting Huge Pages File System...
Nov 14 22:04:35 PortableLM systemd[1]: Mounting POSIX Message Queue File System...
Nov 14 22:04:35 PortableLM systemd[1]: Mounting Kernel Debug File System...
Nov 14 22:04:35 PortableLM systemd[1]: Mounting Kernel Trace File System...
Nov 14 22:04:35 PortableLM systemd[1]: Starting Create List of Static Device Nodes...
Nov 14 22:04:35 PortableLM systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 14 22:04:35 PortableLM systemd[1]: Starting Load Kernel Module configfs...
Nov 14 22:04:35 PortableLM systemd[1]: Starting Load Kernel Module dm_mod...
Nov 14 22:04:35 PortableLM systemd[1]: Starting Load Kernel Module drm...
Nov 14 22:04:35 PortableLM systemd[1]: Starting Load Kernel Module fuse...
Nov 14 22:04:35 PortableLM systemd[1]: Starting Load Kernel Module loop...
Nov 14 22:04:35 PortableLM systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 14 22:04:35 PortableLM systemd[1]: Starting Journal Service...
Nov 14 22:04:35 PortableLM systemd[1]: Starting Load Kernel Modules...
Nov 14 22:04:35 PortableLM systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 14 22:04:35 PortableLM systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 14 22:04:35 PortableLM systemd[1]: Starting Coldplug All udev Devices...
Nov 14 22:04:35 PortableLM systemd[1]: Mounted Huge Pages File System.
Nov 14 22:04:35 PortableLM systemd[1]: Mounted POSIX Message Queue File System.
Nov 14 22:04:35 PortableLM systemd[1]: Mounted Kernel Debug File System.
Nov 14 22:04:35 PortableLM systemd[1]: Mounted Kernel Trace File System.
Nov 14 22:04:35 PortableLM kernel: device-mapper: uevent: version 1.0.3
Nov 14 22:04:35 PortableLM kernel: loop: module loaded
Nov 14 22:04:35 PortableLM kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Nov 14 22:04:35 PortableLM systemd-journald[209]: Collecting audit messages is disabled.
Nov 14 22:04:35 PortableLM kernel: fuse: init (API version 7.39)
Nov 14 22:04:35 PortableLM kernel: EXT4-fs (sda3): re-mounted 14c14e1c-cb89-40a5-869d-feb83e3fc728 r/w. Quota mode: none.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Create List of Static Device Nodes.
Nov 14 22:04:35 PortableLM systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 14 22:04:35 PortableLM kernel: i2c_dev: i2c /dev entries driver
Nov 14 22:04:35 PortableLM systemd[1]: Finished Load Kernel Module configfs.
Nov 14 22:04:35 PortableLM systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Load Kernel Module dm_mod.
Nov 14 22:04:35 PortableLM systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 14 22:04:35 PortableLM systemd-journald[209]: Journal started
Nov 14 22:04:35 PortableLM systemd-journald[209]: Runtime Journal (/run/log/journal/5da0f8618ec54675833f5850ef119464) is 8.0M, max 772.0M, 764.0M free.
Nov 14 22:04:35 PortableLM systemd-modules-load[210]: Inserted module 'crypto_user'
Nov 14 22:04:35 PortableLM systemd-modules-load[210]: Inserted module 'i2c_dev'
Nov 14 22:04:35 PortableLM systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Load Kernel Module drm.
Nov 14 22:04:35 PortableLM systemd[1]: Started Journal Service.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Load Kernel Module fuse.
Nov 14 22:04:35 PortableLM systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Load Kernel Module loop.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Load Kernel Modules.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Coldplug All udev Devices.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 14 22:04:35 PortableLM systemd[1]: Mounting FUSE Control File System...
Nov 14 22:04:35 PortableLM systemd[1]: Mounting Kernel Configuration File System...
Nov 14 22:04:35 PortableLM systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 14 22:04:35 PortableLM systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 14 22:04:35 PortableLM systemd[1]: Starting Load/Save OS Random Seed...
Nov 14 22:04:35 PortableLM systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 14 22:04:35 PortableLM systemd[1]: Starting Apply Kernel Variables...
Nov 14 22:04:35 PortableLM systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 14 22:04:35 PortableLM systemd-journald[209]: Time spent on flushing to /var/log/journal/5da0f8618ec54675833f5850ef119464 is 74.693ms for 927 entries.
Nov 14 22:04:35 PortableLM systemd-journald[209]: System Journal (/var/log/journal/5da0f8618ec54675833f5850ef119464) is 735.9M, max 4.0G, 3.2G free.
Nov 14 22:04:35 PortableLM systemd-journald[209]: Received client request to flush runtime journal.
Nov 14 22:04:35 PortableLM systemd-journald[209]: /var/log/journal/5da0f8618ec54675833f5850ef119464/system.journal: Journal file uses a different sequence number ID, rotating.
Nov 14 22:04:35 PortableLM systemd-journald[209]: Rotating system journal.
Nov 14 22:04:35 PortableLM systemd[1]: Mounted FUSE Control File System.
Nov 14 22:04:35 PortableLM systemd[1]: Mounted Kernel Configuration File System.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Load/Save OS Random Seed.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Apply Kernel Variables.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 14 22:04:35 PortableLM systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 14 22:04:35 PortableLM systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 14 22:04:35 PortableLM systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 14 22:04:35 PortableLM systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 14 22:04:35 PortableLM systemd[1]: Reached target Preparation for Local File Systems.
Nov 14 22:04:35 PortableLM systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 14 22:04:35 PortableLM systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 14 22:04:35 PortableLM systemd-udevd[250]: Using default interface naming scheme 'v253'.
Nov 14 22:04:36 PortableLM systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 14 22:04:36 PortableLM kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6
Nov 14 22:04:36 PortableLM systemd[1]: Found device CT1000MX500SSD4 1.
Nov 14 22:04:36 PortableLM kernel: AMD0020:00: ttyS4 at MMIO 0xfedc6000 (irq = 10, base_baud = 3000000) is a 16550A
Nov 14 22:04:36 PortableLM systemd[1]: Starting File System Check on /dev/disk/by-uuid/5289-9E7B...
Nov 14 22:04:36 PortableLM systemd[1]: Found device CT1000MX500SSD4 2.
Nov 14 22:04:36 PortableLM systemd[1]: Activating swap /dev/disk/by-uuid/b6e37559-7fb5-4956-90c7-30ac34e9e9bb...
Nov 14 22:04:36 PortableLM kernel: Adding 1048572k swap on /dev/sda2.  Priority:-2 extents:1 across:1048572k SS
Nov 14 22:04:36 PortableLM systemd[1]: Activated swap /dev/disk/by-uuid/b6e37559-7fb5-4956-90c7-30ac34e9e9bb.
Nov 14 22:04:36 PortableLM systemd[1]: Reached target Swaps.
Nov 14 22:04:36 PortableLM systemd-fsck[292]: fsck.fat 4.2 (2021-01-31)
Nov 14 22:04:36 PortableLM systemd-fsck[292]: /dev/sda1: 368 files, 33915/130811 clusters
Nov 14 22:04:36 PortableLM systemd[1]: Mounting Temporary Directory /tmp...
Nov 14 22:04:36 PortableLM kernel: AMD0020:01: ttyS5 at MMIO 0xfedc8000 (irq = 11, base_baud = 3000000) is a 16550A
Nov 14 22:04:36 PortableLM kernel: input: ELAN1300:00 04F3:3087 Mouse as /devices/platform/AMD0010:03/i2c-0/i2c-ELAN1300:00/0018:04F3:3087.0001/input/input7
Nov 14 22:04:36 PortableLM kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Nov 14 22:04:36 PortableLM kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Nov 14 22:04:36 PortableLM systemd[1]: Finished File System Check on /dev/disk/by-uuid/5289-9E7B.
Nov 14 22:04:36 PortableLM kernel: input: ELAN1300:00 04F3:3087 Touchpad as /devices/platform/AMD0010:03/i2c-0/i2c-ELAN1300:00/0018:04F3:3087.0001/input/input8
Nov 14 22:04:36 PortableLM kernel: hid-generic 0018:04F3:3087.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1300:00 04F3:3087] on i2c-ELAN1300:00
Nov 14 22:04:36 PortableLM systemd[1]: Mounted Temporary Directory /tmp.
Nov 14 22:04:36 PortableLM kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Nov 14 22:04:36 PortableLM kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Nov 14 22:04:36 PortableLM systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 14 22:04:36 PortableLM kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Nov 14 22:04:36 PortableLM kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
Nov 14 22:04:36 PortableLM kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
Nov 14 22:04:36 PortableLM kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Nov 14 22:04:36 PortableLM systemd[1]: Mounting /boot...
Nov 14 22:04:36 PortableLM mtp-probe[301]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.4"
Nov 14 22:04:36 PortableLM mtp-probe[301]: bus: 1, device: 5 was not an MTP device
Nov 14 22:04:36 PortableLM systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
Nov 14 22:04:36 PortableLM mtp-probe[299]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.1"
Nov 14 22:04:36 PortableLM mtp-probe[299]: bus: 1, device: 3 was not an MTP device
Nov 14 22:04:36 PortableLM kernel: cryptd: max_cpu_qlen set to 1000
Nov 14 22:04:36 PortableLM systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
Nov 14 22:04:36 PortableLM kernel: mc: Linux media interface: v0.10
Nov 14 22:04:36 PortableLM systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 14 22:04:36 PortableLM systemd[1]: Starting Virtual Console Setup...
Nov 14 22:04:36 PortableLM kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 14 22:04:36 PortableLM kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 14 22:04:36 PortableLM kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 14 22:04:36 PortableLM kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Nov 14 22:04:36 PortableLM kernel: cfg80211: failed to load regulatory.db
Nov 14 22:04:36 PortableLM kernel: Bluetooth: Core ver 2.22
Nov 14 22:04:36 PortableLM kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 14 22:04:36 PortableLM kernel: Bluetooth: HCI device and connection manager initialized
Nov 14 22:04:36 PortableLM kernel: Bluetooth: HCI socket layer initialized
Nov 14 22:04:36 PortableLM kernel: Bluetooth: L2CAP socket layer initialized
Nov 14 22:04:36 PortableLM kernel: Bluetooth: SCO socket layer initialized
Nov 14 22:04:36 PortableLM systemd[1]: Mounted /boot.
Nov 14 22:04:36 PortableLM systemd[1]: Reached target Local File Systems.
Nov 14 22:04:36 PortableLM systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Nov 14 22:04:36 PortableLM systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Nov 14 22:04:36 PortableLM systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 14 22:04:36 PortableLM kernel: asus_wmi: Initialization: 0x1
Nov 14 22:04:36 PortableLM kernel: asus_wmi: BIOS WMI version: 9.0
Nov 14 22:04:36 PortableLM kernel: asus_wmi: SFUN value: 0x21
Nov 14 22:04:36 PortableLM kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Nov 14 22:04:36 PortableLM kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Nov 14 22:04:36 PortableLM systemd[1]: Starting Create Volatile Files and Directories...
Nov 14 22:04:36 PortableLM kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input10
Nov 14 22:04:36 PortableLM kernel: videodev: Linux video capture interface: v2.00
Nov 14 22:04:36 PortableLM kernel: AVX2 version of gcm_enc/dec engaged.
Nov 14 22:04:36 PortableLM kernel: AES CTR mode by8 optimization enabled
Nov 14 22:04:36 PortableLM kernel: usbcore: registered new interface driver btusb
Nov 14 22:04:36 PortableLM kernel: Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
Nov 14 22:04:36 PortableLM kernel: Bluetooth: hci0: RTL: rom_version status=0 version=2
Nov 14 22:04:36 PortableLM kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_fw.bin
Nov 14 22:04:36 PortableLM systemd[1]: Finished Virtual Console Setup.
Nov 14 22:04:36 PortableLM kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
Nov 14 22:04:36 PortableLM kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_config.bin
Nov 14 22:04:36 PortableLM kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
Nov 14 22:04:36 PortableLM kernel: Bluetooth: hci0: RTL: cfg_sz 14, total sz 20270
Nov 14 22:04:36 PortableLM kernel: asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
Nov 14 22:04:36 PortableLM kernel: ACPI: battery: new extension: ASUS Battery Extension
Nov 14 22:04:36 PortableLM kernel: i2c_hid_acpi i2c-ELAN1300:00: device returned incorrect report (2 vs 14 expected)
Nov 14 22:04:36 PortableLM kernel: hid-multitouch 0018:04F3:3087.0001: failed to fetch feature 14
Nov 14 22:04:36 PortableLM kernel: input: ELAN1300:00 04F3:3087 Mouse as /devices/platform/AMD0010:03/i2c-0/i2c-ELAN1300:00/0018:04F3:3087.0001/input/input11
Nov 14 22:04:36 PortableLM kernel: input: ELAN1300:00 04F3:3087 Touchpad as /devices/platform/AMD0010:03/i2c-0/i2c-ELAN1300:00/0018:04F3:3087.0001/input/input12
Nov 14 22:04:36 PortableLM kernel: hid-multitouch 0018:04F3:3087.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1300:00 04F3:3087] on i2c-ELAN1300:00
Nov 14 22:04:36 PortableLM systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 14 22:04:36 PortableLM systemd[1]: Reached target Bluetooth Support.
Nov 14 22:04:36 PortableLM systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 14 22:04:36 PortableLM kernel: mousedev: PS/2 mouse device common for all mice
Nov 14 22:04:36 PortableLM systemd[1]: Finished Create Volatile Files and Directories.
Nov 14 22:04:36 PortableLM systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 14 22:04:36 PortableLM systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 14 22:04:36 PortableLM systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Nov 14 22:04:36 PortableLM systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 14 22:04:36 PortableLM kernel: snd_hda_intel 0000:00:01.1: Force to non-snoop mode
Nov 14 22:04:36 PortableLM kernel: snd_hda_intel 0000:00:09.2: enabling device (0004 -> 0006)
Nov 14 22:04:36 PortableLM systemd[1]: Starting Network Name Resolution...
Nov 14 22:04:36 PortableLM systemd[1]: Starting Network Time Synchronization...
Nov 14 22:04:36 PortableLM systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Nov 14 22:04:36 PortableLM systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 14 22:04:36 PortableLM kernel: snd_hda_intel 0000:00:01.1: bound 0000:00:01.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Nov 14 22:04:36 PortableLM kernel: usb 1-1.4: Found UVC 1.00 device USB2.0 VGA UVC WebCam (13d3:5a07)
Nov 14 22:04:36 PortableLM kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input13
Nov 14 22:04:36 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0: autoconfig for Generic: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Nov 14 22:04:36 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 14 22:04:36 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
Nov 14 22:04:36 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:    mono: mono_out=0x0
Nov 14 22:04:36 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:    inputs:
Nov 14 22:04:36 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:      Internal Mic=0x1a
Nov 14 22:04:36 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:      Mic=0x19
Nov 14 22:04:36 PortableLM kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:09.2/sound/card1/input14
Nov 14 22:04:36 PortableLM kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:09.2/sound/card1/input15
Nov 14 22:04:36 PortableLM kernel: usbcore: registered new interface driver uvcvideo
Nov 14 22:04:36 PortableLM systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 14 22:04:36 PortableLM systemd[1]: Reached target Sound Card.
Nov 14 22:04:36 PortableLM kernel: rtw_8822be 0000:01:00.0: enabling device (0000 -> 0003)
Nov 14 22:04:36 PortableLM kernel: rtw_8822be 0000:01:00.0: Firmware version 27.2.0, H2C version 13
Nov 14 22:04:36 PortableLM systemd[1]: Started Network Time Synchronization.
Nov 14 22:04:36 PortableLM systemd[1]: Reached target System Time Set.
Nov 14 22:04:36 PortableLM systemd-resolved[328]: Positive Trust Anchors:
Nov 14 22:04:36 PortableLM systemd-resolved[328]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Nov 14 22:04:36 PortableLM systemd-resolved[328]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Nov 14 22:04:36 PortableLM systemd-resolved[328]: Using system hostname 'PortableLM'.
Nov 14 22:04:36 PortableLM systemd[1]: Started Network Name Resolution.
Nov 14 22:04:36 PortableLM systemd[1]: Reached target Host and Network Name Lookups.
Nov 14 22:04:36 PortableLM systemd[1]: Reached target System Initialization.
Nov 14 22:04:36 PortableLM systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 14 22:04:36 PortableLM systemd[1]: Started Daily man-db regeneration.
Nov 14 22:04:36 PortableLM systemd[1]: Started Daily verification of password and group files.
Nov 14 22:04:36 PortableLM systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 14 22:04:36 PortableLM systemd[1]: Reached target Timer Units.
Nov 14 22:04:36 PortableLM systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 14 22:04:36 PortableLM systemd[1]: Reached target Socket Units.
Nov 14 22:04:36 PortableLM systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 14 22:04:36 PortableLM systemd[1]: Reached target Basic System.
Nov 14 22:04:36 PortableLM kernel: rtw_8822be 0000:01:00.0 wlp1s0: renamed from wlan0
Nov 14 22:04:36 PortableLM systemd[1]: Starting D-Bus System Message Bus...
Nov 14 22:04:36 PortableLM systemd[1]: Starting User Login Management...
Nov 14 22:04:36 PortableLM systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 14 22:04:36 PortableLM kernel: kvm_amd: TSC scaling supported
Nov 14 22:04:36 PortableLM kernel: kvm_amd: Nested Virtualization enabled
Nov 14 22:04:36 PortableLM kernel: kvm_amd: Nested Paging enabled
Nov 14 22:04:36 PortableLM kernel: kvm_amd: Virtual GIF supported
Nov 14 22:04:36 PortableLM kernel: kvm_amd: LBR virtualization supported
Nov 14 22:04:36 PortableLM kernel: MCE: In-kernel MCE decoding enabled.
Nov 14 22:04:36 PortableLM systemd-logind[347]: New seat seat0.
Nov 14 22:04:36 PortableLM systemd[1]: Started D-Bus System Message Bus.
Nov 14 22:04:36 PortableLM systemd-logind[347]: Watching system buttons on /dev/input/event3 (Power Button)
Nov 14 22:04:36 PortableLM systemd-logind[347]: Watching system buttons on /dev/input/event0 (Lid Switch)
Nov 14 22:04:36 PortableLM systemd-logind[347]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 14 22:04:36 PortableLM systemd-logind[347]: Watching system buttons on /dev/input/event2 (Sleep Button)
Nov 14 22:04:36 PortableLM systemd-logind[347]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Nov 14 22:04:37 PortableLM systemd[1]: Starting Network Manager...
Nov 14 22:04:37 PortableLM systemd[1]: Started User Login Management.
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.0865] NetworkManager (version 1.44.2-3) is starting... (boot:ea9d8005-9ad4-44e6-9d91-35d8e0370390)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.0866] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: default-wifi-powersave-on.conf)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.1006] manager[0x55ebc01d9a30]: monitoring kernel firmware directory '/lib/firmware'.
Nov 14 22:04:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:37 PortableLM systemd[1]: Starting Hostname Service...
Nov 14 22:04:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 14 22:04:37 PortableLM systemd[1]: Started Hostname Service.
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.1758] hostname: hostname: using hostnamed
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.1758] hostname: static hostname changed from (none) to "PortableLM"
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.1766] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.1782] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.4/0000:01:00.0/ieee80211/phy0/rfkill1) (driver rtw_8822be)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.1787] manager[0x55ebc01d9a30]: rfkill: Wi-Fi hardware radio set enabled
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.1787] manager[0x55ebc01d9a30]: rfkill: WWAN hardware radio set enabled
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.1913] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.1921] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.1931] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.1953] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2395] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2419] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2424] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2426] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2426] manager: Networking is enabled by state file
Nov 14 22:04:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2435] settings: Loaded settings plugin: keyfile (internal)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2526] dhcp: init: Using DHCP client 'internal'
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2529] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2548] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2554] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2563] device (lo): Activation: starting connection 'lo' (0186fcc8-6a7a-4add-9623-7f98b14b92c7)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2568] device (wlp1s0): driver supports Access Point (AP) mode
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2576] manager: (wlp1s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.2581] device (wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 14 22:04:37 PortableLM systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 14 22:04:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 14 22:04:37 PortableLM systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 14 22:04:37 PortableLM kernel: Bluetooth: hci0: RTL: fw version 0xab6b705c
Nov 14 22:04:37 PortableLM NetworkManager[356]: <info>  [1700017477.7497] device (wlp1s0): set-hw-addr: set MAC address to A2:F7:FB:15:79:8E (scanning)
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM NetworkManager[356]: <info>  [1700017478.2280] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 14 22:04:38 PortableLM systemd[1]: Started Network Manager.
Nov 14 22:04:38 PortableLM NetworkManager[356]: <info>  [1700017478.2315] ovsdb: disconnected from ovsdb
Nov 14 22:04:38 PortableLM NetworkManager[356]: <info>  [1700017478.2317] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Nov 14 22:04:38 PortableLM NetworkManager[356]: <info>  [1700017478.2322] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Nov 14 22:04:38 PortableLM NetworkManager[356]: <info>  [1700017478.2331] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Nov 14 22:04:38 PortableLM NetworkManager[356]: <info>  [1700017478.2340] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Nov 14 22:04:38 PortableLM NetworkManager[356]: <info>  [1700017478.2422] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Nov 14 22:04:38 PortableLM NetworkManager[356]: <info>  [1700017478.2427] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Nov 14 22:04:38 PortableLM systemd[1]: Starting WPA supplicant...
Nov 14 22:04:38 PortableLM NetworkManager[356]: <info>  [1700017478.2436] device (lo): Activation: successful, device activated.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Nov 14 22:04:38 PortableLM systemd[1]: Started WPA supplicant.
Nov 14 22:04:38 PortableLM wpa_supplicant[375]: Successfully initialized wpa_supplicant
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[377]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[377]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[377]: Exit
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:38 PortableLM wpa_supplicant[375]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 14 22:04:38 PortableLM NetworkManager[356]: <info>  [1700017478.3328] device (wlp1s0): supplicant interface state: internal-starting -> disconnected
Nov 14 22:04:38 PortableLM NetworkManager[356]: <info>  [1700017478.3329] device (wlp1s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[380]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[380]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[380]: Exit
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[383]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[383]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[383]: Exit
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[386]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[386]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[386]: Exit
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[389]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[389]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[389]: Exit
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[392]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[392]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[392]: Exit
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[395]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[395]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[395]: Exit
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[398]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[398]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[398]: Exit
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[401]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[401]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[401]: Exit
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[404]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[404]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[404]: Exit
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[407]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[407]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[407]: Exit
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:38 PortableLM pacrunner[410]: PAC Runner version 0.19
Nov 14 22:04:38 PortableLM pacrunner[410]: Terminating
Nov 14 22:04:38 PortableLM pacrunner[410]: Exit
Nov 14 22:04:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[414]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[414]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[414]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[417]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[417]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[417]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[420]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[420]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[420]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[423]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[423]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[423]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[426]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[426]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[426]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[429]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[429]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[429]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[432]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[432]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[432]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[435]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[435]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[435]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[438]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[438]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[438]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[441]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[441]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[441]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[445]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[445]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[445]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:39 PortableLM pacrunner[448]: PAC Runner version 0.19
Nov 14 22:04:39 PortableLM pacrunner[448]: Terminating
Nov 14 22:04:39 PortableLM pacrunner[448]: Exit
Nov 14 22:04:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[451]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[451]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[451]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[454]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[454]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[454]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[457]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[457]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[457]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[460]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[460]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[460]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[463]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[463]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[463]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[466]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[466]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[466]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[469]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[469]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[469]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[472]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[472]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[472]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[475]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[475]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[475]: Exit
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[478]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[478]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[478]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[481]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[481]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[481]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[484]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[484]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[484]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[487]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[487]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[487]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[491]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[491]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[491]: Exit
Nov 14 22:04:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:40 PortableLM pacrunner[494]: PAC Runner version 0.19
Nov 14 22:04:40 PortableLM pacrunner[494]: Terminating
Nov 14 22:04:40 PortableLM pacrunner[494]: Exit
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[497]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[497]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[497]: Exit
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[500]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[500]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[500]: Exit
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[503]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[503]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[503]: Exit
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[506]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[506]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[506]: Exit
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[509]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[509]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[509]: Exit
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[512]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[512]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[512]: Exit
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[515]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[515]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[515]: Exit
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[518]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[518]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[518]: Exit
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[521]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[521]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[521]: Exit
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[525]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[525]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[525]: Exit
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[528]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[528]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[528]: Exit
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:41 PortableLM systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:41 PortableLM pacrunner[531]: PAC Runner version 0.19
Nov 14 22:04:41 PortableLM pacrunner[531]: Terminating
Nov 14 22:04:41 PortableLM pacrunner[531]: Exit
Nov 14 22:04:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[535]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[535]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[535]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[538]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[538]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[538]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[541]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[541]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[541]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[544]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[544]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[544]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[547]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[547]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[547]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[550]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[550]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[550]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[553]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[553]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[553]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[556]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[556]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[556]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[559]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[559]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[559]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[562]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[562]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[562]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[565]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[565]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[565]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[568]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[568]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[568]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[571]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[571]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[571]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:42 PortableLM pacrunner[575]: PAC Runner version 0.19
Nov 14 22:04:42 PortableLM pacrunner[575]: Terminating
Nov 14 22:04:42 PortableLM pacrunner[575]: Exit
Nov 14 22:04:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:42 PortableLM NetworkManager[356]: <info>  [1700017482.9830] manager: startup complete
Nov 14 22:04:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[578]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[578]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[578]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[581]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[581]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[581]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[584]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[584]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[584]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[587]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[587]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[587]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[590]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[590]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[590]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[593]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[593]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[593]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[596]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[596]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[596]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[599]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[599]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[599]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[602]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[602]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[602]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[605]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[605]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[605]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[608]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[608]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[608]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[611]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[611]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[611]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[614]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[614]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[614]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[617]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[617]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[617]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[620]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[620]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[620]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[623]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[623]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[623]: Exit
Nov 14 22:04:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:43 PortableLM pacrunner[626]: PAC Runner version 0.19
Nov 14 22:04:43 PortableLM pacrunner[626]: Terminating
Nov 14 22:04:43 PortableLM pacrunner[626]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[629]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[629]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[629]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[632]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[632]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[632]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[635]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[635]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[635]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[638]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[638]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[638]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[641]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[641]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[641]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[644]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[644]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[644]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[647]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[647]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[647]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[650]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[650]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[650]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[653]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[653]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[653]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[656]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[656]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[656]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[659]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[659]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[659]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[662]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[662]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[662]: Exit
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[665]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[665]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[665]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[668]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[668]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[668]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:44 PortableLM pacrunner[671]: PAC Runner version 0.19
Nov 14 22:04:44 PortableLM pacrunner[671]: Terminating
Nov 14 22:04:44 PortableLM pacrunner[671]: Exit
Nov 14 22:04:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:45 PortableLM pacrunner[674]: PAC Runner version 0.19
Nov 14 22:04:45 PortableLM pacrunner[674]: Terminating
Nov 14 22:04:45 PortableLM pacrunner[674]: Exit
Nov 14 22:04:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:45 PortableLM pacrunner[677]: PAC Runner version 0.19
Nov 14 22:04:45 PortableLM pacrunner[677]: Terminating
Nov 14 22:04:45 PortableLM pacrunner[677]: Exit
Nov 14 22:04:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:45 PortableLM pacrunner[680]: PAC Runner version 0.19
Nov 14 22:04:45 PortableLM pacrunner[680]: Terminating
Nov 14 22:04:45 PortableLM pacrunner[680]: Exit
Nov 14 22:04:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:45 PortableLM pacrunner[683]: PAC Runner version 0.19
Nov 14 22:04:45 PortableLM pacrunner[683]: Terminating
Nov 14 22:04:45 PortableLM pacrunner[683]: Exit
Nov 14 22:04:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:45 PortableLM pacrunner[686]: PAC Runner version 0.19
Nov 14 22:04:45 PortableLM pacrunner[686]: Terminating
Nov 14 22:04:45 PortableLM pacrunner[686]: Exit
Nov 14 22:04:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:45 PortableLM pacrunner[689]: PAC Runner version 0.19
Nov 14 22:04:45 PortableLM pacrunner[689]: Terminating
Nov 14 22:04:45 PortableLM pacrunner[689]: Exit
Nov 14 22:04:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:45 PortableLM pacrunner[692]: PAC Runner version 0.19
Nov 14 22:04:45 PortableLM pacrunner[692]: Terminating
Nov 14 22:04:45 PortableLM pacrunner[692]: Exit
Nov 14 22:04:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:45 PortableLM pacrunner[695]: PAC Runner version 0.19
Nov 14 22:04:45 PortableLM pacrunner[695]: Terminating
Nov 14 22:04:45 PortableLM pacrunner[695]: Exit
Nov 14 22:04:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:45 PortableLM pacrunner[698]: PAC Runner version 0.19
Nov 14 22:04:45 PortableLM pacrunner[698]: Terminating
Nov 14 22:04:45 PortableLM pacrunner[698]: Exit
Nov 14 22:04:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:45 PortableLM pacrunner[701]: PAC Runner version 0.19
Nov 14 22:04:45 PortableLM pacrunner[701]: Terminating
Nov 14 22:04:45 PortableLM pacrunner[701]: Exit
Nov 14 22:04:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:45 PortableLM pacrunner[704]: PAC Runner version 0.19
Nov 14 22:04:45 PortableLM pacrunner[704]: Terminating
Nov 14 22:04:45 PortableLM pacrunner[704]: Exit
Nov 14 22:04:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[707]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[707]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[707]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[710]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[710]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[710]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[714]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[714]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[714]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[717]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[717]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[717]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[720]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[720]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[720]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[723]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[723]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[723]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[726]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[726]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[726]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[729]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[729]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[729]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[732]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[732]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[732]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[735]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[735]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[735]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[738]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[738]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[738]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[741]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[741]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[741]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[744]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[744]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[744]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:46 PortableLM pacrunner[747]: PAC Runner version 0.19
Nov 14 22:04:46 PortableLM pacrunner[747]: Terminating
Nov 14 22:04:46 PortableLM pacrunner[747]: Exit
Nov 14 22:04:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[750]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[750]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[750]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[753]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[753]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[753]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[756]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[756]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[756]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[759]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[759]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[759]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[762]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[762]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[762]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[766]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[766]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[766]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[769]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[769]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[769]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[772]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[772]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[772]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[775]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[775]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[775]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[778]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[778]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[778]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[781]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[781]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[781]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[784]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[784]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[784]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:47 PortableLM pacrunner[787]: PAC Runner version 0.19
Nov 14 22:04:47 PortableLM pacrunner[787]: Terminating
Nov 14 22:04:47 PortableLM pacrunner[787]: Exit
Nov 14 22:04:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[790]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[790]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[790]: Exit
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[793]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[793]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[793]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[796]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[796]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[796]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[799]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[799]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[799]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[802]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[802]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[802]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[805]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[805]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[805]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[808]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[808]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[808]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[811]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[811]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[811]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[814]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[814]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[814]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[817]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[817]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[817]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[820]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[820]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[820]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[823]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[823]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[823]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[826]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[826]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[826]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[829]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[829]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[829]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:48 PortableLM pacrunner[832]: PAC Runner version 0.19
Nov 14 22:04:48 PortableLM pacrunner[832]: Terminating
Nov 14 22:04:48 PortableLM pacrunner[832]: Exit
Nov 14 22:04:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[835]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[835]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[835]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[838]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[838]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[838]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[841]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[841]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[841]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[844]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[844]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[844]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[847]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[847]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[847]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[851]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[851]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[851]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[854]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[854]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[854]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[857]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[857]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[857]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[860]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[860]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[860]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[863]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[863]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[863]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[866]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[866]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[866]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[869]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[869]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[869]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[872]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[872]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[872]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[875]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[875]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[875]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:49 PortableLM pacrunner[878]: PAC Runner version 0.19
Nov 14 22:04:49 PortableLM pacrunner[878]: Terminating
Nov 14 22:04:49 PortableLM pacrunner[878]: Exit
Nov 14 22:04:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[881]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[881]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[881]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[884]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[884]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[884]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[887]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[887]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[887]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[890]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[890]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[890]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[893]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[893]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[893]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[896]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[896]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[896]: Exit
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[899]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[899]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[899]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[902]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[902]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[902]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[905]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[905]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[905]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[908]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[908]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[908]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[911]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[911]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[911]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[914]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[914]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[914]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[917]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[917]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[917]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[920]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[920]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[920]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[923]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[923]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[923]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:50 PortableLM pacrunner[926]: PAC Runner version 0.19
Nov 14 22:04:50 PortableLM pacrunner[926]: Terminating
Nov 14 22:04:50 PortableLM pacrunner[926]: Exit
Nov 14 22:04:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:51 PortableLM pacrunner[929]: PAC Runner version 0.19
Nov 14 22:04:51 PortableLM pacrunner[929]: Terminating
Nov 14 22:04:51 PortableLM pacrunner[929]: Exit
Nov 14 22:04:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:51 PortableLM pacrunner[932]: PAC Runner version 0.19
Nov 14 22:04:51 PortableLM pacrunner[932]: Terminating
Nov 14 22:04:51 PortableLM pacrunner[932]: Exit
Nov 14 22:04:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:51 PortableLM pacrunner[935]: PAC Runner version 0.19
Nov 14 22:04:51 PortableLM pacrunner[935]: Terminating
Nov 14 22:04:51 PortableLM pacrunner[935]: Exit
Nov 14 22:04:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:51 PortableLM pacrunner[938]: PAC Runner version 0.19
Nov 14 22:04:51 PortableLM pacrunner[938]: Terminating
Nov 14 22:04:51 PortableLM pacrunner[938]: Exit
Nov 14 22:04:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:51 PortableLM pacrunner[941]: PAC Runner version 0.19
Nov 14 22:04:51 PortableLM pacrunner[941]: Terminating
Nov 14 22:04:51 PortableLM pacrunner[941]: Exit
Nov 14 22:04:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:51 PortableLM pacrunner[944]: PAC Runner version 0.19
Nov 14 22:04:51 PortableLM pacrunner[944]: Terminating
Nov 14 22:04:51 PortableLM pacrunner[944]: Exit
Nov 14 22:04:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:51 PortableLM pacrunner[947]: PAC Runner version 0.19
Nov 14 22:04:51 PortableLM pacrunner[947]: Terminating
Nov 14 22:04:51 PortableLM pacrunner[947]: Exit
Nov 14 22:04:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:51 PortableLM pacrunner[950]: PAC Runner version 0.19
Nov 14 22:04:51 PortableLM pacrunner[950]: Terminating
Nov 14 22:04:51 PortableLM pacrunner[950]: Exit
Nov 14 22:04:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:51 PortableLM pacrunner[953]: PAC Runner version 0.19
Nov 14 22:04:51 PortableLM pacrunner[953]: Terminating
Nov 14 22:04:51 PortableLM pacrunner[953]: Exit
Nov 14 22:04:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:51 PortableLM pacrunner[956]: PAC Runner version 0.19
Nov 14 22:04:51 PortableLM pacrunner[956]: Terminating
Nov 14 22:04:51 PortableLM pacrunner[956]: Exit
Nov 14 22:04:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:51 PortableLM pacrunner[959]: PAC Runner version 0.19
Nov 14 22:04:51 PortableLM pacrunner[959]: Terminating
Nov 14 22:04:51 PortableLM pacrunner[959]: Exit
Nov 14 22:04:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[962]: PAC Runner version 0.19
Nov 14 22:04:52 PortableLM pacrunner[962]: Terminating
Nov 14 22:04:52 PortableLM pacrunner[962]: Exit
Nov 14 22:04:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[965]: PAC Runner version 0.19
Nov 14 22:04:52 PortableLM pacrunner[965]: Terminating
Nov 14 22:04:52 PortableLM pacrunner[965]: Exit
Nov 14 22:04:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[968]: PAC Runner version 0.19
Nov 14 22:04:52 PortableLM pacrunner[968]: Terminating
Nov 14 22:04:52 PortableLM pacrunner[968]: Exit
Nov 14 22:04:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[971]: PAC Runner version 0.19
Nov 14 22:04:52 PortableLM pacrunner[971]: Terminating
Nov 14 22:04:52 PortableLM pacrunner[971]: Exit
Nov 14 22:04:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[974]: PAC Runner version 0.19
Nov 14 22:04:52 PortableLM pacrunner[974]: Terminating
Nov 14 22:04:52 PortableLM pacrunner[974]: Exit
Nov 14 22:04:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[977]: PAC Runner version 0.19
Nov 14 22:04:52 PortableLM pacrunner[977]: Terminating
Nov 14 22:04:52 PortableLM pacrunner[977]: Exit
Nov 14 22:04:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[980]: PAC Runner version 0.19
Nov 14 22:04:52 PortableLM pacrunner[980]: Terminating
Nov 14 22:04:52 PortableLM pacrunner[980]: Exit
Nov 14 22:04:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[984]: PAC Runner version 0.19
Nov 14 22:04:52 PortableLM pacrunner[984]: Terminating
Nov 14 22:04:52 PortableLM pacrunner[984]: Exit
Nov 14 22:04:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[987]: PAC Runner version 0.19
Nov 14 22:04:52 PortableLM pacrunner[987]: Terminating
Nov 14 22:04:52 PortableLM pacrunner[987]: Exit
Nov 14 22:04:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[990]: PAC Runner version 0.19
Nov 14 22:04:52 PortableLM pacrunner[990]: Terminating
Nov 14 22:04:52 PortableLM pacrunner[990]: Exit
Nov 14 22:04:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[993]: PAC Runner version 0.19
Nov 14 22:04:52 PortableLM pacrunner[993]: Terminating
Nov 14 22:04:52 PortableLM pacrunner[993]: Exit
Nov 14 22:04:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:52 PortableLM pacrunner[996]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[996]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[996]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[999]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[999]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[999]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[1002]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[1002]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[1002]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[1005]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[1005]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[1005]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[1008]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[1008]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[1008]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[1011]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[1011]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[1011]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[1014]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[1014]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[1014]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[1017]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[1017]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[1017]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[1020]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[1020]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[1020]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[1023]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[1023]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[1023]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[1026]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[1026]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[1026]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[1029]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[1029]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[1029]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:53 PortableLM pacrunner[1032]: PAC Runner version 0.19
Nov 14 22:04:53 PortableLM pacrunner[1032]: Terminating
Nov 14 22:04:53 PortableLM pacrunner[1032]: Exit
Nov 14 22:04:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1035]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1035]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1035]: Exit
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1038]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1038]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1038]: Exit
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1041]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1041]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1041]: Exit
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1044]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1044]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1044]: Exit
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1047]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1047]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1047]: Exit
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1050]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1050]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1050]: Exit
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1053]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1053]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1053]: Exit
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1056]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1056]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1056]: Exit
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1059]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1059]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1059]: Exit
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1062]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1062]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1062]: Exit
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1065]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1065]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1065]: Exit
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:54 PortableLM pacrunner[1068]: PAC Runner version 0.19
Nov 14 22:04:54 PortableLM pacrunner[1068]: Terminating
Nov 14 22:04:54 PortableLM pacrunner[1068]: Exit
Nov 14 22:04:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1071]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1071]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1071]: Exit
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1074]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1074]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1074]: Exit
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1077]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1077]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1077]: Exit
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1080]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1080]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1080]: Exit
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1083]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1083]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1083]: Exit
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1086]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1086]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1086]: Exit
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1089]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1089]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1089]: Exit
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1092]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1092]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1092]: Exit
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1095]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1095]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1095]: Exit
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1099]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1099]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1099]: Exit
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1102]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1102]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1102]: Exit
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1105]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1105]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1105]: Exit
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:55 PortableLM pacrunner[1108]: PAC Runner version 0.19
Nov 14 22:04:55 PortableLM pacrunner[1108]: Terminating
Nov 14 22:04:55 PortableLM pacrunner[1108]: Exit
Nov 14 22:04:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1111]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1111]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1111]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1114]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1114]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1114]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1117]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1117]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1117]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1120]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1120]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1120]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1123]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1123]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1123]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1126]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1126]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1126]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1129]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1129]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1129]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1132]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1132]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1132]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1135]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1135]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1135]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1138]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1138]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1138]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1141]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1141]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1141]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1144]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1144]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1144]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:56 PortableLM pacrunner[1147]: PAC Runner version 0.19
Nov 14 22:04:56 PortableLM pacrunner[1147]: Terminating
Nov 14 22:04:56 PortableLM pacrunner[1147]: Exit
Nov 14 22:04:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1150]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1150]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1150]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1153]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1153]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1153]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1156]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1156]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1156]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1159]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1159]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1159]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1162]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1162]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1162]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1165]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1165]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1165]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1168]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1168]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1168]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1171]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1171]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1171]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1174]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1174]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1174]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1177]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1177]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1177]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1180]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1180]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1180]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1183]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1183]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1183]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:57 PortableLM pacrunner[1186]: PAC Runner version 0.19
Nov 14 22:04:57 PortableLM pacrunner[1186]: Terminating
Nov 14 22:04:57 PortableLM pacrunner[1186]: Exit
Nov 14 22:04:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1189]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1189]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1189]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1192]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1192]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1192]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1195]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1195]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1195]: Exit
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1198]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1198]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1198]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1201]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1201]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1201]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1204]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1204]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1204]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1207]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1207]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1207]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1210]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1210]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1210]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1213]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1213]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1213]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1216]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1216]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1216]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1219]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1219]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1219]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1222]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1222]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1222]: Exit
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1225]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1225]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1225]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:58 PortableLM pacrunner[1229]: PAC Runner version 0.19
Nov 14 22:04:58 PortableLM pacrunner[1229]: Terminating
Nov 14 22:04:58 PortableLM pacrunner[1229]: Exit
Nov 14 22:04:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1232]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1232]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1232]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1235]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1235]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1235]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1238]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1238]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1238]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1241]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1241]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1241]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1244]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1244]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1244]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1247]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1247]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1247]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1250]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1250]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1250]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1253]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1253]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1253]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1256]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1256]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1256]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1259]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1259]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1259]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1262]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1262]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1262]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:04:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:04:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:04:59 PortableLM pacrunner[1265]: PAC Runner version 0.19
Nov 14 22:04:59 PortableLM pacrunner[1265]: Terminating
Nov 14 22:04:59 PortableLM pacrunner[1265]: Exit
Nov 14 22:04:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:04:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1268]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1268]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1268]: Exit
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1271]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1271]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1271]: Exit
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1274]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1274]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1274]: Exit
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1277]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1277]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1277]: Exit
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1280]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1280]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1280]: Exit
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1283]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1283]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1283]: Exit
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1286]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1286]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1286]: Exit
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1289]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1289]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1289]: Exit
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1292]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1292]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1292]: Exit
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1295]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1295]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1295]: Exit
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1298]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1298]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1298]: Exit
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:00 PortableLM pacrunner[1301]: PAC Runner version 0.19
Nov 14 22:05:00 PortableLM pacrunner[1301]: Terminating
Nov 14 22:05:00 PortableLM pacrunner[1301]: Exit
Nov 14 22:05:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1304]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1304]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1304]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1307]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1307]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1307]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1310]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1310]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1310]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1313]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1313]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1313]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1316]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1316]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1316]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1319]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1319]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1319]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1322]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1322]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1322]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1325]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1325]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1325]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1328]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1328]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1328]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1331]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1331]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1331]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1334]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1334]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1334]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1337]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1337]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1337]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1340]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1340]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1340]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:01 PortableLM pacrunner[1343]: PAC Runner version 0.19
Nov 14 22:05:01 PortableLM pacrunner[1343]: Terminating
Nov 14 22:05:01 PortableLM pacrunner[1343]: Exit
Nov 14 22:05:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:02 PortableLM pacrunner[1346]: PAC Runner version 0.19
Nov 14 22:05:02 PortableLM pacrunner[1346]: Terminating
Nov 14 22:05:02 PortableLM pacrunner[1346]: Exit
Nov 14 22:05:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:02 PortableLM pacrunner[1350]: PAC Runner version 0.19
Nov 14 22:05:02 PortableLM pacrunner[1350]: Terminating
Nov 14 22:05:02 PortableLM pacrunner[1350]: Exit
Nov 14 22:05:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:02 PortableLM pacrunner[1353]: PAC Runner version 0.19
Nov 14 22:05:02 PortableLM pacrunner[1353]: Terminating
Nov 14 22:05:02 PortableLM pacrunner[1353]: Exit
Nov 14 22:05:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:02 PortableLM pacrunner[1356]: PAC Runner version 0.19
Nov 14 22:05:02 PortableLM pacrunner[1356]: Terminating
Nov 14 22:05:02 PortableLM pacrunner[1356]: Exit
Nov 14 22:05:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:02 PortableLM pacrunner[1359]: PAC Runner version 0.19
Nov 14 22:05:02 PortableLM pacrunner[1359]: Terminating
Nov 14 22:05:02 PortableLM pacrunner[1359]: Exit
Nov 14 22:05:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:02 PortableLM pacrunner[1362]: PAC Runner version 0.19
Nov 14 22:05:02 PortableLM pacrunner[1362]: Terminating
Nov 14 22:05:02 PortableLM pacrunner[1362]: Exit
Nov 14 22:05:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:02 PortableLM pacrunner[1365]: PAC Runner version 0.19
Nov 14 22:05:02 PortableLM pacrunner[1365]: Terminating
Nov 14 22:05:02 PortableLM pacrunner[1365]: Exit
Nov 14 22:05:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:02 PortableLM pacrunner[1368]: PAC Runner version 0.19
Nov 14 22:05:02 PortableLM pacrunner[1368]: Terminating
Nov 14 22:05:02 PortableLM pacrunner[1368]: Exit
Nov 14 22:05:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:02 PortableLM pacrunner[1371]: PAC Runner version 0.19
Nov 14 22:05:02 PortableLM pacrunner[1371]: Terminating
Nov 14 22:05:02 PortableLM pacrunner[1371]: Exit
Nov 14 22:05:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:02 PortableLM pacrunner[1374]: PAC Runner version 0.19
Nov 14 22:05:02 PortableLM pacrunner[1374]: Terminating
Nov 14 22:05:02 PortableLM pacrunner[1374]: Exit
Nov 14 22:05:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:02 PortableLM pacrunner[1377]: PAC Runner version 0.19
Nov 14 22:05:02 PortableLM pacrunner[1377]: Terminating
Nov 14 22:05:02 PortableLM pacrunner[1377]: Exit
Nov 14 22:05:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1380]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1380]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1380]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1383]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1383]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1383]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1386]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1386]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1386]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1389]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1389]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1389]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1392]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1392]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1392]: Exit
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1395]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1395]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1395]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1398]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1398]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1398]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1401]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1401]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1401]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1404]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1404]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1404]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1407]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1407]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1407]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1410]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1410]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1410]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1413]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1413]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1413]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:03 PortableLM pacrunner[1416]: PAC Runner version 0.19
Nov 14 22:05:03 PortableLM pacrunner[1416]: Terminating
Nov 14 22:05:03 PortableLM pacrunner[1416]: Exit
Nov 14 22:05:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1419]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1419]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1419]: Exit
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1422]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1422]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1422]: Exit
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1425]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1425]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1425]: Exit
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1428]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1428]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1428]: Exit
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1431]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1431]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1431]: Exit
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1434]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1434]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1434]: Exit
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1437]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1437]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1437]: Exit
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1440]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1440]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1440]: Exit
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1443]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1443]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1443]: Exit
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1446]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1446]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1446]: Exit
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1449]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1449]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1449]: Exit
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:04 PortableLM pacrunner[1452]: PAC Runner version 0.19
Nov 14 22:05:04 PortableLM pacrunner[1452]: Terminating
Nov 14 22:05:04 PortableLM pacrunner[1452]: Exit
Nov 14 22:05:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1455]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1455]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1455]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1458]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1458]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1458]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1461]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1461]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1461]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1464]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1464]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1464]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1467]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1467]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1467]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1471]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1471]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1471]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1474]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1474]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1474]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1477]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1477]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1477]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1480]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1480]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1480]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1483]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1483]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1483]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1486]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1486]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1486]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:05 PortableLM pacrunner[1489]: PAC Runner version 0.19
Nov 14 22:05:05 PortableLM pacrunner[1489]: Terminating
Nov 14 22:05:05 PortableLM pacrunner[1489]: Exit
Nov 14 22:05:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1492]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1492]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1492]: Exit
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1495]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1495]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1495]: Exit
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1498]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1498]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1498]: Exit
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1501]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1501]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1501]: Exit
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1504]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1504]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1504]: Exit
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1507]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1507]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1507]: Exit
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1510]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1510]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1510]: Exit
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1513]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1513]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1513]: Exit
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1516]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1516]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1516]: Exit
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1519]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1519]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1519]: Exit
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1522]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1522]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1522]: Exit
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:06 PortableLM pacrunner[1525]: PAC Runner version 0.19
Nov 14 22:05:06 PortableLM pacrunner[1525]: Terminating
Nov 14 22:05:06 PortableLM pacrunner[1525]: Exit
Nov 14 22:05:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1528]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1528]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1528]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd-resolved[328]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1531]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1531]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1531]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1534]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1534]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1534]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1537]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1537]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1537]: Exit
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1543]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1543]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1543]: Exit
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1546]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1546]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1546]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1549]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1549]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1549]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1552]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1552]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1552]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1555]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1555]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1555]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1558]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1558]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1558]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1561]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1561]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1561]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1564]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1564]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1564]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1567]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1567]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1567]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1570]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1570]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1570]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:07 PortableLM pacrunner[1573]: PAC Runner version 0.19
Nov 14 22:05:07 PortableLM pacrunner[1573]: Terminating
Nov 14 22:05:07 PortableLM pacrunner[1573]: Exit
Nov 14 22:05:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:08 PortableLM pacrunner[1576]: PAC Runner version 0.19
Nov 14 22:05:08 PortableLM pacrunner[1576]: Terminating
Nov 14 22:05:08 PortableLM pacrunner[1576]: Exit
Nov 14 22:05:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:08 PortableLM pacrunner[1579]: PAC Runner version 0.19
Nov 14 22:05:08 PortableLM pacrunner[1579]: Terminating
Nov 14 22:05:08 PortableLM pacrunner[1579]: Exit
Nov 14 22:05:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:08 PortableLM pacrunner[1582]: PAC Runner version 0.19
Nov 14 22:05:08 PortableLM pacrunner[1582]: Terminating
Nov 14 22:05:08 PortableLM pacrunner[1582]: Exit
Nov 14 22:05:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:08 PortableLM pacrunner[1585]: PAC Runner version 0.19
Nov 14 22:05:08 PortableLM pacrunner[1585]: Terminating
Nov 14 22:05:08 PortableLM pacrunner[1585]: Exit
Nov 14 22:05:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:08 PortableLM pacrunner[1588]: PAC Runner version 0.19
Nov 14 22:05:08 PortableLM pacrunner[1588]: Terminating
Nov 14 22:05:08 PortableLM pacrunner[1588]: Exit
Nov 14 22:05:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:08 PortableLM pacrunner[1591]: PAC Runner version 0.19
Nov 14 22:05:08 PortableLM pacrunner[1591]: Terminating
Nov 14 22:05:08 PortableLM pacrunner[1591]: Exit
Nov 14 22:05:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:08 PortableLM pacrunner[1594]: PAC Runner version 0.19
Nov 14 22:05:08 PortableLM pacrunner[1594]: Terminating
Nov 14 22:05:08 PortableLM pacrunner[1594]: Exit
Nov 14 22:05:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:08 PortableLM pacrunner[1598]: PAC Runner version 0.19
Nov 14 22:05:08 PortableLM pacrunner[1598]: Terminating
Nov 14 22:05:08 PortableLM pacrunner[1598]: Exit
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:08 PortableLM pacrunner[1601]: PAC Runner version 0.19
Nov 14 22:05:08 PortableLM pacrunner[1601]: Terminating
Nov 14 22:05:08 PortableLM pacrunner[1601]: Exit
Nov 14 22:05:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:08 PortableLM pacrunner[1604]: PAC Runner version 0.19
Nov 14 22:05:08 PortableLM pacrunner[1604]: Terminating
Nov 14 22:05:08 PortableLM pacrunner[1604]: Exit
Nov 14 22:05:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:08 PortableLM pacrunner[1607]: PAC Runner version 0.19
Nov 14 22:05:08 PortableLM pacrunner[1607]: Terminating
Nov 14 22:05:08 PortableLM pacrunner[1607]: Exit
Nov 14 22:05:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1610]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1610]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1610]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1613]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1613]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1613]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1616]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1616]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1616]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1619]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1619]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1619]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1622]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1622]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1622]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1625]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1625]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1625]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1628]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1628]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1628]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1631]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1631]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1631]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1634]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1634]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1634]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1637]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1637]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1637]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1640]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1640]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1640]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1643]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1643]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1643]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:09 PortableLM pacrunner[1646]: PAC Runner version 0.19
Nov 14 22:05:09 PortableLM pacrunner[1646]: Terminating
Nov 14 22:05:09 PortableLM pacrunner[1646]: Exit
Nov 14 22:05:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1649]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1649]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1649]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1652]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1652]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1652]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1655]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1655]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1655]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1658]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1658]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1658]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1661]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1661]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1661]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1664]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1664]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1664]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1667]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1667]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1667]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1670]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1670]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1670]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1673]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1673]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1673]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1676]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1676]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1676]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1679]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1679]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1679]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1682]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1682]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1682]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:10 PortableLM pacrunner[1685]: PAC Runner version 0.19
Nov 14 22:05:10 PortableLM pacrunner[1685]: Terminating
Nov 14 22:05:10 PortableLM pacrunner[1685]: Exit
Nov 14 22:05:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1688]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1688]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1688]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1691]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1691]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1691]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1694]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1694]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1694]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1697]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1697]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1697]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1700]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1700]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1700]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1703]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1703]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1703]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1706]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1706]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1706]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1709]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1709]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1709]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1712]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1712]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1712]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1715]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1715]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1715]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1718]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1718]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1718]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1721]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1721]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1721]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:11 PortableLM pacrunner[1724]: PAC Runner version 0.19
Nov 14 22:05:11 PortableLM pacrunner[1724]: Terminating
Nov 14 22:05:11 PortableLM pacrunner[1724]: Exit
Nov 14 22:05:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1727]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1727]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1727]: Exit
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1730]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1730]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1730]: Exit
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1733]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1733]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1733]: Exit
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1736]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1736]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1736]: Exit
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1739]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1739]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1739]: Exit
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1742]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1742]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1742]: Exit
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1745]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1745]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1745]: Exit
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1748]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1748]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1748]: Exit
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1751]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1751]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1751]: Exit
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1754]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1754]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1754]: Exit
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1757]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1757]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1757]: Exit
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:12 PortableLM pacrunner[1760]: PAC Runner version 0.19
Nov 14 22:05:12 PortableLM pacrunner[1760]: Terminating
Nov 14 22:05:12 PortableLM pacrunner[1760]: Exit
Nov 14 22:05:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1763]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1763]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1763]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1766]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1766]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1766]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1769]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1769]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1769]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1772]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1772]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1772]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1775]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1775]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1775]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1778]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1778]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1778]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1781]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1781]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1781]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1784]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1784]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1784]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1787]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1787]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1787]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1790]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1790]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1790]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1793]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1793]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1793]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1796]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1796]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1796]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:13 PortableLM pacrunner[1799]: PAC Runner version 0.19
Nov 14 22:05:13 PortableLM pacrunner[1799]: Terminating
Nov 14 22:05:13 PortableLM pacrunner[1799]: Exit
Nov 14 22:05:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1802]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1802]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1802]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1805]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1805]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1805]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1808]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1808]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1808]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1811]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1811]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1811]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1814]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1814]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1814]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1817]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1817]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1817]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1820]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1820]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1820]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1823]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1823]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1823]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1826]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1826]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1826]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1829]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1829]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1829]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1832]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1832]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1832]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:14 PortableLM pacrunner[1835]: PAC Runner version 0.19
Nov 14 22:05:14 PortableLM pacrunner[1835]: Terminating
Nov 14 22:05:14 PortableLM pacrunner[1835]: Exit
Nov 14 22:05:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1838]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1838]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1838]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1841]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1841]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1841]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1844]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1844]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1844]: Exit
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1847]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1847]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1847]: Exit
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1850]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1850]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1850]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1853]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1853]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1853]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1856]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1856]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1856]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1859]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1859]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1859]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1862]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1862]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1862]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1865]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1865]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1865]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1868]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1868]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1868]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1871]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1871]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1871]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1874]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1874]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1874]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:15 PortableLM pacrunner[1877]: PAC Runner version 0.19
Nov 14 22:05:15 PortableLM pacrunner[1877]: Terminating
Nov 14 22:05:15 PortableLM pacrunner[1877]: Exit
Nov 14 22:05:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1880]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1880]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1880]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1883]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1883]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1883]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1886]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1886]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1886]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1889]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1889]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1889]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1892]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1892]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1892]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1895]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1895]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1895]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1898]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1898]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1898]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1901]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1901]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1901]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1904]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1904]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1904]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1907]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1907]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1907]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1910]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1910]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1910]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1913]: PAC Runner version 0.19
Nov 14 22:05:16 PortableLM pacrunner[1913]: Terminating
Nov 14 22:05:16 PortableLM pacrunner[1913]: Exit
Nov 14 22:05:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:16 PortableLM pacrunner[1916]: PAC Runner version 0.19
Nov 14 22:05:17 PortableLM pacrunner[1916]: Terminating
Nov 14 22:05:17 PortableLM pacrunner[1916]: Exit
Nov 14 22:05:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:17 PortableLM pacrunner[1919]: PAC Runner version 0.19
Nov 14 22:05:17 PortableLM pacrunner[1919]: Terminating
Nov 14 22:05:17 PortableLM pacrunner[1919]: Exit
Nov 14 22:05:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:17 PortableLM pacrunner[1922]: PAC Runner version 0.19
Nov 14 22:05:17 PortableLM pacrunner[1922]: Terminating
Nov 14 22:05:17 PortableLM pacrunner[1922]: Exit
Nov 14 22:05:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:17 PortableLM pacrunner[1925]: PAC Runner version 0.19
Nov 14 22:05:17 PortableLM pacrunner[1925]: Terminating
Nov 14 22:05:17 PortableLM pacrunner[1925]: Exit
Nov 14 22:05:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:17 PortableLM pacrunner[1928]: PAC Runner version 0.19
Nov 14 22:05:17 PortableLM pacrunner[1928]: Terminating
Nov 14 22:05:17 PortableLM pacrunner[1928]: Exit
Nov 14 22:05:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:17 PortableLM pacrunner[1931]: PAC Runner version 0.19
Nov 14 22:05:17 PortableLM pacrunner[1931]: Terminating
Nov 14 22:05:17 PortableLM pacrunner[1931]: Exit
Nov 14 22:05:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:17 PortableLM pacrunner[1934]: PAC Runner version 0.19
Nov 14 22:05:17 PortableLM pacrunner[1934]: Terminating
Nov 14 22:05:17 PortableLM pacrunner[1934]: Exit
Nov 14 22:05:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:17 PortableLM pacrunner[1937]: PAC Runner version 0.19
Nov 14 22:05:17 PortableLM pacrunner[1937]: Terminating
Nov 14 22:05:17 PortableLM pacrunner[1937]: Exit
Nov 14 22:05:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:17 PortableLM pacrunner[1940]: PAC Runner version 0.19
Nov 14 22:05:17 PortableLM pacrunner[1940]: Terminating
Nov 14 22:05:17 PortableLM pacrunner[1940]: Exit
Nov 14 22:05:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:17 PortableLM pacrunner[1943]: PAC Runner version 0.19
Nov 14 22:05:17 PortableLM pacrunner[1943]: Terminating
Nov 14 22:05:17 PortableLM pacrunner[1943]: Exit
Nov 14 22:05:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:17 PortableLM pacrunner[1946]: PAC Runner version 0.19
Nov 14 22:05:17 PortableLM pacrunner[1946]: Terminating
Nov 14 22:05:17 PortableLM pacrunner[1946]: Exit
Nov 14 22:05:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1949]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1949]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1949]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1952]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1952]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1952]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1955]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1955]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1955]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1958]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1958]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1958]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1961]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1961]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1961]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1964]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1964]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1964]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1967]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1967]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1967]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1970]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1970]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1970]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1973]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1973]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1973]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1976]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1976]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1976]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1979]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1979]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1979]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1982]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1982]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1982]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:18 PortableLM pacrunner[1985]: PAC Runner version 0.19
Nov 14 22:05:18 PortableLM pacrunner[1985]: Terminating
Nov 14 22:05:18 PortableLM pacrunner[1985]: Exit
Nov 14 22:05:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[1988]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[1988]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[1988]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[1991]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[1991]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[1991]: Exit
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[1994]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[1994]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[1994]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[1997]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[1997]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[1997]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[2000]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[2000]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[2000]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[2003]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[2003]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[2003]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[2006]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[2006]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[2006]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[2009]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[2009]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[2009]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[2012]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[2012]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[2012]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[2015]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[2015]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[2015]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[2018]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[2018]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[2018]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[2021]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[2021]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[2021]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:19 PortableLM pacrunner[2024]: PAC Runner version 0.19
Nov 14 22:05:19 PortableLM pacrunner[2024]: Terminating
Nov 14 22:05:19 PortableLM pacrunner[2024]: Exit
Nov 14 22:05:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2027]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2027]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2027]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2030]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2030]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2030]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2033]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2033]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2033]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2036]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2036]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2036]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2039]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2039]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2039]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2042]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2042]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2042]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2045]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2045]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2045]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2048]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2048]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2048]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2051]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2051]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2051]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2054]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2054]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2054]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2057]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2057]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2057]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2060]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2060]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2060]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:20 PortableLM pacrunner[2063]: PAC Runner version 0.19
Nov 14 22:05:20 PortableLM pacrunner[2063]: Terminating
Nov 14 22:05:20 PortableLM pacrunner[2063]: Exit
Nov 14 22:05:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2066]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2066]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2066]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2069]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2069]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2069]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2072]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2072]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2072]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2075]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2075]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2075]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2078]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2078]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2078]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2081]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2081]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2081]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2084]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2084]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2084]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2087]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2087]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2087]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2090]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2090]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2090]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2093]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2093]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2093]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2096]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2096]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2096]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:21 PortableLM pacrunner[2099]: PAC Runner version 0.19
Nov 14 22:05:21 PortableLM pacrunner[2099]: Terminating
Nov 14 22:05:21 PortableLM pacrunner[2099]: Exit
Nov 14 22:05:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2102]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2102]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2102]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2105]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2105]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2105]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2108]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2108]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2108]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2111]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2111]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2111]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2114]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2114]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2114]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2117]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2117]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2117]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2120]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2120]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2120]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2123]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2123]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2123]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2126]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2126]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2126]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2129]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2129]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2129]: Exit
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2132]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2132]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2132]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2135]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2135]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2135]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:22 PortableLM pacrunner[2138]: PAC Runner version 0.19
Nov 14 22:05:22 PortableLM pacrunner[2138]: Terminating
Nov 14 22:05:22 PortableLM pacrunner[2138]: Exit
Nov 14 22:05:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2141]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2141]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2141]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2144]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2144]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2144]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2147]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2147]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2147]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2150]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2150]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2150]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2153]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2153]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2153]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2156]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2156]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2156]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2159]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2159]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2159]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2162]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2162]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2162]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2165]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2165]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2165]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2168]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2168]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2168]: Exit
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2171]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2171]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2171]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2174]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2174]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2174]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2177]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2177]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2177]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:23 PortableLM pacrunner[2180]: PAC Runner version 0.19
Nov 14 22:05:23 PortableLM pacrunner[2180]: Terminating
Nov 14 22:05:23 PortableLM pacrunner[2180]: Exit
Nov 14 22:05:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:24 PortableLM pacrunner[2183]: PAC Runner version 0.19
Nov 14 22:05:24 PortableLM pacrunner[2183]: Terminating
Nov 14 22:05:24 PortableLM pacrunner[2183]: Exit
Nov 14 22:05:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:24 PortableLM pacrunner[2186]: PAC Runner version 0.19
Nov 14 22:05:24 PortableLM pacrunner[2186]: Terminating
Nov 14 22:05:24 PortableLM pacrunner[2186]: Exit
Nov 14 22:05:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:24 PortableLM pacrunner[2189]: PAC Runner version 0.19
Nov 14 22:05:24 PortableLM pacrunner[2189]: Terminating
Nov 14 22:05:24 PortableLM pacrunner[2189]: Exit
Nov 14 22:05:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:24 PortableLM pacrunner[2192]: PAC Runner version 0.19
Nov 14 22:05:24 PortableLM pacrunner[2192]: Terminating
Nov 14 22:05:24 PortableLM pacrunner[2192]: Exit
Nov 14 22:05:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:24 PortableLM pacrunner[2195]: PAC Runner version 0.19
Nov 14 22:05:24 PortableLM pacrunner[2195]: Terminating
Nov 14 22:05:24 PortableLM pacrunner[2195]: Exit
Nov 14 22:05:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:24 PortableLM pacrunner[2198]: PAC Runner version 0.19
Nov 14 22:05:24 PortableLM pacrunner[2198]: Terminating
Nov 14 22:05:24 PortableLM pacrunner[2198]: Exit
Nov 14 22:05:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:24 PortableLM pacrunner[2201]: PAC Runner version 0.19
Nov 14 22:05:24 PortableLM pacrunner[2201]: Terminating
Nov 14 22:05:24 PortableLM pacrunner[2201]: Exit
Nov 14 22:05:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:24 PortableLM pacrunner[2204]: PAC Runner version 0.19
Nov 14 22:05:24 PortableLM pacrunner[2204]: Terminating
Nov 14 22:05:24 PortableLM pacrunner[2204]: Exit
Nov 14 22:05:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:24 PortableLM pacrunner[2207]: PAC Runner version 0.19
Nov 14 22:05:24 PortableLM pacrunner[2207]: Terminating
Nov 14 22:05:24 PortableLM pacrunner[2207]: Exit
Nov 14 22:05:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:24 PortableLM pacrunner[2210]: PAC Runner version 0.19
Nov 14 22:05:24 PortableLM pacrunner[2210]: Terminating
Nov 14 22:05:24 PortableLM pacrunner[2210]: Exit
Nov 14 22:05:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:24 PortableLM pacrunner[2213]: PAC Runner version 0.19
Nov 14 22:05:24 PortableLM pacrunner[2213]: Terminating
Nov 14 22:05:24 PortableLM pacrunner[2213]: Exit
Nov 14 22:05:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2216]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2216]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2216]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2219]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2219]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2219]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2222]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2222]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2222]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2225]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2225]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2225]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2228]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2228]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2228]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2231]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2231]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2231]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2234]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2234]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2234]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2237]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2237]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2237]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2240]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2240]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2240]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2243]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2243]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2243]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2246]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2246]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2246]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2249]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2249]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2249]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2252]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2252]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2252]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:25 PortableLM pacrunner[2255]: PAC Runner version 0.19
Nov 14 22:05:25 PortableLM pacrunner[2255]: Terminating
Nov 14 22:05:25 PortableLM pacrunner[2255]: Exit
Nov 14 22:05:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2258]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2258]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2258]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2261]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2261]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2261]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2264]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2264]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2264]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2267]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2267]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2267]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2270]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2270]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2270]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2273]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2273]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2273]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2276]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2276]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2276]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2279]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2279]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2279]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2282]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2282]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2282]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2285]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2285]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2285]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2288]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2288]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2288]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:26 PortableLM pacrunner[2291]: PAC Runner version 0.19
Nov 14 22:05:26 PortableLM pacrunner[2291]: Terminating
Nov 14 22:05:26 PortableLM pacrunner[2291]: Exit
Nov 14 22:05:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2294]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2294]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2294]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2297]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2297]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2297]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2300]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2300]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2300]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2303]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2303]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2303]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2306]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2306]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2306]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2309]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2309]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2309]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2312]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2312]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2312]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2315]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2315]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2315]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2318]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2318]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2318]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2321]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2321]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2321]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2324]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2324]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2324]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2327]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2327]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2327]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2330]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2330]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2330]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:27 PortableLM pacrunner[2333]: PAC Runner version 0.19
Nov 14 22:05:27 PortableLM pacrunner[2333]: Terminating
Nov 14 22:05:27 PortableLM pacrunner[2333]: Exit
Nov 14 22:05:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:28 PortableLM pacrunner[2336]: PAC Runner version 0.19
Nov 14 22:05:28 PortableLM pacrunner[2336]: Terminating
Nov 14 22:05:28 PortableLM pacrunner[2336]: Exit
Nov 14 22:05:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:28 PortableLM pacrunner[2339]: PAC Runner version 0.19
Nov 14 22:05:28 PortableLM pacrunner[2339]: Terminating
Nov 14 22:05:28 PortableLM pacrunner[2339]: Exit
Nov 14 22:05:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:28 PortableLM pacrunner[2342]: PAC Runner version 0.19
Nov 14 22:05:28 PortableLM pacrunner[2342]: Terminating
Nov 14 22:05:28 PortableLM pacrunner[2342]: Exit
Nov 14 22:05:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:28 PortableLM pacrunner[2345]: PAC Runner version 0.19
Nov 14 22:05:28 PortableLM pacrunner[2345]: Terminating
Nov 14 22:05:28 PortableLM pacrunner[2345]: Exit
Nov 14 22:05:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:28 PortableLM pacrunner[2348]: PAC Runner version 0.19
Nov 14 22:05:28 PortableLM pacrunner[2348]: Terminating
Nov 14 22:05:28 PortableLM pacrunner[2348]: Exit
Nov 14 22:05:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:28 PortableLM pacrunner[2351]: PAC Runner version 0.19
Nov 14 22:05:28 PortableLM pacrunner[2351]: Terminating
Nov 14 22:05:28 PortableLM pacrunner[2351]: Exit
Nov 14 22:05:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:28 PortableLM pacrunner[2354]: PAC Runner version 0.19
Nov 14 22:05:28 PortableLM pacrunner[2354]: Terminating
Nov 14 22:05:28 PortableLM pacrunner[2354]: Exit
Nov 14 22:05:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:28 PortableLM pacrunner[2357]: PAC Runner version 0.19
Nov 14 22:05:28 PortableLM pacrunner[2357]: Terminating
Nov 14 22:05:28 PortableLM pacrunner[2357]: Exit
Nov 14 22:05:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:28 PortableLM pacrunner[2360]: PAC Runner version 0.19
Nov 14 22:05:28 PortableLM pacrunner[2360]: Terminating
Nov 14 22:05:28 PortableLM pacrunner[2360]: Exit
Nov 14 22:05:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:28 PortableLM pacrunner[2363]: PAC Runner version 0.19
Nov 14 22:05:28 PortableLM pacrunner[2363]: Terminating
Nov 14 22:05:28 PortableLM pacrunner[2363]: Exit
Nov 14 22:05:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:28 PortableLM pacrunner[2366]: PAC Runner version 0.19
Nov 14 22:05:28 PortableLM pacrunner[2366]: Terminating
Nov 14 22:05:28 PortableLM pacrunner[2366]: Exit
Nov 14 22:05:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2369]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2369]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2369]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2372]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2372]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2372]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2375]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2375]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2375]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2378]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2378]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2378]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2381]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2381]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2381]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2384]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2384]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2384]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2387]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2387]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2387]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2390]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2390]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2390]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2393]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2393]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2393]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2396]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2396]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2396]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2399]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2399]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2399]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:29 PortableLM pacrunner[2402]: PAC Runner version 0.19
Nov 14 22:05:29 PortableLM pacrunner[2402]: Terminating
Nov 14 22:05:29 PortableLM pacrunner[2402]: Exit
Nov 14 22:05:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2405]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2405]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2405]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2408]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2408]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2408]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2411]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2411]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2411]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2414]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2414]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2414]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2417]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2417]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2417]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2420]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2420]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2420]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2423]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2423]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2423]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2426]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2426]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2426]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2429]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2429]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2429]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2432]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2432]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2432]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2435]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2435]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2435]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2438]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2438]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2438]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:30 PortableLM pacrunner[2441]: PAC Runner version 0.19
Nov 14 22:05:30 PortableLM pacrunner[2441]: Terminating
Nov 14 22:05:30 PortableLM pacrunner[2441]: Exit
Nov 14 22:05:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2444]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2444]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2444]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2447]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2447]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2447]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2450]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2450]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2450]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2453]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2453]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2453]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2456]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2456]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2456]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2459]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2459]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2459]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2462]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2462]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2462]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2465]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2465]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2465]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2468]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2468]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2468]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2471]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2471]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2471]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2474]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2474]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2474]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2477]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2477]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2477]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:31 PortableLM pacrunner[2480]: PAC Runner version 0.19
Nov 14 22:05:31 PortableLM pacrunner[2480]: Terminating
Nov 14 22:05:31 PortableLM pacrunner[2480]: Exit
Nov 14 22:05:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2483]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2483]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2483]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2486]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2486]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2486]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2489]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2489]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2489]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2492]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2492]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2492]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2495]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2495]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2495]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2498]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2498]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2498]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2501]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2501]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2501]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2504]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2504]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2504]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2507]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2507]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2507]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2510]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2510]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2510]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2513]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2513]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2513]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:32 PortableLM pacrunner[2516]: PAC Runner version 0.19
Nov 14 22:05:32 PortableLM pacrunner[2516]: Terminating
Nov 14 22:05:32 PortableLM pacrunner[2516]: Exit
Nov 14 22:05:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2519]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2519]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2519]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2522]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2522]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2522]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2525]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2525]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2525]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2528]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2528]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2528]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2531]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2531]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2531]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2534]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2534]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2534]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2537]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2537]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2537]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2540]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2540]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2540]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2543]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2543]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2543]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2546]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2546]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2546]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2549]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2549]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2549]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:33 PortableLM pacrunner[2552]: PAC Runner version 0.19
Nov 14 22:05:33 PortableLM pacrunner[2552]: Terminating
Nov 14 22:05:33 PortableLM pacrunner[2552]: Exit
Nov 14 22:05:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2555]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2555]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2555]: Exit
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2558]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2558]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2558]: Exit
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2561]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2561]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2561]: Exit
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2564]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2564]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2564]: Exit
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2567]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2567]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2567]: Exit
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2570]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2570]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2570]: Exit
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2573]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2573]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2573]: Exit
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2576]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2576]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2576]: Exit
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2579]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2579]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2579]: Exit
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2582]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2582]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2582]: Exit
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2585]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2585]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2585]: Exit
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2588]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2588]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2588]: Exit
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2591]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2591]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2591]: Exit
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:34 PortableLM pacrunner[2594]: PAC Runner version 0.19
Nov 14 22:05:34 PortableLM pacrunner[2594]: Terminating
Nov 14 22:05:34 PortableLM pacrunner[2594]: Exit
Nov 14 22:05:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:35 PortableLM pacrunner[2597]: PAC Runner version 0.19
Nov 14 22:05:35 PortableLM pacrunner[2597]: Terminating
Nov 14 22:05:35 PortableLM pacrunner[2597]: Exit
Nov 14 22:05:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:35 PortableLM pacrunner[2600]: PAC Runner version 0.19
Nov 14 22:05:35 PortableLM pacrunner[2600]: Terminating
Nov 14 22:05:35 PortableLM pacrunner[2600]: Exit
Nov 14 22:05:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:35 PortableLM pacrunner[2603]: PAC Runner version 0.19
Nov 14 22:05:35 PortableLM pacrunner[2603]: Terminating
Nov 14 22:05:35 PortableLM pacrunner[2603]: Exit
Nov 14 22:05:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:35 PortableLM pacrunner[2606]: PAC Runner version 0.19
Nov 14 22:05:35 PortableLM pacrunner[2606]: Terminating
Nov 14 22:05:35 PortableLM pacrunner[2606]: Exit
Nov 14 22:05:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:35 PortableLM pacrunner[2609]: PAC Runner version 0.19
Nov 14 22:05:35 PortableLM pacrunner[2609]: Terminating
Nov 14 22:05:35 PortableLM pacrunner[2609]: Exit
Nov 14 22:05:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:35 PortableLM pacrunner[2612]: PAC Runner version 0.19
Nov 14 22:05:35 PortableLM pacrunner[2612]: Terminating
Nov 14 22:05:35 PortableLM pacrunner[2612]: Exit
Nov 14 22:05:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:35 PortableLM pacrunner[2615]: PAC Runner version 0.19
Nov 14 22:05:35 PortableLM pacrunner[2615]: Terminating
Nov 14 22:05:35 PortableLM pacrunner[2615]: Exit
Nov 14 22:05:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:35 PortableLM pacrunner[2618]: PAC Runner version 0.19
Nov 14 22:05:35 PortableLM pacrunner[2618]: Terminating
Nov 14 22:05:35 PortableLM pacrunner[2618]: Exit
Nov 14 22:05:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:35 PortableLM pacrunner[2621]: PAC Runner version 0.19
Nov 14 22:05:35 PortableLM pacrunner[2621]: Terminating
Nov 14 22:05:35 PortableLM pacrunner[2621]: Exit
Nov 14 22:05:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:35 PortableLM pacrunner[2624]: PAC Runner version 0.19
Nov 14 22:05:35 PortableLM pacrunner[2624]: Terminating
Nov 14 22:05:35 PortableLM pacrunner[2624]: Exit
Nov 14 22:05:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:35 PortableLM pacrunner[2627]: PAC Runner version 0.19
Nov 14 22:05:35 PortableLM pacrunner[2627]: Terminating
Nov 14 22:05:35 PortableLM pacrunner[2627]: Exit
Nov 14 22:05:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2630]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2630]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2630]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2633]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2633]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2633]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2636]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2636]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2636]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2639]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2639]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2639]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2642]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2642]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2642]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2645]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2645]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2645]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2648]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2648]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2648]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2651]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2651]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2651]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2654]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2654]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2654]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2657]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2657]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2657]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2660]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2660]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2660]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2663]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2663]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2663]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:36 PortableLM pacrunner[2666]: PAC Runner version 0.19
Nov 14 22:05:36 PortableLM pacrunner[2666]: Terminating
Nov 14 22:05:36 PortableLM pacrunner[2666]: Exit
Nov 14 22:05:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2669]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2669]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2669]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2672]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2672]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2672]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2675]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2675]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2675]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2678]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2678]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2678]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2681]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2681]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2681]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2684]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2684]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2684]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2687]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2687]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2687]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2690]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2690]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2690]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2693]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2693]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2693]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2696]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2696]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2696]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2699]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2699]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2699]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2702]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2702]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2702]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2705]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2705]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2705]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:37 PortableLM pacrunner[2708]: PAC Runner version 0.19
Nov 14 22:05:37 PortableLM pacrunner[2708]: Terminating
Nov 14 22:05:37 PortableLM pacrunner[2708]: Exit
Nov 14 22:05:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2711]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2711]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2711]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2714]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2714]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2714]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2717]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2717]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2717]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2720]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2720]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2720]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2723]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2723]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2723]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2726]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2726]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2726]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2729]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2729]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2729]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2732]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2732]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2732]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2735]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2735]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2735]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2738]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2738]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2738]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2741]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2741]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2741]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:38 PortableLM pacrunner[2744]: PAC Runner version 0.19
Nov 14 22:05:38 PortableLM pacrunner[2744]: Terminating
Nov 14 22:05:38 PortableLM pacrunner[2744]: Exit
Nov 14 22:05:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2747]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2747]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2747]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2750]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2750]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2750]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2753]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2753]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2753]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2756]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2756]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2756]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2759]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2759]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2759]: Exit
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2762]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2762]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2762]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2765]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2765]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2765]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2768]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2768]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2768]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2771]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2771]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2771]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2774]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2774]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2774]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2777]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2777]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2777]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2780]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2780]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2780]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2783]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2783]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2783]: Exit
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2786]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2786]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2786]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2789]: PAC Runner version 0.19
Nov 14 22:05:39 PortableLM pacrunner[2789]: Terminating
Nov 14 22:05:39 PortableLM pacrunner[2789]: Exit
Nov 14 22:05:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:39 PortableLM pacrunner[2792]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2792]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2792]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2795]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2795]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2795]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2798]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2798]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2798]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2801]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2801]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2801]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2804]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2804]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2804]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2807]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2807]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2807]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2810]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2810]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2810]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2813]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2813]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2813]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2816]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2816]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2816]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2819]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2819]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2819]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2822]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2822]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2822]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2825]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2825]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2825]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:40 PortableLM pacrunner[2828]: PAC Runner version 0.19
Nov 14 22:05:40 PortableLM pacrunner[2828]: Terminating
Nov 14 22:05:40 PortableLM pacrunner[2828]: Exit
Nov 14 22:05:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2831]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2831]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2831]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2834]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2834]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2834]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2837]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2837]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2837]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2840]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2840]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2840]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2843]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2843]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2843]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2846]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2846]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2846]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2849]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2849]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2849]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2852]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2852]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2852]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2855]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2855]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2855]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2858]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2858]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2858]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2861]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2861]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2861]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:41 PortableLM pacrunner[2864]: PAC Runner version 0.19
Nov 14 22:05:41 PortableLM pacrunner[2864]: Terminating
Nov 14 22:05:41 PortableLM pacrunner[2864]: Exit
Nov 14 22:05:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2867]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2867]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2867]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2870]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2870]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2870]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2873]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2873]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2873]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2876]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2876]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2876]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2879]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2879]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2879]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2882]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2882]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2882]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2885]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2885]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2885]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2888]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2888]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2888]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2891]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2891]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2891]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2894]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2894]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2894]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2897]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2897]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2897]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:42 PortableLM pacrunner[2900]: PAC Runner version 0.19
Nov 14 22:05:42 PortableLM pacrunner[2900]: Terminating
Nov 14 22:05:42 PortableLM pacrunner[2900]: Exit
Nov 14 22:05:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:43 PortableLM pacrunner[2903]: PAC Runner version 0.19
Nov 14 22:05:43 PortableLM pacrunner[2903]: Terminating
Nov 14 22:05:43 PortableLM pacrunner[2903]: Exit
Nov 14 22:05:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:43 PortableLM pacrunner[2906]: PAC Runner version 0.19
Nov 14 22:05:43 PortableLM pacrunner[2906]: Terminating
Nov 14 22:05:43 PortableLM pacrunner[2906]: Exit
Nov 14 22:05:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:43 PortableLM pacrunner[2909]: PAC Runner version 0.19
Nov 14 22:05:43 PortableLM pacrunner[2909]: Terminating
Nov 14 22:05:43 PortableLM pacrunner[2909]: Exit
Nov 14 22:05:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:43 PortableLM pacrunner[2912]: PAC Runner version 0.19
Nov 14 22:05:43 PortableLM pacrunner[2912]: Terminating
Nov 14 22:05:43 PortableLM pacrunner[2912]: Exit
Nov 14 22:05:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:43 PortableLM pacrunner[2915]: PAC Runner version 0.19
Nov 14 22:05:43 PortableLM pacrunner[2915]: Terminating
Nov 14 22:05:43 PortableLM pacrunner[2915]: Exit
Nov 14 22:05:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:43 PortableLM pacrunner[2918]: PAC Runner version 0.19
Nov 14 22:05:43 PortableLM pacrunner[2918]: Terminating
Nov 14 22:05:43 PortableLM pacrunner[2918]: Exit
Nov 14 22:05:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:43 PortableLM pacrunner[2921]: PAC Runner version 0.19
Nov 14 22:05:43 PortableLM pacrunner[2921]: Terminating
Nov 14 22:05:43 PortableLM pacrunner[2921]: Exit
Nov 14 22:05:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:43 PortableLM pacrunner[2924]: PAC Runner version 0.19
Nov 14 22:05:43 PortableLM pacrunner[2924]: Terminating
Nov 14 22:05:43 PortableLM pacrunner[2924]: Exit
Nov 14 22:05:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:43 PortableLM pacrunner[2927]: PAC Runner version 0.19
Nov 14 22:05:43 PortableLM pacrunner[2927]: Terminating
Nov 14 22:05:43 PortableLM pacrunner[2927]: Exit
Nov 14 22:05:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:43 PortableLM pacrunner[2930]: PAC Runner version 0.19
Nov 14 22:05:43 PortableLM pacrunner[2930]: Terminating
Nov 14 22:05:43 PortableLM pacrunner[2930]: Exit
Nov 14 22:05:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:43 PortableLM pacrunner[2933]: PAC Runner version 0.19
Nov 14 22:05:43 PortableLM pacrunner[2933]: Terminating
Nov 14 22:05:43 PortableLM pacrunner[2933]: Exit
Nov 14 22:05:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2936]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2936]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2936]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2939]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2939]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2939]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2942]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2942]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2942]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2945]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2945]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2945]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2948]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2948]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2948]: Exit
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2951]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2951]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2951]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2954]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2954]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2954]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2957]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2957]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2957]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2960]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2960]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2960]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2963]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2963]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2963]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2966]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2966]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2966]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2969]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2969]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2969]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:44 PortableLM pacrunner[2972]: PAC Runner version 0.19
Nov 14 22:05:44 PortableLM pacrunner[2972]: Terminating
Nov 14 22:05:44 PortableLM pacrunner[2972]: Exit
Nov 14 22:05:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:45 PortableLM pacrunner[2975]: PAC Runner version 0.19
Nov 14 22:05:45 PortableLM pacrunner[2975]: Terminating
Nov 14 22:05:45 PortableLM pacrunner[2975]: Exit
Nov 14 22:05:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:45 PortableLM pacrunner[2978]: PAC Runner version 0.19
Nov 14 22:05:45 PortableLM pacrunner[2978]: Terminating
Nov 14 22:05:45 PortableLM pacrunner[2978]: Exit
Nov 14 22:05:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:45 PortableLM pacrunner[2981]: PAC Runner version 0.19
Nov 14 22:05:45 PortableLM pacrunner[2981]: Terminating
Nov 14 22:05:45 PortableLM pacrunner[2981]: Exit
Nov 14 22:05:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:45 PortableLM pacrunner[2984]: PAC Runner version 0.19
Nov 14 22:05:45 PortableLM pacrunner[2984]: Terminating
Nov 14 22:05:45 PortableLM pacrunner[2984]: Exit
Nov 14 22:05:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:45 PortableLM pacrunner[2987]: PAC Runner version 0.19
Nov 14 22:05:45 PortableLM pacrunner[2987]: Terminating
Nov 14 22:05:45 PortableLM pacrunner[2987]: Exit
Nov 14 22:05:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:45 PortableLM pacrunner[2990]: PAC Runner version 0.19
Nov 14 22:05:45 PortableLM pacrunner[2990]: Terminating
Nov 14 22:05:45 PortableLM pacrunner[2990]: Exit
Nov 14 22:05:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:45 PortableLM pacrunner[2993]: PAC Runner version 0.19
Nov 14 22:05:45 PortableLM pacrunner[2993]: Terminating
Nov 14 22:05:45 PortableLM pacrunner[2993]: Exit
Nov 14 22:05:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:45 PortableLM pacrunner[2996]: PAC Runner version 0.19
Nov 14 22:05:45 PortableLM pacrunner[2996]: Terminating
Nov 14 22:05:45 PortableLM pacrunner[2996]: Exit
Nov 14 22:05:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:45 PortableLM pacrunner[2999]: PAC Runner version 0.19
Nov 14 22:05:45 PortableLM pacrunner[2999]: Terminating
Nov 14 22:05:45 PortableLM pacrunner[2999]: Exit
Nov 14 22:05:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:45 PortableLM pacrunner[3002]: PAC Runner version 0.19
Nov 14 22:05:45 PortableLM pacrunner[3002]: Terminating
Nov 14 22:05:45 PortableLM pacrunner[3002]: Exit
Nov 14 22:05:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3005]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3005]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3005]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3008]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3008]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3008]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3011]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3011]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3011]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3014]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3014]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3014]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3017]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3017]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3017]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3020]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3020]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3020]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3023]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3023]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3023]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3026]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3026]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3026]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3029]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3029]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3029]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3032]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3032]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3032]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3035]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3035]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3035]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:46 PortableLM pacrunner[3038]: PAC Runner version 0.19
Nov 14 22:05:46 PortableLM pacrunner[3038]: Terminating
Nov 14 22:05:46 PortableLM pacrunner[3038]: Exit
Nov 14 22:05:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3041]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3041]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3041]: Exit
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3044]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3044]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3044]: Exit
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3047]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3047]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3047]: Exit
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3050]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3050]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3050]: Exit
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3053]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3053]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3053]: Exit
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3056]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3056]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3056]: Exit
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3059]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3059]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3059]: Exit
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3062]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3062]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3062]: Exit
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3065]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3065]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3065]: Exit
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3068]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3068]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3068]: Exit
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3071]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3071]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3071]: Exit
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:47 PortableLM pacrunner[3074]: PAC Runner version 0.19
Nov 14 22:05:47 PortableLM pacrunner[3074]: Terminating
Nov 14 22:05:47 PortableLM pacrunner[3074]: Exit
Nov 14 22:05:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:48 PortableLM pacrunner[3077]: PAC Runner version 0.19
Nov 14 22:05:48 PortableLM pacrunner[3077]: Terminating
Nov 14 22:05:48 PortableLM pacrunner[3077]: Exit
Nov 14 22:05:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:48 PortableLM pacrunner[3080]: PAC Runner version 0.19
Nov 14 22:05:48 PortableLM pacrunner[3080]: Terminating
Nov 14 22:05:48 PortableLM pacrunner[3080]: Exit
Nov 14 22:05:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:48 PortableLM pacrunner[3083]: PAC Runner version 0.19
Nov 14 22:05:48 PortableLM pacrunner[3083]: Terminating
Nov 14 22:05:48 PortableLM pacrunner[3083]: Exit
Nov 14 22:05:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:48 PortableLM pacrunner[3086]: PAC Runner version 0.19
Nov 14 22:05:48 PortableLM pacrunner[3086]: Terminating
Nov 14 22:05:48 PortableLM pacrunner[3086]: Exit
Nov 14 22:05:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:48 PortableLM pacrunner[3089]: PAC Runner version 0.19
Nov 14 22:05:48 PortableLM pacrunner[3089]: Terminating
Nov 14 22:05:48 PortableLM pacrunner[3089]: Exit
Nov 14 22:05:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:48 PortableLM pacrunner[3092]: PAC Runner version 0.19
Nov 14 22:05:48 PortableLM pacrunner[3092]: Terminating
Nov 14 22:05:48 PortableLM pacrunner[3092]: Exit
Nov 14 22:05:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:48 PortableLM pacrunner[3095]: PAC Runner version 0.19
Nov 14 22:05:48 PortableLM pacrunner[3095]: Terminating
Nov 14 22:05:48 PortableLM pacrunner[3095]: Exit
Nov 14 22:05:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:48 PortableLM pacrunner[3098]: PAC Runner version 0.19
Nov 14 22:05:48 PortableLM pacrunner[3098]: Terminating
Nov 14 22:05:48 PortableLM pacrunner[3098]: Exit
Nov 14 22:05:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:48 PortableLM pacrunner[3101]: PAC Runner version 0.19
Nov 14 22:05:48 PortableLM pacrunner[3101]: Terminating
Nov 14 22:05:48 PortableLM pacrunner[3101]: Exit
Nov 14 22:05:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:48 PortableLM pacrunner[3104]: PAC Runner version 0.19
Nov 14 22:05:48 PortableLM pacrunner[3104]: Terminating
Nov 14 22:05:48 PortableLM pacrunner[3104]: Exit
Nov 14 22:05:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:48 PortableLM pacrunner[3107]: PAC Runner version 0.19
Nov 14 22:05:48 PortableLM pacrunner[3107]: Terminating
Nov 14 22:05:48 PortableLM pacrunner[3107]: Exit
Nov 14 22:05:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3110]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3110]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3110]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3113]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3113]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3113]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3116]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3116]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3116]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3119]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3119]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3119]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3122]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3122]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3122]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3125]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3125]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3125]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3128]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3128]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3128]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3131]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3131]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3131]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3134]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3134]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3134]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3137]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3137]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3137]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3140]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3140]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3140]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:49 PortableLM pacrunner[3143]: PAC Runner version 0.19
Nov 14 22:05:49 PortableLM pacrunner[3143]: Terminating
Nov 14 22:05:49 PortableLM pacrunner[3143]: Exit
Nov 14 22:05:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3146]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3146]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3146]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3149]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3149]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3149]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3152]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3152]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3152]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3155]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3155]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3155]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3158]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3158]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3158]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3161]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3161]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3161]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3164]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3164]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3164]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3167]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3167]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3167]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3170]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3170]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3170]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3173]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3173]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3173]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3176]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3176]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3176]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:50 PortableLM pacrunner[3179]: PAC Runner version 0.19
Nov 14 22:05:50 PortableLM pacrunner[3179]: Terminating
Nov 14 22:05:50 PortableLM pacrunner[3179]: Exit
Nov 14 22:05:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:51 PortableLM pacrunner[3182]: PAC Runner version 0.19
Nov 14 22:05:51 PortableLM pacrunner[3182]: Terminating
Nov 14 22:05:51 PortableLM pacrunner[3182]: Exit
Nov 14 22:05:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:51 PortableLM pacrunner[3185]: PAC Runner version 0.19
Nov 14 22:05:51 PortableLM pacrunner[3185]: Terminating
Nov 14 22:05:51 PortableLM pacrunner[3185]: Exit
Nov 14 22:05:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:51 PortableLM pacrunner[3188]: PAC Runner version 0.19
Nov 14 22:05:51 PortableLM pacrunner[3188]: Terminating
Nov 14 22:05:51 PortableLM pacrunner[3188]: Exit
Nov 14 22:05:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:51 PortableLM pacrunner[3191]: PAC Runner version 0.19
Nov 14 22:05:51 PortableLM pacrunner[3191]: Terminating
Nov 14 22:05:51 PortableLM pacrunner[3191]: Exit
Nov 14 22:05:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:51 PortableLM pacrunner[3194]: PAC Runner version 0.19
Nov 14 22:05:51 PortableLM pacrunner[3194]: Terminating
Nov 14 22:05:51 PortableLM pacrunner[3194]: Exit
Nov 14 22:05:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:51 PortableLM pacrunner[3197]: PAC Runner version 0.19
Nov 14 22:05:51 PortableLM pacrunner[3197]: Terminating
Nov 14 22:05:51 PortableLM pacrunner[3197]: Exit
Nov 14 22:05:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:51 PortableLM pacrunner[3200]: PAC Runner version 0.19
Nov 14 22:05:51 PortableLM pacrunner[3200]: Terminating
Nov 14 22:05:51 PortableLM pacrunner[3200]: Exit
Nov 14 22:05:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:51 PortableLM pacrunner[3203]: PAC Runner version 0.19
Nov 14 22:05:51 PortableLM pacrunner[3203]: Terminating
Nov 14 22:05:51 PortableLM pacrunner[3203]: Exit
Nov 14 22:05:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:51 PortableLM pacrunner[3206]: PAC Runner version 0.19
Nov 14 22:05:51 PortableLM pacrunner[3206]: Terminating
Nov 14 22:05:51 PortableLM pacrunner[3206]: Exit
Nov 14 22:05:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:51 PortableLM pacrunner[3209]: PAC Runner version 0.19
Nov 14 22:05:51 PortableLM pacrunner[3209]: Terminating
Nov 14 22:05:51 PortableLM pacrunner[3209]: Exit
Nov 14 22:05:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:51 PortableLM pacrunner[3212]: PAC Runner version 0.19
Nov 14 22:05:51 PortableLM pacrunner[3212]: Terminating
Nov 14 22:05:51 PortableLM pacrunner[3212]: Exit
Nov 14 22:05:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:52 PortableLM pacrunner[3215]: PAC Runner version 0.19
Nov 14 22:05:52 PortableLM pacrunner[3215]: Terminating
Nov 14 22:05:52 PortableLM pacrunner[3215]: Exit
Nov 14 22:05:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:52 PortableLM pacrunner[3218]: PAC Runner version 0.19
Nov 14 22:05:52 PortableLM pacrunner[3218]: Terminating
Nov 14 22:05:52 PortableLM pacrunner[3218]: Exit
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:52 PortableLM pacrunner[3221]: PAC Runner version 0.19
Nov 14 22:05:52 PortableLM pacrunner[3221]: Terminating
Nov 14 22:05:52 PortableLM pacrunner[3221]: Exit
Nov 14 22:05:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:52 PortableLM pacrunner[3224]: PAC Runner version 0.19
Nov 14 22:05:52 PortableLM pacrunner[3224]: Terminating
Nov 14 22:05:52 PortableLM pacrunner[3224]: Exit
Nov 14 22:05:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:52 PortableLM pacrunner[3227]: PAC Runner version 0.19
Nov 14 22:05:52 PortableLM pacrunner[3227]: Terminating
Nov 14 22:05:52 PortableLM pacrunner[3227]: Exit
Nov 14 22:05:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:52 PortableLM pacrunner[3230]: PAC Runner version 0.19
Nov 14 22:05:52 PortableLM pacrunner[3230]: Terminating
Nov 14 22:05:52 PortableLM pacrunner[3230]: Exit
Nov 14 22:05:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:52 PortableLM pacrunner[3233]: PAC Runner version 0.19
Nov 14 22:05:52 PortableLM pacrunner[3233]: Terminating
Nov 14 22:05:52 PortableLM pacrunner[3233]: Exit
Nov 14 22:05:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:52 PortableLM pacrunner[3236]: PAC Runner version 0.19
Nov 14 22:05:52 PortableLM pacrunner[3236]: Terminating
Nov 14 22:05:52 PortableLM pacrunner[3236]: Exit
Nov 14 22:05:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:52 PortableLM pacrunner[3239]: PAC Runner version 0.19
Nov 14 22:05:52 PortableLM pacrunner[3239]: Terminating
Nov 14 22:05:52 PortableLM pacrunner[3239]: Exit
Nov 14 22:05:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:52 PortableLM pacrunner[3242]: PAC Runner version 0.19
Nov 14 22:05:52 PortableLM pacrunner[3242]: Terminating
Nov 14 22:05:52 PortableLM pacrunner[3242]: Exit
Nov 14 22:05:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:52 PortableLM pacrunner[3245]: PAC Runner version 0.19
Nov 14 22:05:52 PortableLM pacrunner[3245]: Terminating
Nov 14 22:05:52 PortableLM pacrunner[3245]: Exit
Nov 14 22:05:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3248]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3248]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3248]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3251]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3251]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3251]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3254]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3254]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3254]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3257]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3257]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3257]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3260]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3260]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3260]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3263]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3263]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3263]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3266]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3266]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3266]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3269]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3269]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3269]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3272]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3272]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3272]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3275]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3275]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3275]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3278]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3278]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3278]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3281]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3281]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3281]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:53 PortableLM pacrunner[3284]: PAC Runner version 0.19
Nov 14 22:05:53 PortableLM pacrunner[3284]: Terminating
Nov 14 22:05:53 PortableLM pacrunner[3284]: Exit
Nov 14 22:05:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3287]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3287]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3287]: Exit
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3290]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3290]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3290]: Exit
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3293]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3293]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3293]: Exit
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3296]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3296]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3296]: Exit
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3299]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3299]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3299]: Exit
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3302]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3302]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3302]: Exit
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3305]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3305]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3305]: Exit
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3308]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3308]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3308]: Exit
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3311]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3311]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3311]: Exit
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3314]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3314]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3314]: Exit
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3317]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3317]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3317]: Exit
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:54 PortableLM pacrunner[3320]: PAC Runner version 0.19
Nov 14 22:05:54 PortableLM pacrunner[3320]: Terminating
Nov 14 22:05:54 PortableLM pacrunner[3320]: Exit
Nov 14 22:05:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3323]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3323]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3323]: Exit
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3326]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3326]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3326]: Exit
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3329]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3329]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3329]: Exit
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3332]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3332]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3332]: Exit
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3335]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3335]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3335]: Exit
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3338]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3338]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3338]: Exit
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3341]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3341]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3341]: Exit
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3344]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3344]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3344]: Exit
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3347]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3347]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3347]: Exit
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3350]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3350]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3350]: Exit
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3353]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3353]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3353]: Exit
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3356]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3356]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3356]: Exit
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:55 PortableLM pacrunner[3359]: PAC Runner version 0.19
Nov 14 22:05:55 PortableLM pacrunner[3359]: Terminating
Nov 14 22:05:55 PortableLM pacrunner[3359]: Exit
Nov 14 22:05:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:56 PortableLM pacrunner[3362]: PAC Runner version 0.19
Nov 14 22:05:56 PortableLM pacrunner[3362]: Terminating
Nov 14 22:05:56 PortableLM pacrunner[3362]: Exit
Nov 14 22:05:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:56 PortableLM pacrunner[3365]: PAC Runner version 0.19
Nov 14 22:05:56 PortableLM pacrunner[3365]: Terminating
Nov 14 22:05:56 PortableLM pacrunner[3365]: Exit
Nov 14 22:05:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:56 PortableLM pacrunner[3368]: PAC Runner version 0.19
Nov 14 22:05:56 PortableLM pacrunner[3368]: Terminating
Nov 14 22:05:56 PortableLM pacrunner[3368]: Exit
Nov 14 22:05:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:56 PortableLM pacrunner[3371]: PAC Runner version 0.19
Nov 14 22:05:56 PortableLM pacrunner[3371]: Terminating
Nov 14 22:05:56 PortableLM pacrunner[3371]: Exit
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:56 PortableLM pacrunner[3374]: PAC Runner version 0.19
Nov 14 22:05:56 PortableLM pacrunner[3374]: Terminating
Nov 14 22:05:56 PortableLM pacrunner[3374]: Exit
Nov 14 22:05:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:56 PortableLM pacrunner[3377]: PAC Runner version 0.19
Nov 14 22:05:56 PortableLM pacrunner[3377]: Terminating
Nov 14 22:05:56 PortableLM pacrunner[3377]: Exit
Nov 14 22:05:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:56 PortableLM pacrunner[3380]: PAC Runner version 0.19
Nov 14 22:05:56 PortableLM pacrunner[3380]: Terminating
Nov 14 22:05:56 PortableLM pacrunner[3380]: Exit
Nov 14 22:05:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:56 PortableLM pacrunner[3383]: PAC Runner version 0.19
Nov 14 22:05:56 PortableLM pacrunner[3383]: Terminating
Nov 14 22:05:56 PortableLM pacrunner[3383]: Exit
Nov 14 22:05:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:56 PortableLM pacrunner[3386]: PAC Runner version 0.19
Nov 14 22:05:56 PortableLM pacrunner[3386]: Terminating
Nov 14 22:05:56 PortableLM pacrunner[3386]: Exit
Nov 14 22:05:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:56 PortableLM pacrunner[3389]: PAC Runner version 0.19
Nov 14 22:05:56 PortableLM pacrunner[3389]: Terminating
Nov 14 22:05:56 PortableLM pacrunner[3389]: Exit
Nov 14 22:05:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:56 PortableLM pacrunner[3392]: PAC Runner version 0.19
Nov 14 22:05:56 PortableLM pacrunner[3392]: Terminating
Nov 14 22:05:56 PortableLM pacrunner[3392]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:57 PortableLM pacrunner[3395]: PAC Runner version 0.19
Nov 14 22:05:57 PortableLM pacrunner[3395]: Terminating
Nov 14 22:05:57 PortableLM pacrunner[3395]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:57 PortableLM pacrunner[3398]: PAC Runner version 0.19
Nov 14 22:05:57 PortableLM pacrunner[3398]: Terminating
Nov 14 22:05:57 PortableLM pacrunner[3398]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:57 PortableLM pacrunner[3401]: PAC Runner version 0.19
Nov 14 22:05:57 PortableLM pacrunner[3401]: Terminating
Nov 14 22:05:57 PortableLM pacrunner[3401]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:57 PortableLM pacrunner[3404]: PAC Runner version 0.19
Nov 14 22:05:57 PortableLM pacrunner[3404]: Terminating
Nov 14 22:05:57 PortableLM pacrunner[3404]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:57 PortableLM pacrunner[3407]: PAC Runner version 0.19
Nov 14 22:05:57 PortableLM pacrunner[3407]: Terminating
Nov 14 22:05:57 PortableLM pacrunner[3407]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:57 PortableLM pacrunner[3410]: PAC Runner version 0.19
Nov 14 22:05:57 PortableLM pacrunner[3410]: Terminating
Nov 14 22:05:57 PortableLM pacrunner[3410]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:57 PortableLM pacrunner[3413]: PAC Runner version 0.19
Nov 14 22:05:57 PortableLM pacrunner[3413]: Terminating
Nov 14 22:05:57 PortableLM pacrunner[3413]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:57 PortableLM pacrunner[3416]: PAC Runner version 0.19
Nov 14 22:05:57 PortableLM pacrunner[3416]: Terminating
Nov 14 22:05:57 PortableLM pacrunner[3416]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:57 PortableLM pacrunner[3419]: PAC Runner version 0.19
Nov 14 22:05:57 PortableLM pacrunner[3419]: Terminating
Nov 14 22:05:57 PortableLM pacrunner[3419]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:57 PortableLM pacrunner[3422]: PAC Runner version 0.19
Nov 14 22:05:57 PortableLM pacrunner[3422]: Terminating
Nov 14 22:05:57 PortableLM pacrunner[3422]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:57 PortableLM pacrunner[3425]: PAC Runner version 0.19
Nov 14 22:05:57 PortableLM pacrunner[3425]: Terminating
Nov 14 22:05:57 PortableLM pacrunner[3425]: Exit
Nov 14 22:05:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3428]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3428]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3428]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3431]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3431]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3431]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3434]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3434]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3434]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3437]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3437]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3437]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3440]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3440]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3440]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3443]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3443]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3443]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3446]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3446]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3446]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3449]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3449]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3449]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3452]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3452]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3452]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3455]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3455]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3455]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3458]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3458]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3458]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:58 PortableLM pacrunner[3461]: PAC Runner version 0.19
Nov 14 22:05:58 PortableLM pacrunner[3461]: Terminating
Nov 14 22:05:58 PortableLM pacrunner[3461]: Exit
Nov 14 22:05:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3464]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3464]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3464]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3467]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3467]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3467]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3470]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3470]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3470]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3473]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3473]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3473]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3476]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3476]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3476]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3479]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3479]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3479]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3482]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3482]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3482]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3485]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3485]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3485]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3488]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3488]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3488]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3491]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3491]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3491]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3494]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3494]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3494]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3497]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3497]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3497]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3500]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3500]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3500]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:05:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:05:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:05:59 PortableLM pacrunner[3503]: PAC Runner version 0.19
Nov 14 22:05:59 PortableLM pacrunner[3503]: Terminating
Nov 14 22:05:59 PortableLM pacrunner[3503]: Exit
Nov 14 22:05:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:05:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:00 PortableLM pacrunner[3506]: PAC Runner version 0.19
Nov 14 22:06:00 PortableLM pacrunner[3506]: Terminating
Nov 14 22:06:00 PortableLM pacrunner[3506]: Exit
Nov 14 22:06:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:00 PortableLM pacrunner[3509]: PAC Runner version 0.19
Nov 14 22:06:00 PortableLM pacrunner[3509]: Terminating
Nov 14 22:06:00 PortableLM pacrunner[3509]: Exit
Nov 14 22:06:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:00 PortableLM pacrunner[3512]: PAC Runner version 0.19
Nov 14 22:06:00 PortableLM pacrunner[3512]: Terminating
Nov 14 22:06:00 PortableLM pacrunner[3512]: Exit
Nov 14 22:06:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:00 PortableLM pacrunner[3515]: PAC Runner version 0.19
Nov 14 22:06:00 PortableLM pacrunner[3515]: Terminating
Nov 14 22:06:00 PortableLM pacrunner[3515]: Exit
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:00 PortableLM pacrunner[3518]: PAC Runner version 0.19
Nov 14 22:06:00 PortableLM pacrunner[3518]: Terminating
Nov 14 22:06:00 PortableLM pacrunner[3518]: Exit
Nov 14 22:06:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:00 PortableLM pacrunner[3521]: PAC Runner version 0.19
Nov 14 22:06:00 PortableLM pacrunner[3521]: Terminating
Nov 14 22:06:00 PortableLM pacrunner[3521]: Exit
Nov 14 22:06:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:00 PortableLM pacrunner[3524]: PAC Runner version 0.19
Nov 14 22:06:00 PortableLM pacrunner[3524]: Terminating
Nov 14 22:06:00 PortableLM pacrunner[3524]: Exit
Nov 14 22:06:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:00 PortableLM pacrunner[3527]: PAC Runner version 0.19
Nov 14 22:06:00 PortableLM pacrunner[3527]: Terminating
Nov 14 22:06:00 PortableLM pacrunner[3527]: Exit
Nov 14 22:06:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:00 PortableLM pacrunner[3530]: PAC Runner version 0.19
Nov 14 22:06:00 PortableLM pacrunner[3530]: Terminating
Nov 14 22:06:00 PortableLM pacrunner[3530]: Exit
Nov 14 22:06:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:00 PortableLM pacrunner[3533]: PAC Runner version 0.19
Nov 14 22:06:00 PortableLM pacrunner[3533]: Terminating
Nov 14 22:06:00 PortableLM pacrunner[3533]: Exit
Nov 14 22:06:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:00 PortableLM pacrunner[3536]: PAC Runner version 0.19
Nov 14 22:06:00 PortableLM pacrunner[3536]: Terminating
Nov 14 22:06:00 PortableLM pacrunner[3536]: Exit
Nov 14 22:06:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3539]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3539]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3539]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3542]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3542]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3542]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3545]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3545]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3545]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3548]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3548]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3548]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3551]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3551]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3551]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3554]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3554]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3554]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3557]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3557]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3557]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3560]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3560]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3560]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3563]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3563]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3563]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3566]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3566]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3566]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3569]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3569]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3569]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3572]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3572]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3572]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:01 PortableLM pacrunner[3575]: PAC Runner version 0.19
Nov 14 22:06:01 PortableLM pacrunner[3575]: Terminating
Nov 14 22:06:01 PortableLM pacrunner[3575]: Exit
Nov 14 22:06:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3578]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3578]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3578]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3581]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3581]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3581]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3584]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3584]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3584]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3587]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3587]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3587]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3590]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3590]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3590]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3593]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3593]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3593]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3596]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3596]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3596]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3599]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3599]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3599]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3602]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3602]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3602]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3605]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3605]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3605]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3608]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3608]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3608]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3611]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3611]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3611]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3614]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3614]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3614]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:02 PortableLM pacrunner[3617]: PAC Runner version 0.19
Nov 14 22:06:02 PortableLM pacrunner[3617]: Terminating
Nov 14 22:06:02 PortableLM pacrunner[3617]: Exit
Nov 14 22:06:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3620]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3620]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3620]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3623]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3623]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3623]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3626]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3626]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3626]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3629]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3629]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3629]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3632]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3632]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3632]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3635]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3635]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3635]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3638]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3638]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3638]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3641]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3641]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3641]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3644]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3644]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3644]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3647]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3647]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3647]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3650]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3650]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3650]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3653]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3653]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3653]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3656]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3656]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3656]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:03 PortableLM pacrunner[3659]: PAC Runner version 0.19
Nov 14 22:06:03 PortableLM pacrunner[3659]: Terminating
Nov 14 22:06:03 PortableLM pacrunner[3659]: Exit
Nov 14 22:06:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3662]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3662]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3662]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3665]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3665]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3665]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3668]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3668]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3668]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3671]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3671]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3671]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3674]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3674]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3674]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3677]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3677]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3677]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3680]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3680]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3680]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3683]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3683]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3683]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3686]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3686]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3686]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3689]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3689]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3689]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3692]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3692]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3692]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3695]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3695]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3695]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:04 PortableLM pacrunner[3698]: PAC Runner version 0.19
Nov 14 22:06:04 PortableLM pacrunner[3698]: Terminating
Nov 14 22:06:04 PortableLM pacrunner[3698]: Exit
Nov 14 22:06:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3701]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3701]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3701]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3704]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3704]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3704]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3707]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3707]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3707]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3710]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3710]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3710]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3713]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3713]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3713]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3716]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3716]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3716]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3719]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3719]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3719]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3722]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3722]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3722]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3725]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3725]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3725]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3728]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3728]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3728]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3731]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3731]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3731]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3734]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3734]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3734]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:05 PortableLM pacrunner[3737]: PAC Runner version 0.19
Nov 14 22:06:05 PortableLM pacrunner[3737]: Terminating
Nov 14 22:06:05 PortableLM pacrunner[3737]: Exit
Nov 14 22:06:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3740]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3740]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3740]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3743]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3743]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3743]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3746]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3746]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3746]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3749]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3749]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3749]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3752]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3752]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3752]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3755]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3755]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3755]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3758]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3758]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3758]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3761]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3761]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3761]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3764]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3764]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3764]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3767]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3767]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3767]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3770]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3770]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3770]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:06 PortableLM pacrunner[3773]: PAC Runner version 0.19
Nov 14 22:06:06 PortableLM pacrunner[3773]: Terminating
Nov 14 22:06:06 PortableLM pacrunner[3773]: Exit
Nov 14 22:06:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3776]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3776]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3776]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3779]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3779]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3779]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3782]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3782]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3782]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3785]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3785]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3785]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3788]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3788]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3788]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3791]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3791]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3791]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3794]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3794]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3794]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3797]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3797]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3797]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3800]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3800]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3800]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3803]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3803]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3803]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3806]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3806]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3806]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3809]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3809]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3809]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3812]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3812]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3812]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:07 PortableLM pacrunner[3815]: PAC Runner version 0.19
Nov 14 22:06:07 PortableLM pacrunner[3815]: Terminating
Nov 14 22:06:07 PortableLM pacrunner[3815]: Exit
Nov 14 22:06:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3818]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3818]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3818]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3821]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3821]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3821]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3824]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3824]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3824]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3827]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3827]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3827]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3830]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3830]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3830]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3833]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3833]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3833]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3836]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3836]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3836]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3839]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3839]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3839]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3842]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3842]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3842]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3845]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3845]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3845]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3848]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3848]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3848]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3851]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3851]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3851]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3854]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3854]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3854]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3857]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3857]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3857]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:08 PortableLM pacrunner[3860]: PAC Runner version 0.19
Nov 14 22:06:08 PortableLM pacrunner[3860]: Terminating
Nov 14 22:06:08 PortableLM pacrunner[3860]: Exit
Nov 14 22:06:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3863]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3863]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3863]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3866]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3866]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3866]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3869]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3869]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3869]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3872]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3872]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3872]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3875]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3875]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3875]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3878]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3878]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3878]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3881]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3881]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3881]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3884]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3884]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3884]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3887]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3887]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3887]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3890]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3890]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3890]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3893]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3893]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3893]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:09 PortableLM pacrunner[3896]: PAC Runner version 0.19
Nov 14 22:06:09 PortableLM pacrunner[3896]: Terminating
Nov 14 22:06:09 PortableLM pacrunner[3896]: Exit
Nov 14 22:06:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3899]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3899]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3899]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3902]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3902]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3902]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3905]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3905]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3905]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3908]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3908]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3908]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3911]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3911]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3911]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3914]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3914]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3914]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3917]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3917]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3917]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3920]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3920]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3920]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3923]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3923]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3923]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3926]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3926]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3926]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3929]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3929]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3929]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:10 PortableLM pacrunner[3932]: PAC Runner version 0.19
Nov 14 22:06:10 PortableLM pacrunner[3932]: Terminating
Nov 14 22:06:10 PortableLM pacrunner[3932]: Exit
Nov 14 22:06:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3935]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3935]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3935]: Exit
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3938]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3938]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3938]: Exit
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3941]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3941]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3941]: Exit
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3944]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3944]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3944]: Exit
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3947]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3947]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3947]: Exit
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3950]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3950]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3950]: Exit
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3953]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3953]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3953]: Exit
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3956]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3956]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3956]: Exit
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3959]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3959]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3959]: Exit
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3962]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3962]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3962]: Exit
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3965]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3965]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3965]: Exit
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3968]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3968]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3968]: Exit
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:11 PortableLM pacrunner[3971]: PAC Runner version 0.19
Nov 14 22:06:11 PortableLM pacrunner[3971]: Terminating
Nov 14 22:06:11 PortableLM pacrunner[3971]: Exit
Nov 14 22:06:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[3974]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[3974]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[3974]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[3977]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[3977]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[3977]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[3980]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[3980]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[3980]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[3983]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[3983]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[3983]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[3986]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[3986]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[3986]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[3989]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[3989]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[3989]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[3992]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[3992]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[3992]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[3995]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[3995]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[3995]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[3998]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[3998]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[3998]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[4001]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[4001]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[4001]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[4004]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[4004]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[4004]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[4007]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[4007]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[4007]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:12 PortableLM pacrunner[4010]: PAC Runner version 0.19
Nov 14 22:06:12 PortableLM pacrunner[4010]: Terminating
Nov 14 22:06:12 PortableLM pacrunner[4010]: Exit
Nov 14 22:06:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4013]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4013]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4013]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4016]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4016]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4016]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4019]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4019]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4019]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4022]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4022]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4022]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4025]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4025]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4025]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4028]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4028]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4028]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4031]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4031]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4031]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4034]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4034]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4034]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4037]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4037]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4037]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4040]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4040]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4040]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4043]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4043]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4043]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:13 PortableLM pacrunner[4046]: PAC Runner version 0.19
Nov 14 22:06:13 PortableLM pacrunner[4046]: Terminating
Nov 14 22:06:13 PortableLM pacrunner[4046]: Exit
Nov 14 22:06:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4049]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4049]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4049]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4052]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4052]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4052]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4055]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4055]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4055]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4058]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4058]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4058]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4061]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4061]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4061]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4064]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4064]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4064]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4067]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4067]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4067]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4070]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4070]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4070]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4073]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4073]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4073]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4076]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4076]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4076]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4079]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4079]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4079]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4082]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4082]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4082]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:14 PortableLM pacrunner[4085]: PAC Runner version 0.19
Nov 14 22:06:14 PortableLM pacrunner[4085]: Terminating
Nov 14 22:06:14 PortableLM pacrunner[4085]: Exit
Nov 14 22:06:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4088]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4088]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4088]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4091]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4091]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4091]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4094]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4094]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4094]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4097]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4097]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4097]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4100]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4100]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4100]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4103]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4103]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4103]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4106]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4106]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4106]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4109]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4109]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4109]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4112]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4112]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4112]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4115]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4115]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4115]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4118]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4118]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4118]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4121]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4121]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4121]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:15 PortableLM pacrunner[4124]: PAC Runner version 0.19
Nov 14 22:06:15 PortableLM pacrunner[4124]: Terminating
Nov 14 22:06:15 PortableLM pacrunner[4124]: Exit
Nov 14 22:06:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4127]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4127]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4127]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4130]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4130]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4130]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4133]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4133]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4133]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4136]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4136]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4136]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4139]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4139]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4139]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.

Offline

#11 2023-11-15 04:18:57

LaurentMercier
Member
From: Montréal, Québec, Canada
Registered: 2023-09-14
Posts: 33

Re: [Solved] Long system boot time

Here is the second part of the journal:

Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4142]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4142]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4142]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4145]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4145]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4145]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4148]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4148]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4148]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4151]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4151]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4151]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4154]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4154]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4154]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4157]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4157]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4157]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4160]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4160]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4160]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4163]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4163]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4163]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4166]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4166]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4166]: Exit
Nov 14 22:06:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:16 PortableLM pacrunner[4169]: PAC Runner version 0.19
Nov 14 22:06:16 PortableLM pacrunner[4169]: Terminating
Nov 14 22:06:16 PortableLM pacrunner[4169]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4172]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4172]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4172]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4175]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4175]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4175]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4178]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4178]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4178]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4181]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4181]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4181]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4184]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4184]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4184]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4187]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4187]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4187]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4190]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4190]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4190]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4193]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4193]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4193]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4196]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4196]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4196]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4199]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4199]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4199]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4202]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4202]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4202]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4205]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4205]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4205]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:17 PortableLM pacrunner[4208]: PAC Runner version 0.19
Nov 14 22:06:17 PortableLM pacrunner[4208]: Terminating
Nov 14 22:06:17 PortableLM pacrunner[4208]: Exit
Nov 14 22:06:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4211]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4211]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4211]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4214]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4214]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4214]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4217]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4217]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4217]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4220]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4220]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4220]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4223]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4223]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4223]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4226]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4226]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4226]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4229]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4229]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4229]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4232]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4232]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4232]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4235]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4235]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4235]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4238]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4238]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4238]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4241]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4241]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4241]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:18 PortableLM pacrunner[4244]: PAC Runner version 0.19
Nov 14 22:06:18 PortableLM pacrunner[4244]: Terminating
Nov 14 22:06:18 PortableLM pacrunner[4244]: Exit
Nov 14 22:06:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4247]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4247]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4247]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4250]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4250]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4250]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4253]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4253]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4253]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4256]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4256]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4256]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4259]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4259]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4259]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4262]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4262]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4262]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4265]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4265]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4265]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4268]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4268]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4268]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4271]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4271]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4271]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4274]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4274]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4274]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4277]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4277]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4277]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:19 PortableLM pacrunner[4280]: PAC Runner version 0.19
Nov 14 22:06:19 PortableLM pacrunner[4280]: Terminating
Nov 14 22:06:19 PortableLM pacrunner[4280]: Exit
Nov 14 22:06:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:20 PortableLM pacrunner[4283]: PAC Runner version 0.19
Nov 14 22:06:20 PortableLM pacrunner[4283]: Terminating
Nov 14 22:06:20 PortableLM pacrunner[4283]: Exit
Nov 14 22:06:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:20 PortableLM pacrunner[4286]: PAC Runner version 0.19
Nov 14 22:06:20 PortableLM pacrunner[4286]: Terminating
Nov 14 22:06:20 PortableLM pacrunner[4286]: Exit
Nov 14 22:06:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:20 PortableLM pacrunner[4289]: PAC Runner version 0.19
Nov 14 22:06:20 PortableLM pacrunner[4289]: Terminating
Nov 14 22:06:20 PortableLM pacrunner[4289]: Exit
Nov 14 22:06:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:20 PortableLM pacrunner[4292]: PAC Runner version 0.19
Nov 14 22:06:20 PortableLM pacrunner[4292]: Terminating
Nov 14 22:06:20 PortableLM pacrunner[4292]: Exit
Nov 14 22:06:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:20 PortableLM pacrunner[4295]: PAC Runner version 0.19
Nov 14 22:06:20 PortableLM pacrunner[4295]: Terminating
Nov 14 22:06:20 PortableLM pacrunner[4295]: Exit
Nov 14 22:06:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:20 PortableLM pacrunner[4298]: PAC Runner version 0.19
Nov 14 22:06:20 PortableLM pacrunner[4298]: Terminating
Nov 14 22:06:20 PortableLM pacrunner[4298]: Exit
Nov 14 22:06:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:20 PortableLM pacrunner[4301]: PAC Runner version 0.19
Nov 14 22:06:20 PortableLM pacrunner[4301]: Terminating
Nov 14 22:06:20 PortableLM pacrunner[4301]: Exit
Nov 14 22:06:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:20 PortableLM pacrunner[4304]: PAC Runner version 0.19
Nov 14 22:06:20 PortableLM pacrunner[4304]: Terminating
Nov 14 22:06:20 PortableLM pacrunner[4304]: Exit
Nov 14 22:06:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:20 PortableLM pacrunner[4307]: PAC Runner version 0.19
Nov 14 22:06:20 PortableLM pacrunner[4307]: Terminating
Nov 14 22:06:20 PortableLM pacrunner[4307]: Exit
Nov 14 22:06:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:20 PortableLM pacrunner[4310]: PAC Runner version 0.19
Nov 14 22:06:20 PortableLM pacrunner[4310]: Terminating
Nov 14 22:06:20 PortableLM pacrunner[4310]: Exit
Nov 14 22:06:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:20 PortableLM pacrunner[4313]: PAC Runner version 0.19
Nov 14 22:06:20 PortableLM pacrunner[4313]: Terminating
Nov 14 22:06:20 PortableLM pacrunner[4313]: Exit
Nov 14 22:06:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4316]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4316]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4316]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4319]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4319]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4319]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4322]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4322]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4322]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4325]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4325]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4325]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4328]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4328]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4328]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4331]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4331]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4331]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4334]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4334]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4334]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4337]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4337]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4337]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4340]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4340]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4340]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4343]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4343]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4343]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4346]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4346]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4346]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4349]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4349]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4349]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4352]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4352]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4352]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:21 PortableLM pacrunner[4355]: PAC Runner version 0.19
Nov 14 22:06:21 PortableLM pacrunner[4355]: Terminating
Nov 14 22:06:21 PortableLM pacrunner[4355]: Exit
Nov 14 22:06:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:22 PortableLM pacrunner[4358]: PAC Runner version 0.19
Nov 14 22:06:22 PortableLM pacrunner[4358]: Terminating
Nov 14 22:06:22 PortableLM pacrunner[4358]: Exit
Nov 14 22:06:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:22 PortableLM pacrunner[4361]: PAC Runner version 0.19
Nov 14 22:06:22 PortableLM pacrunner[4361]: Terminating
Nov 14 22:06:22 PortableLM pacrunner[4361]: Exit
Nov 14 22:06:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:22 PortableLM pacrunner[4364]: PAC Runner version 0.19
Nov 14 22:06:22 PortableLM pacrunner[4364]: Terminating
Nov 14 22:06:22 PortableLM pacrunner[4364]: Exit
Nov 14 22:06:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:22 PortableLM pacrunner[4367]: PAC Runner version 0.19
Nov 14 22:06:22 PortableLM pacrunner[4367]: Terminating
Nov 14 22:06:22 PortableLM pacrunner[4367]: Exit
Nov 14 22:06:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:22 PortableLM pacrunner[4370]: PAC Runner version 0.19
Nov 14 22:06:22 PortableLM pacrunner[4370]: Terminating
Nov 14 22:06:22 PortableLM pacrunner[4370]: Exit
Nov 14 22:06:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:22 PortableLM pacrunner[4373]: PAC Runner version 0.19
Nov 14 22:06:22 PortableLM pacrunner[4373]: Terminating
Nov 14 22:06:22 PortableLM pacrunner[4373]: Exit
Nov 14 22:06:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:22 PortableLM pacrunner[4376]: PAC Runner version 0.19
Nov 14 22:06:22 PortableLM pacrunner[4376]: Terminating
Nov 14 22:06:22 PortableLM pacrunner[4376]: Exit
Nov 14 22:06:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:22 PortableLM pacrunner[4379]: PAC Runner version 0.19
Nov 14 22:06:22 PortableLM pacrunner[4379]: Terminating
Nov 14 22:06:22 PortableLM pacrunner[4379]: Exit
Nov 14 22:06:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:22 PortableLM pacrunner[4382]: PAC Runner version 0.19
Nov 14 22:06:22 PortableLM pacrunner[4382]: Terminating
Nov 14 22:06:22 PortableLM pacrunner[4382]: Exit
Nov 14 22:06:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:22 PortableLM pacrunner[4385]: PAC Runner version 0.19
Nov 14 22:06:22 PortableLM pacrunner[4385]: Terminating
Nov 14 22:06:22 PortableLM pacrunner[4385]: Exit
Nov 14 22:06:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:22 PortableLM pacrunner[4388]: PAC Runner version 0.19
Nov 14 22:06:22 PortableLM pacrunner[4388]: Terminating
Nov 14 22:06:22 PortableLM pacrunner[4388]: Exit
Nov 14 22:06:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:23 PortableLM pacrunner[4391]: PAC Runner version 0.19
Nov 14 22:06:23 PortableLM pacrunner[4391]: Terminating
Nov 14 22:06:23 PortableLM pacrunner[4391]: Exit
Nov 14 22:06:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:23 PortableLM pacrunner[4394]: PAC Runner version 0.19
Nov 14 22:06:23 PortableLM pacrunner[4394]: Terminating
Nov 14 22:06:23 PortableLM pacrunner[4394]: Exit
Nov 14 22:06:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:23 PortableLM pacrunner[4397]: PAC Runner version 0.19
Nov 14 22:06:23 PortableLM pacrunner[4397]: Terminating
Nov 14 22:06:23 PortableLM pacrunner[4397]: Exit
Nov 14 22:06:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:23 PortableLM pacrunner[4400]: PAC Runner version 0.19
Nov 14 22:06:23 PortableLM pacrunner[4400]: Terminating
Nov 14 22:06:23 PortableLM pacrunner[4400]: Exit
Nov 14 22:06:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:23 PortableLM pacrunner[4403]: PAC Runner version 0.19
Nov 14 22:06:23 PortableLM pacrunner[4403]: Terminating
Nov 14 22:06:23 PortableLM pacrunner[4403]: Exit
Nov 14 22:06:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:23 PortableLM pacrunner[4406]: PAC Runner version 0.19
Nov 14 22:06:23 PortableLM pacrunner[4406]: Terminating
Nov 14 22:06:23 PortableLM pacrunner[4406]: Exit
Nov 14 22:06:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:23 PortableLM pacrunner[4409]: PAC Runner version 0.19
Nov 14 22:06:23 PortableLM pacrunner[4409]: Terminating
Nov 14 22:06:23 PortableLM pacrunner[4409]: Exit
Nov 14 22:06:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:23 PortableLM pacrunner[4412]: PAC Runner version 0.19
Nov 14 22:06:23 PortableLM pacrunner[4412]: Terminating
Nov 14 22:06:23 PortableLM pacrunner[4412]: Exit
Nov 14 22:06:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:23 PortableLM pacrunner[4415]: PAC Runner version 0.19
Nov 14 22:06:23 PortableLM pacrunner[4415]: Terminating
Nov 14 22:06:23 PortableLM pacrunner[4415]: Exit
Nov 14 22:06:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:23 PortableLM pacrunner[4418]: PAC Runner version 0.19
Nov 14 22:06:23 PortableLM pacrunner[4418]: Terminating
Nov 14 22:06:23 PortableLM pacrunner[4418]: Exit
Nov 14 22:06:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4421]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4421]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4421]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4424]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4424]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4424]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4427]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4427]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4427]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4430]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4430]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4430]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4433]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4433]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4433]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4436]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4436]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4436]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4439]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4439]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4439]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4442]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4442]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4442]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4445]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4445]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4445]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4448]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4448]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4448]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4451]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4451]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4451]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4454]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4454]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4454]: Exit
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:24 PortableLM pacrunner[4457]: PAC Runner version 0.19
Nov 14 22:06:24 PortableLM pacrunner[4457]: Terminating
Nov 14 22:06:24 PortableLM pacrunner[4457]: Exit
Nov 14 22:06:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4460]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4460]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4460]: Exit
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4463]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4463]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4463]: Exit
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4466]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4466]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4466]: Exit
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4469]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4469]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4469]: Exit
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4472]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4472]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4472]: Exit
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4475]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4475]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4475]: Exit
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4478]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4478]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4478]: Exit
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4481]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4481]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4481]: Exit
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4484]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4484]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4484]: Exit
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4487]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4487]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4487]: Exit
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4490]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4490]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4490]: Exit
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4493]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4493]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4493]: Exit
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:25 PortableLM pacrunner[4496]: PAC Runner version 0.19
Nov 14 22:06:25 PortableLM pacrunner[4496]: Terminating
Nov 14 22:06:25 PortableLM pacrunner[4496]: Exit
Nov 14 22:06:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4499]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4499]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4499]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4502]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4502]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4502]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4505]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4505]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4505]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4508]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4508]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4508]: Exit
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4511]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4511]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4511]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4514]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4514]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4514]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4517]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4517]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4517]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4520]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4520]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4520]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4523]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4523]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4523]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4526]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4526]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4526]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4529]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4529]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4529]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4532]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4532]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4532]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:26 PortableLM pacrunner[4535]: PAC Runner version 0.19
Nov 14 22:06:26 PortableLM pacrunner[4535]: Terminating
Nov 14 22:06:26 PortableLM pacrunner[4535]: Exit
Nov 14 22:06:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4538]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4538]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4538]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4541]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4541]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4541]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4544]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4544]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4544]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4547]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4547]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4547]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4550]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4550]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4550]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4553]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4553]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4553]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4556]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4556]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4556]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4559]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4559]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4559]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4562]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4562]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4562]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4565]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4565]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4565]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4568]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4568]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4568]: Exit
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4571]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4571]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4571]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:27 PortableLM pacrunner[4574]: PAC Runner version 0.19
Nov 14 22:06:27 PortableLM pacrunner[4574]: Terminating
Nov 14 22:06:27 PortableLM pacrunner[4574]: Exit
Nov 14 22:06:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4577]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4577]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4577]: Exit
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4580]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4580]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4580]: Exit
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4583]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4583]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4583]: Exit
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4586]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4586]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4586]: Exit
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4589]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4589]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4589]: Exit
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4592]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4592]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4592]: Exit
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4595]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4595]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4595]: Exit
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4598]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4598]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4598]: Exit
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4601]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4601]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4601]: Exit
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4604]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4604]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4604]: Exit
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4607]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4607]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4607]: Exit
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:28 PortableLM pacrunner[4610]: PAC Runner version 0.19
Nov 14 22:06:28 PortableLM pacrunner[4610]: Terminating
Nov 14 22:06:28 PortableLM pacrunner[4610]: Exit
Nov 14 22:06:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:29 PortableLM pacrunner[4613]: PAC Runner version 0.19
Nov 14 22:06:29 PortableLM pacrunner[4613]: Terminating
Nov 14 22:06:29 PortableLM pacrunner[4613]: Exit
Nov 14 22:06:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:29 PortableLM pacrunner[4616]: PAC Runner version 0.19
Nov 14 22:06:29 PortableLM pacrunner[4616]: Terminating
Nov 14 22:06:29 PortableLM pacrunner[4616]: Exit
Nov 14 22:06:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:29 PortableLM pacrunner[4619]: PAC Runner version 0.19
Nov 14 22:06:29 PortableLM pacrunner[4619]: Terminating
Nov 14 22:06:29 PortableLM pacrunner[4619]: Exit
Nov 14 22:06:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:29 PortableLM pacrunner[4622]: PAC Runner version 0.19
Nov 14 22:06:29 PortableLM pacrunner[4622]: Terminating
Nov 14 22:06:29 PortableLM pacrunner[4622]: Exit
Nov 14 22:06:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:29 PortableLM pacrunner[4625]: PAC Runner version 0.19
Nov 14 22:06:29 PortableLM pacrunner[4625]: Terminating
Nov 14 22:06:29 PortableLM pacrunner[4625]: Exit
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:29 PortableLM pacrunner[4628]: PAC Runner version 0.19
Nov 14 22:06:29 PortableLM pacrunner[4628]: Terminating
Nov 14 22:06:29 PortableLM pacrunner[4628]: Exit
Nov 14 22:06:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:29 PortableLM pacrunner[4631]: PAC Runner version 0.19
Nov 14 22:06:29 PortableLM pacrunner[4631]: Terminating
Nov 14 22:06:29 PortableLM pacrunner[4631]: Exit
Nov 14 22:06:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:29 PortableLM pacrunner[4634]: PAC Runner version 0.19
Nov 14 22:06:29 PortableLM pacrunner[4634]: Terminating
Nov 14 22:06:29 PortableLM pacrunner[4634]: Exit
Nov 14 22:06:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:29 PortableLM pacrunner[4637]: PAC Runner version 0.19
Nov 14 22:06:29 PortableLM pacrunner[4637]: Terminating
Nov 14 22:06:29 PortableLM pacrunner[4637]: Exit
Nov 14 22:06:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:29 PortableLM pacrunner[4640]: PAC Runner version 0.19
Nov 14 22:06:29 PortableLM pacrunner[4640]: Terminating
Nov 14 22:06:29 PortableLM pacrunner[4640]: Exit
Nov 14 22:06:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:29 PortableLM pacrunner[4643]: PAC Runner version 0.19
Nov 14 22:06:29 PortableLM pacrunner[4643]: Terminating
Nov 14 22:06:29 PortableLM pacrunner[4643]: Exit
Nov 14 22:06:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:30 PortableLM pacrunner[4646]: PAC Runner version 0.19
Nov 14 22:06:30 PortableLM pacrunner[4646]: Terminating
Nov 14 22:06:30 PortableLM pacrunner[4646]: Exit
Nov 14 22:06:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:30 PortableLM pacrunner[4649]: PAC Runner version 0.19
Nov 14 22:06:30 PortableLM pacrunner[4649]: Terminating
Nov 14 22:06:30 PortableLM pacrunner[4649]: Exit
Nov 14 22:06:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:30 PortableLM pacrunner[4652]: PAC Runner version 0.19
Nov 14 22:06:30 PortableLM pacrunner[4652]: Terminating
Nov 14 22:06:30 PortableLM pacrunner[4652]: Exit
Nov 14 22:06:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:30 PortableLM pacrunner[4655]: PAC Runner version 0.19
Nov 14 22:06:30 PortableLM pacrunner[4655]: Terminating
Nov 14 22:06:30 PortableLM pacrunner[4655]: Exit
Nov 14 22:06:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:30 PortableLM pacrunner[4658]: PAC Runner version 0.19
Nov 14 22:06:30 PortableLM pacrunner[4658]: Terminating
Nov 14 22:06:30 PortableLM pacrunner[4658]: Exit
Nov 14 22:06:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:30 PortableLM pacrunner[4661]: PAC Runner version 0.19
Nov 14 22:06:30 PortableLM pacrunner[4661]: Terminating
Nov 14 22:06:30 PortableLM pacrunner[4661]: Exit
Nov 14 22:06:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:30 PortableLM pacrunner[4664]: PAC Runner version 0.19
Nov 14 22:06:30 PortableLM pacrunner[4664]: Terminating
Nov 14 22:06:30 PortableLM pacrunner[4664]: Exit
Nov 14 22:06:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:30 PortableLM pacrunner[4667]: PAC Runner version 0.19
Nov 14 22:06:30 PortableLM pacrunner[4667]: Terminating
Nov 14 22:06:30 PortableLM pacrunner[4667]: Exit
Nov 14 22:06:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:30 PortableLM pacrunner[4670]: PAC Runner version 0.19
Nov 14 22:06:30 PortableLM pacrunner[4670]: Terminating
Nov 14 22:06:30 PortableLM pacrunner[4670]: Exit
Nov 14 22:06:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:30 PortableLM pacrunner[4673]: PAC Runner version 0.19
Nov 14 22:06:30 PortableLM pacrunner[4673]: Terminating
Nov 14 22:06:30 PortableLM pacrunner[4673]: Exit
Nov 14 22:06:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:30 PortableLM pacrunner[4676]: PAC Runner version 0.19
Nov 14 22:06:30 PortableLM pacrunner[4676]: Terminating
Nov 14 22:06:30 PortableLM pacrunner[4676]: Exit
Nov 14 22:06:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4679]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4679]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4679]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4682]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4682]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4682]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4685]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4685]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4685]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4688]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4688]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4688]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4691]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4691]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4691]: Exit
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4694]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4694]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4694]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4697]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4697]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4697]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4700]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4700]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4700]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4703]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4703]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4703]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4706]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4706]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4706]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4709]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4709]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4709]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4712]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4712]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4712]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4715]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4715]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4715]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4718]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4718]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4718]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:31 PortableLM pacrunner[4721]: PAC Runner version 0.19
Nov 14 22:06:31 PortableLM pacrunner[4721]: Terminating
Nov 14 22:06:31 PortableLM pacrunner[4721]: Exit
Nov 14 22:06:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4724]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4724]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4724]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4727]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4727]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4727]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4730]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4730]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4730]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4733]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4733]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4733]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4736]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4736]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4736]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4739]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4739]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4739]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4742]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4742]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4742]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4745]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4745]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4745]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4748]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4748]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4748]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4751]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4751]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4751]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4754]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4754]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4754]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:32 PortableLM pacrunner[4757]: PAC Runner version 0.19
Nov 14 22:06:32 PortableLM pacrunner[4757]: Terminating
Nov 14 22:06:32 PortableLM pacrunner[4757]: Exit
Nov 14 22:06:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4760]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4760]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4760]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4763]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4763]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4763]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4766]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4766]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4766]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4769]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4769]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4769]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4772]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4772]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4772]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4775]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4775]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4775]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4778]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4778]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4778]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4781]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4781]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4781]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4784]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4784]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4784]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4787]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4787]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4787]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4790]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4790]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4790]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:33 PortableLM pacrunner[4793]: PAC Runner version 0.19
Nov 14 22:06:33 PortableLM pacrunner[4793]: Terminating
Nov 14 22:06:33 PortableLM pacrunner[4793]: Exit
Nov 14 22:06:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4796]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4796]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4796]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4799]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4799]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4799]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4802]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4802]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4802]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4805]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4805]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4805]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4808]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4808]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4808]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4811]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4811]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4811]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4814]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4814]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4814]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4817]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4817]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4817]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4820]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4820]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4820]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4823]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4823]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4823]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4826]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4826]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4826]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:34 PortableLM pacrunner[4829]: PAC Runner version 0.19
Nov 14 22:06:34 PortableLM pacrunner[4829]: Terminating
Nov 14 22:06:34 PortableLM pacrunner[4829]: Exit
Nov 14 22:06:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4832]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4832]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4832]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4835]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4835]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4835]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4838]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4838]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4838]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4841]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4841]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4841]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4844]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4844]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4844]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4847]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4847]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4847]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4850]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4850]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4850]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4853]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4853]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4853]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4856]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4856]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4856]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4859]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4859]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4859]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4862]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4862]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4862]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4865]: PAC Runner version 0.19
Nov 14 22:06:35 PortableLM pacrunner[4865]: Terminating
Nov 14 22:06:35 PortableLM pacrunner[4865]: Exit
Nov 14 22:06:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:35 PortableLM pacrunner[4868]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4868]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4868]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4871]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4871]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4871]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4874]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4874]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4874]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4877]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4877]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4877]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4880]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4880]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4880]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4883]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4883]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4883]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4886]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4886]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4886]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4889]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4889]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4889]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4892]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4892]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4892]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4895]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4895]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4895]: Exit
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4898]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4898]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4898]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4901]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4901]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4901]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4904]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4904]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4904]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4907]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4907]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4907]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:36 PortableLM pacrunner[4910]: PAC Runner version 0.19
Nov 14 22:06:36 PortableLM pacrunner[4910]: Terminating
Nov 14 22:06:36 PortableLM pacrunner[4910]: Exit
Nov 14 22:06:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4913]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4913]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4913]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4916]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4916]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4916]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4919]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4919]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4919]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4922]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4922]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4922]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4925]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4925]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4925]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4928]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4928]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4928]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4931]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4931]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4931]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4934]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4934]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4934]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4937]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4937]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4937]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4940]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4940]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4940]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4943]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4943]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4943]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4946]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4946]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4946]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4949]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4949]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4949]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:37 PortableLM pacrunner[4952]: PAC Runner version 0.19
Nov 14 22:06:37 PortableLM pacrunner[4952]: Terminating
Nov 14 22:06:37 PortableLM pacrunner[4952]: Exit
Nov 14 22:06:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4955]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4955]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4955]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4958]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4958]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4958]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4961]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4961]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4961]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4964]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4964]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4964]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4967]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4967]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4967]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4970]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4970]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4970]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4973]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4973]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4973]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4976]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4976]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4976]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4979]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4979]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4979]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4982]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4982]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4982]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4985]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4985]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4985]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4988]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4988]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4988]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:38 PortableLM pacrunner[4991]: PAC Runner version 0.19
Nov 14 22:06:38 PortableLM pacrunner[4991]: Terminating
Nov 14 22:06:38 PortableLM pacrunner[4991]: Exit
Nov 14 22:06:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[4994]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[4994]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[4994]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[4997]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[4997]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[4997]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[5000]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[5000]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[5000]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[5003]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[5003]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[5003]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[5006]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[5006]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[5006]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[5009]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[5009]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[5009]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[5012]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[5012]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[5012]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[5015]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[5015]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[5015]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[5018]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[5018]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[5018]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[5021]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[5021]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[5021]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[5024]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[5024]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[5024]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[5027]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[5027]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[5027]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:39 PortableLM pacrunner[5030]: PAC Runner version 0.19
Nov 14 22:06:39 PortableLM pacrunner[5030]: Terminating
Nov 14 22:06:39 PortableLM pacrunner[5030]: Exit
Nov 14 22:06:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5033]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5033]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5033]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5036]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5036]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5036]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5039]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5039]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5039]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5042]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5042]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5042]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5045]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5045]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5045]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5048]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5048]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5048]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5051]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5051]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5051]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5054]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5054]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5054]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5057]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5057]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5057]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5060]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5060]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5060]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5063]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5063]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5063]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:40 PortableLM pacrunner[5066]: PAC Runner version 0.19
Nov 14 22:06:40 PortableLM pacrunner[5066]: Terminating
Nov 14 22:06:40 PortableLM pacrunner[5066]: Exit
Nov 14 22:06:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5069]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5069]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5069]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5072]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5072]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5072]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5075]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5075]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5075]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5078]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5078]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5078]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5081]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5081]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5081]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5084]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5084]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5084]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5087]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5087]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5087]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5090]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5090]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5090]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5093]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5093]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5093]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5096]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5096]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5096]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5099]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5099]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5099]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5102]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5102]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5102]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:41 PortableLM pacrunner[5105]: PAC Runner version 0.19
Nov 14 22:06:41 PortableLM pacrunner[5105]: Terminating
Nov 14 22:06:41 PortableLM pacrunner[5105]: Exit
Nov 14 22:06:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:42 PortableLM pacrunner[5108]: PAC Runner version 0.19
Nov 14 22:06:42 PortableLM pacrunner[5108]: Terminating
Nov 14 22:06:42 PortableLM pacrunner[5108]: Exit
Nov 14 22:06:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:42 PortableLM pacrunner[5111]: PAC Runner version 0.19
Nov 14 22:06:42 PortableLM pacrunner[5111]: Terminating
Nov 14 22:06:42 PortableLM pacrunner[5111]: Exit
Nov 14 22:06:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:42 PortableLM pacrunner[5114]: PAC Runner version 0.19
Nov 14 22:06:42 PortableLM pacrunner[5114]: Terminating
Nov 14 22:06:42 PortableLM pacrunner[5114]: Exit
Nov 14 22:06:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:42 PortableLM pacrunner[5117]: PAC Runner version 0.19
Nov 14 22:06:42 PortableLM pacrunner[5117]: Terminating
Nov 14 22:06:42 PortableLM pacrunner[5117]: Exit
Nov 14 22:06:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:42 PortableLM pacrunner[5120]: PAC Runner version 0.19
Nov 14 22:06:42 PortableLM pacrunner[5120]: Terminating
Nov 14 22:06:42 PortableLM pacrunner[5120]: Exit
Nov 14 22:06:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:42 PortableLM pacrunner[5123]: PAC Runner version 0.19
Nov 14 22:06:42 PortableLM pacrunner[5123]: Terminating
Nov 14 22:06:42 PortableLM pacrunner[5123]: Exit
Nov 14 22:06:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:42 PortableLM pacrunner[5126]: PAC Runner version 0.19
Nov 14 22:06:42 PortableLM pacrunner[5126]: Terminating
Nov 14 22:06:42 PortableLM pacrunner[5126]: Exit
Nov 14 22:06:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:42 PortableLM pacrunner[5129]: PAC Runner version 0.19
Nov 14 22:06:42 PortableLM pacrunner[5129]: Terminating
Nov 14 22:06:42 PortableLM pacrunner[5129]: Exit
Nov 14 22:06:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:42 PortableLM pacrunner[5132]: PAC Runner version 0.19
Nov 14 22:06:42 PortableLM pacrunner[5132]: Terminating
Nov 14 22:06:42 PortableLM pacrunner[5132]: Exit
Nov 14 22:06:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:42 PortableLM pacrunner[5135]: PAC Runner version 0.19
Nov 14 22:06:42 PortableLM pacrunner[5135]: Terminating
Nov 14 22:06:42 PortableLM pacrunner[5135]: Exit
Nov 14 22:06:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:42 PortableLM pacrunner[5138]: PAC Runner version 0.19
Nov 14 22:06:42 PortableLM pacrunner[5138]: Terminating
Nov 14 22:06:42 PortableLM pacrunner[5138]: Exit
Nov 14 22:06:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5141]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5141]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5141]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5144]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5144]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5144]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5147]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5147]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5147]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5150]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5150]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5150]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5153]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5153]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5153]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5156]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5156]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5156]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5159]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5159]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5159]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5162]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5162]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5162]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5165]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5165]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5165]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5168]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5168]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5168]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5171]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5171]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5171]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:43 PortableLM pacrunner[5174]: PAC Runner version 0.19
Nov 14 22:06:43 PortableLM pacrunner[5174]: Terminating
Nov 14 22:06:43 PortableLM pacrunner[5174]: Exit
Nov 14 22:06:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5177]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5177]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5177]: Exit
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5180]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5180]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5180]: Exit
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5183]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5183]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5183]: Exit
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5186]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5186]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5186]: Exit
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5189]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5189]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5189]: Exit
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5192]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5192]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5192]: Exit
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5195]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5195]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5195]: Exit
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5198]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5198]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5198]: Exit
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5201]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5201]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5201]: Exit
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5204]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5204]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5204]: Exit
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5207]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5207]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5207]: Exit
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5210]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5210]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5210]: Exit
Nov 14 22:06:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:44 PortableLM pacrunner[5213]: PAC Runner version 0.19
Nov 14 22:06:44 PortableLM pacrunner[5213]: Terminating
Nov 14 22:06:44 PortableLM pacrunner[5213]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:45 PortableLM pacrunner[5216]: PAC Runner version 0.19
Nov 14 22:06:45 PortableLM pacrunner[5216]: Terminating
Nov 14 22:06:45 PortableLM pacrunner[5216]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:45 PortableLM pacrunner[5219]: PAC Runner version 0.19
Nov 14 22:06:45 PortableLM pacrunner[5219]: Terminating
Nov 14 22:06:45 PortableLM pacrunner[5219]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:45 PortableLM pacrunner[5222]: PAC Runner version 0.19
Nov 14 22:06:45 PortableLM pacrunner[5222]: Terminating
Nov 14 22:06:45 PortableLM pacrunner[5222]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:45 PortableLM pacrunner[5225]: PAC Runner version 0.19
Nov 14 22:06:45 PortableLM pacrunner[5225]: Terminating
Nov 14 22:06:45 PortableLM pacrunner[5225]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:45 PortableLM pacrunner[5228]: PAC Runner version 0.19
Nov 14 22:06:45 PortableLM pacrunner[5228]: Terminating
Nov 14 22:06:45 PortableLM pacrunner[5228]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:45 PortableLM pacrunner[5231]: PAC Runner version 0.19
Nov 14 22:06:45 PortableLM pacrunner[5231]: Terminating
Nov 14 22:06:45 PortableLM pacrunner[5231]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:45 PortableLM pacrunner[5234]: PAC Runner version 0.19
Nov 14 22:06:45 PortableLM pacrunner[5234]: Terminating
Nov 14 22:06:45 PortableLM pacrunner[5234]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:45 PortableLM pacrunner[5237]: PAC Runner version 0.19
Nov 14 22:06:45 PortableLM pacrunner[5237]: Terminating
Nov 14 22:06:45 PortableLM pacrunner[5237]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:45 PortableLM pacrunner[5240]: PAC Runner version 0.19
Nov 14 22:06:45 PortableLM pacrunner[5240]: Terminating
Nov 14 22:06:45 PortableLM pacrunner[5240]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:45 PortableLM pacrunner[5243]: PAC Runner version 0.19
Nov 14 22:06:45 PortableLM pacrunner[5243]: Terminating
Nov 14 22:06:45 PortableLM pacrunner[5243]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:45 PortableLM pacrunner[5246]: PAC Runner version 0.19
Nov 14 22:06:45 PortableLM pacrunner[5246]: Terminating
Nov 14 22:06:45 PortableLM pacrunner[5246]: Exit
Nov 14 22:06:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5249]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5249]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5249]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5252]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5252]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5252]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5255]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5255]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5255]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5258]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5258]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5258]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5261]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5261]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5261]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5264]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5264]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5264]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5267]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5267]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5267]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5270]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5270]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5270]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5273]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5273]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5273]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5276]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5276]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5276]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5279]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5279]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5279]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:46 PortableLM pacrunner[5282]: PAC Runner version 0.19
Nov 14 22:06:46 PortableLM pacrunner[5282]: Terminating
Nov 14 22:06:46 PortableLM pacrunner[5282]: Exit
Nov 14 22:06:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5285]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5285]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5285]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5288]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5288]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5288]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5291]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5291]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5291]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5294]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5294]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5294]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5297]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5297]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5297]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5300]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5300]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5300]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5303]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5303]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5303]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5306]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5306]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5306]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5309]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5309]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5309]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5312]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5312]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5312]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5315]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5315]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5315]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5318]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5318]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5318]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:47 PortableLM pacrunner[5321]: PAC Runner version 0.19
Nov 14 22:06:47 PortableLM pacrunner[5321]: Terminating
Nov 14 22:06:47 PortableLM pacrunner[5321]: Exit
Nov 14 22:06:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5324]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5324]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5324]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5327]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5327]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5327]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5330]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5330]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5330]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5333]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5333]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5333]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5336]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5336]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5336]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5339]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5339]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5339]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5342]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5342]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5342]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5345]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5345]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5345]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5348]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5348]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5348]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5351]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5351]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5351]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5354]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5354]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5354]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5357]: PAC Runner version 0.19
Nov 14 22:06:48 PortableLM pacrunner[5357]: Terminating
Nov 14 22:06:48 PortableLM pacrunner[5357]: Exit
Nov 14 22:06:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:48 PortableLM pacrunner[5360]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5360]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5360]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5363]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5363]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5363]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5366]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5366]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5366]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5369]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5369]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5369]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5372]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5372]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5372]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5375]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5375]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5375]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5378]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5378]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5378]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5381]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5381]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5381]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5384]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5384]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5384]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5387]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5387]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5387]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5390]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5390]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5390]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5393]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5393]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5393]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5396]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5396]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5396]: Exit
Nov 14 22:06:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:49 PortableLM pacrunner[5399]: PAC Runner version 0.19
Nov 14 22:06:49 PortableLM pacrunner[5399]: Terminating
Nov 14 22:06:49 PortableLM pacrunner[5399]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:50 PortableLM pacrunner[5402]: PAC Runner version 0.19
Nov 14 22:06:50 PortableLM pacrunner[5402]: Terminating
Nov 14 22:06:50 PortableLM pacrunner[5402]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:50 PortableLM pacrunner[5405]: PAC Runner version 0.19
Nov 14 22:06:50 PortableLM pacrunner[5405]: Terminating
Nov 14 22:06:50 PortableLM pacrunner[5405]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:50 PortableLM pacrunner[5408]: PAC Runner version 0.19
Nov 14 22:06:50 PortableLM pacrunner[5408]: Terminating
Nov 14 22:06:50 PortableLM pacrunner[5408]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:50 PortableLM pacrunner[5411]: PAC Runner version 0.19
Nov 14 22:06:50 PortableLM pacrunner[5411]: Terminating
Nov 14 22:06:50 PortableLM pacrunner[5411]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:50 PortableLM pacrunner[5414]: PAC Runner version 0.19
Nov 14 22:06:50 PortableLM pacrunner[5414]: Terminating
Nov 14 22:06:50 PortableLM pacrunner[5414]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:50 PortableLM pacrunner[5417]: PAC Runner version 0.19
Nov 14 22:06:50 PortableLM pacrunner[5417]: Terminating
Nov 14 22:06:50 PortableLM pacrunner[5417]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:50 PortableLM pacrunner[5420]: PAC Runner version 0.19
Nov 14 22:06:50 PortableLM pacrunner[5420]: Terminating
Nov 14 22:06:50 PortableLM pacrunner[5420]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:50 PortableLM pacrunner[5423]: PAC Runner version 0.19
Nov 14 22:06:50 PortableLM pacrunner[5423]: Terminating
Nov 14 22:06:50 PortableLM pacrunner[5423]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:50 PortableLM pacrunner[5426]: PAC Runner version 0.19
Nov 14 22:06:50 PortableLM pacrunner[5426]: Terminating
Nov 14 22:06:50 PortableLM pacrunner[5426]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:50 PortableLM pacrunner[5429]: PAC Runner version 0.19
Nov 14 22:06:50 PortableLM pacrunner[5429]: Terminating
Nov 14 22:06:50 PortableLM pacrunner[5429]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:50 PortableLM pacrunner[5432]: PAC Runner version 0.19
Nov 14 22:06:50 PortableLM pacrunner[5432]: Terminating
Nov 14 22:06:50 PortableLM pacrunner[5432]: Exit
Nov 14 22:06:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5435]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5435]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5435]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5438]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5438]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5438]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5441]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5441]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5441]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5444]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5444]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5444]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5447]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5447]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5447]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5450]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5450]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5450]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5453]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5453]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5453]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5456]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5456]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5456]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5459]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5459]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5459]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5462]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5462]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5462]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5465]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5465]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5465]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5468]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5468]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5468]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:51 PortableLM pacrunner[5471]: PAC Runner version 0.19
Nov 14 22:06:51 PortableLM pacrunner[5471]: Terminating
Nov 14 22:06:51 PortableLM pacrunner[5471]: Exit
Nov 14 22:06:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5474]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5474]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5474]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5477]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5477]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5477]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5480]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5480]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5480]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5483]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5483]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5483]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5486]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5486]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5486]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5489]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5489]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5489]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5492]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5492]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5492]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5495]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5495]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5495]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5498]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5498]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5498]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5501]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5501]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5501]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5504]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5504]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5504]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5507]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5507]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5507]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5510]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5510]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5510]: Exit
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:52 PortableLM pacrunner[5513]: PAC Runner version 0.19
Nov 14 22:06:52 PortableLM pacrunner[5513]: Terminating
Nov 14 22:06:52 PortableLM pacrunner[5513]: Exit
Nov 14 22:06:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5516]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5516]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5516]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5519]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5519]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5519]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5522]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5522]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5522]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5525]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5525]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5525]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5528]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5528]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5528]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5531]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5531]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5531]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5534]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5534]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5534]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5537]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5537]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5537]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5540]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5540]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5540]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5543]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5543]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5543]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5546]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5546]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5546]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5549]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5549]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5549]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5552]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5552]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5552]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:53 PortableLM pacrunner[5555]: PAC Runner version 0.19
Nov 14 22:06:53 PortableLM pacrunner[5555]: Terminating
Nov 14 22:06:53 PortableLM pacrunner[5555]: Exit
Nov 14 22:06:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5558]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5558]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5558]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5561]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5561]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5561]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5564]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5564]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5564]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5567]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5567]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5567]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5570]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5570]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5570]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5573]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5573]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5573]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5576]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5576]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5576]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5579]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5579]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5579]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5582]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5582]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5582]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5585]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5585]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5585]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5588]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5588]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5588]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:54 PortableLM pacrunner[5591]: PAC Runner version 0.19
Nov 14 22:06:54 PortableLM pacrunner[5591]: Terminating
Nov 14 22:06:54 PortableLM pacrunner[5591]: Exit
Nov 14 22:06:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5594]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5594]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5594]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5597]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5597]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5597]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5600]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5600]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5600]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5603]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5603]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5603]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5606]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5606]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5606]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5609]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5609]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5609]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5612]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5612]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5612]: Exit
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5615]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5615]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5615]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5618]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5618]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5618]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5621]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5621]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5621]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5624]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5624]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5624]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5627]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5627]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5627]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:55 PortableLM pacrunner[5630]: PAC Runner version 0.19
Nov 14 22:06:55 PortableLM pacrunner[5630]: Terminating
Nov 14 22:06:55 PortableLM pacrunner[5630]: Exit
Nov 14 22:06:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5633]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5633]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5633]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5636]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5636]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5636]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5639]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5639]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5639]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5642]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5642]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5642]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5645]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5645]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5645]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5648]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5648]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5648]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5651]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5651]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5651]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5654]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5654]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5654]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5657]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5657]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5657]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5660]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5660]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5660]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5663]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5663]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5663]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5666]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5666]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5666]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:56 PortableLM pacrunner[5669]: PAC Runner version 0.19
Nov 14 22:06:56 PortableLM pacrunner[5669]: Terminating
Nov 14 22:06:56 PortableLM pacrunner[5669]: Exit
Nov 14 22:06:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5672]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5672]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5672]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5675]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5675]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5675]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5678]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5678]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5678]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5681]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5681]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5681]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5684]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5684]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5684]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5687]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5687]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5687]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5690]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5690]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5690]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5693]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5693]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5693]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5696]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5696]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5696]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5699]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5699]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5699]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5702]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5702]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5702]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5705]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5705]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5705]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:57 PortableLM pacrunner[5708]: PAC Runner version 0.19
Nov 14 22:06:57 PortableLM pacrunner[5708]: Terminating
Nov 14 22:06:57 PortableLM pacrunner[5708]: Exit
Nov 14 22:06:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5711]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5711]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5711]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5714]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5714]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5714]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5717]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5717]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5717]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5720]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5720]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5720]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5723]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5723]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5723]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5726]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5726]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5726]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5729]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5729]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5729]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5732]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5732]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5732]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5735]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5735]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5735]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5738]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5738]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5738]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5741]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5741]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5741]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:58 PortableLM pacrunner[5744]: PAC Runner version 0.19
Nov 14 22:06:58 PortableLM pacrunner[5744]: Terminating
Nov 14 22:06:58 PortableLM pacrunner[5744]: Exit
Nov 14 22:06:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5747]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5747]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5747]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5750]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5750]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5750]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5753]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5753]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5753]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5756]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5756]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5756]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5759]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5759]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5759]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5762]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5762]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5762]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5765]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5765]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5765]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5768]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5768]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5768]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5771]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5771]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5771]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5774]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5774]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5774]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5777]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5777]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5777]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5780]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5780]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5780]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:06:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:06:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:06:59 PortableLM pacrunner[5783]: PAC Runner version 0.19
Nov 14 22:06:59 PortableLM pacrunner[5783]: Terminating
Nov 14 22:06:59 PortableLM pacrunner[5783]: Exit
Nov 14 22:06:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:06:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5786]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5786]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5786]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5789]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5789]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5789]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5792]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5792]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5792]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5795]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5795]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5795]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5798]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5798]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5798]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5801]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5801]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5801]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5804]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5804]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5804]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5807]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5807]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5807]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5810]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5810]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5810]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5813]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5813]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5813]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5816]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5816]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5816]: Exit
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5819]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5819]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5819]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5822]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5822]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5822]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:00 PortableLM pacrunner[5825]: PAC Runner version 0.19
Nov 14 22:07:00 PortableLM pacrunner[5825]: Terminating
Nov 14 22:07:00 PortableLM pacrunner[5825]: Exit
Nov 14 22:07:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:01 PortableLM pacrunner[5828]: PAC Runner version 0.19
Nov 14 22:07:01 PortableLM pacrunner[5828]: Terminating
Nov 14 22:07:01 PortableLM pacrunner[5828]: Exit
Nov 14 22:07:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:01 PortableLM pacrunner[5831]: PAC Runner version 0.19
Nov 14 22:07:01 PortableLM pacrunner[5831]: Terminating
Nov 14 22:07:01 PortableLM pacrunner[5831]: Exit
Nov 14 22:07:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:01 PortableLM pacrunner[5834]: PAC Runner version 0.19
Nov 14 22:07:01 PortableLM pacrunner[5834]: Terminating
Nov 14 22:07:01 PortableLM pacrunner[5834]: Exit
Nov 14 22:07:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:01 PortableLM pacrunner[5837]: PAC Runner version 0.19
Nov 14 22:07:01 PortableLM pacrunner[5837]: Terminating
Nov 14 22:07:01 PortableLM pacrunner[5837]: Exit
Nov 14 22:07:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:01 PortableLM pacrunner[5840]: PAC Runner version 0.19
Nov 14 22:07:01 PortableLM pacrunner[5840]: Terminating
Nov 14 22:07:01 PortableLM pacrunner[5840]: Exit
Nov 14 22:07:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:01 PortableLM pacrunner[5843]: PAC Runner version 0.19
Nov 14 22:07:01 PortableLM pacrunner[5843]: Terminating
Nov 14 22:07:01 PortableLM pacrunner[5843]: Exit
Nov 14 22:07:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:01 PortableLM pacrunner[5846]: PAC Runner version 0.19
Nov 14 22:07:01 PortableLM pacrunner[5846]: Terminating
Nov 14 22:07:01 PortableLM pacrunner[5846]: Exit
Nov 14 22:07:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:01 PortableLM pacrunner[5849]: PAC Runner version 0.19
Nov 14 22:07:01 PortableLM pacrunner[5849]: Terminating
Nov 14 22:07:01 PortableLM pacrunner[5849]: Exit
Nov 14 22:07:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:01 PortableLM pacrunner[5852]: PAC Runner version 0.19
Nov 14 22:07:01 PortableLM pacrunner[5852]: Terminating
Nov 14 22:07:01 PortableLM pacrunner[5852]: Exit
Nov 14 22:07:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:01 PortableLM pacrunner[5855]: PAC Runner version 0.19
Nov 14 22:07:01 PortableLM pacrunner[5855]: Terminating
Nov 14 22:07:01 PortableLM pacrunner[5855]: Exit
Nov 14 22:07:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:01 PortableLM pacrunner[5858]: PAC Runner version 0.19
Nov 14 22:07:01 PortableLM pacrunner[5858]: Terminating
Nov 14 22:07:01 PortableLM pacrunner[5858]: Exit
Nov 14 22:07:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:02 PortableLM pacrunner[5861]: PAC Runner version 0.19
Nov 14 22:07:02 PortableLM pacrunner[5861]: Terminating
Nov 14 22:07:02 PortableLM pacrunner[5861]: Exit
Nov 14 22:07:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:02 PortableLM pacrunner[5864]: PAC Runner version 0.19
Nov 14 22:07:02 PortableLM pacrunner[5864]: Terminating
Nov 14 22:07:02 PortableLM pacrunner[5864]: Exit
Nov 14 22:07:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:02 PortableLM pacrunner[5867]: PAC Runner version 0.19
Nov 14 22:07:02 PortableLM pacrunner[5867]: Terminating
Nov 14 22:07:02 PortableLM pacrunner[5867]: Exit
Nov 14 22:07:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:02 PortableLM pacrunner[5870]: PAC Runner version 0.19
Nov 14 22:07:02 PortableLM pacrunner[5870]: Terminating
Nov 14 22:07:02 PortableLM pacrunner[5870]: Exit
Nov 14 22:07:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:02 PortableLM pacrunner[5873]: PAC Runner version 0.19
Nov 14 22:07:02 PortableLM pacrunner[5873]: Terminating
Nov 14 22:07:02 PortableLM pacrunner[5873]: Exit
Nov 14 22:07:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:02 PortableLM pacrunner[5876]: PAC Runner version 0.19
Nov 14 22:07:02 PortableLM pacrunner[5876]: Terminating
Nov 14 22:07:02 PortableLM pacrunner[5876]: Exit
Nov 14 22:07:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:02 PortableLM pacrunner[5879]: PAC Runner version 0.19
Nov 14 22:07:02 PortableLM pacrunner[5879]: Terminating
Nov 14 22:07:02 PortableLM pacrunner[5879]: Exit
Nov 14 22:07:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:02 PortableLM pacrunner[5882]: PAC Runner version 0.19
Nov 14 22:07:02 PortableLM pacrunner[5882]: Terminating
Nov 14 22:07:02 PortableLM pacrunner[5882]: Exit
Nov 14 22:07:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:02 PortableLM pacrunner[5885]: PAC Runner version 0.19
Nov 14 22:07:02 PortableLM pacrunner[5885]: Terminating
Nov 14 22:07:02 PortableLM pacrunner[5885]: Exit
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:02 PortableLM pacrunner[5888]: PAC Runner version 0.19
Nov 14 22:07:02 PortableLM pacrunner[5888]: Terminating
Nov 14 22:07:02 PortableLM pacrunner[5888]: Exit
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:02 PortableLM pacrunner[5891]: PAC Runner version 0.19
Nov 14 22:07:02 PortableLM pacrunner[5891]: Terminating
Nov 14 22:07:02 PortableLM pacrunner[5891]: Exit
Nov 14 22:07:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5894]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5894]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5894]: Exit
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5897]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5897]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5897]: Exit
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5900]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5900]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5900]: Exit
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5903]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5903]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5903]: Exit
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5906]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5906]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5906]: Exit
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5909]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5909]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5909]: Exit
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5912]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5912]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5912]: Exit
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5915]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5915]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5915]: Exit
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5918]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5918]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5918]: Exit
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5921]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5921]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5921]: Exit
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5924]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5924]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5924]: Exit
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5927]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5927]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5927]: Exit
Nov 14 22:07:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:03 PortableLM pacrunner[5930]: PAC Runner version 0.19
Nov 14 22:07:03 PortableLM pacrunner[5930]: Terminating
Nov 14 22:07:03 PortableLM pacrunner[5930]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5933]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5933]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5933]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5936]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5936]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5936]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5939]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5939]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5939]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5942]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5942]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5942]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5945]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5945]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5945]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5948]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5948]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5948]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5951]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5951]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5951]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5954]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5954]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5954]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5957]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5957]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5957]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5960]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5960]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5960]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5963]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5963]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5963]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5966]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5966]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5966]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:04 PortableLM pacrunner[5969]: PAC Runner version 0.19
Nov 14 22:07:04 PortableLM pacrunner[5969]: Terminating
Nov 14 22:07:04 PortableLM pacrunner[5969]: Exit
Nov 14 22:07:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:05 PortableLM pacrunner[5972]: PAC Runner version 0.19
Nov 14 22:07:05 PortableLM pacrunner[5972]: Terminating
Nov 14 22:07:05 PortableLM pacrunner[5972]: Exit
Nov 14 22:07:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:05 PortableLM pacrunner[5975]: PAC Runner version 0.19
Nov 14 22:07:05 PortableLM pacrunner[5975]: Terminating
Nov 14 22:07:05 PortableLM pacrunner[5975]: Exit
Nov 14 22:07:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:05 PortableLM pacrunner[5978]: PAC Runner version 0.19
Nov 14 22:07:05 PortableLM pacrunner[5978]: Terminating
Nov 14 22:07:05 PortableLM pacrunner[5978]: Exit
Nov 14 22:07:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:05 PortableLM pacrunner[5981]: PAC Runner version 0.19
Nov 14 22:07:05 PortableLM pacrunner[5981]: Terminating
Nov 14 22:07:05 PortableLM pacrunner[5981]: Exit
Nov 14 22:07:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:05 PortableLM pacrunner[5984]: PAC Runner version 0.19
Nov 14 22:07:05 PortableLM pacrunner[5984]: Terminating
Nov 14 22:07:05 PortableLM pacrunner[5984]: Exit
Nov 14 22:07:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:05 PortableLM pacrunner[5987]: PAC Runner version 0.19
Nov 14 22:07:05 PortableLM pacrunner[5987]: Terminating
Nov 14 22:07:05 PortableLM pacrunner[5987]: Exit
Nov 14 22:07:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:05 PortableLM pacrunner[5990]: PAC Runner version 0.19
Nov 14 22:07:05 PortableLM pacrunner[5990]: Terminating
Nov 14 22:07:05 PortableLM pacrunner[5990]: Exit
Nov 14 22:07:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:05 PortableLM pacrunner[5993]: PAC Runner version 0.19
Nov 14 22:07:05 PortableLM pacrunner[5993]: Terminating
Nov 14 22:07:05 PortableLM pacrunner[5993]: Exit
Nov 14 22:07:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:05 PortableLM pacrunner[5996]: PAC Runner version 0.19
Nov 14 22:07:05 PortableLM pacrunner[5996]: Terminating
Nov 14 22:07:05 PortableLM pacrunner[5996]: Exit
Nov 14 22:07:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:05 PortableLM pacrunner[5999]: PAC Runner version 0.19
Nov 14 22:07:05 PortableLM pacrunner[5999]: Terminating
Nov 14 22:07:05 PortableLM pacrunner[5999]: Exit
Nov 14 22:07:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:06 PortableLM pacrunner[6002]: PAC Runner version 0.19
Nov 14 22:07:06 PortableLM pacrunner[6002]: Terminating
Nov 14 22:07:06 PortableLM pacrunner[6002]: Exit
Nov 14 22:07:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:06 PortableLM pacrunner[6005]: PAC Runner version 0.19
Nov 14 22:07:06 PortableLM pacrunner[6005]: Terminating
Nov 14 22:07:06 PortableLM pacrunner[6005]: Exit
Nov 14 22:07:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:06 PortableLM pacrunner[6008]: PAC Runner version 0.19
Nov 14 22:07:06 PortableLM pacrunner[6008]: Terminating
Nov 14 22:07:06 PortableLM pacrunner[6008]: Exit
Nov 14 22:07:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:06 PortableLM pacrunner[6011]: PAC Runner version 0.19
Nov 14 22:07:06 PortableLM pacrunner[6011]: Terminating
Nov 14 22:07:06 PortableLM pacrunner[6011]: Exit
Nov 14 22:07:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:06 PortableLM pacrunner[6014]: PAC Runner version 0.19
Nov 14 22:07:06 PortableLM pacrunner[6014]: Terminating
Nov 14 22:07:06 PortableLM pacrunner[6014]: Exit
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:06 PortableLM pacrunner[6017]: PAC Runner version 0.19
Nov 14 22:07:06 PortableLM pacrunner[6017]: Terminating
Nov 14 22:07:06 PortableLM pacrunner[6017]: Exit
Nov 14 22:07:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:06 PortableLM pacrunner[6020]: PAC Runner version 0.19
Nov 14 22:07:06 PortableLM pacrunner[6020]: Terminating
Nov 14 22:07:06 PortableLM pacrunner[6020]: Exit
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:06 PortableLM pacrunner[6023]: PAC Runner version 0.19
Nov 14 22:07:06 PortableLM pacrunner[6023]: Terminating
Nov 14 22:07:06 PortableLM pacrunner[6023]: Exit
Nov 14 22:07:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:06 PortableLM pacrunner[6026]: PAC Runner version 0.19
Nov 14 22:07:06 PortableLM pacrunner[6026]: Terminating
Nov 14 22:07:06 PortableLM pacrunner[6026]: Exit
Nov 14 22:07:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:06 PortableLM pacrunner[6029]: PAC Runner version 0.19
Nov 14 22:07:06 PortableLM pacrunner[6029]: Terminating
Nov 14 22:07:06 PortableLM pacrunner[6029]: Exit
Nov 14 22:07:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:06 PortableLM pacrunner[6032]: PAC Runner version 0.19
Nov 14 22:07:06 PortableLM pacrunner[6032]: Terminating
Nov 14 22:07:06 PortableLM pacrunner[6032]: Exit
Nov 14 22:07:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6035]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6035]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6035]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6038]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6038]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6038]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6041]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6041]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6041]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6044]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6044]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6044]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6047]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6047]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6047]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6050]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6050]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6050]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6053]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6053]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6053]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6056]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6056]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6056]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6059]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6059]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6059]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6062]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6062]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6062]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6065]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6065]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6065]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:07 PortableLM pacrunner[6068]: PAC Runner version 0.19
Nov 14 22:07:07 PortableLM pacrunner[6068]: Terminating
Nov 14 22:07:07 PortableLM pacrunner[6068]: Exit
Nov 14 22:07:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6071]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6071]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6071]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6074]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6074]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6074]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6077]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6077]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6077]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6080]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6080]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6080]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6083]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6083]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6083]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6086]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6086]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6086]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6089]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6089]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6089]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6092]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6092]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6092]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6095]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6095]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6095]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6098]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6098]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6098]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6101]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6101]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6101]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6104]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6104]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6104]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6107]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6107]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6107]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:08 PortableLM pacrunner[6110]: PAC Runner version 0.19
Nov 14 22:07:08 PortableLM pacrunner[6110]: Terminating
Nov 14 22:07:08 PortableLM pacrunner[6110]: Exit
Nov 14 22:07:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6113]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6113]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6113]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6116]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6116]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6116]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6119]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6119]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6119]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6122]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6122]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6122]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6125]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6125]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6125]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6128]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6128]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6128]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6131]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6131]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6131]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6134]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6134]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6134]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6137]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6137]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6137]: Exit
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6140]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6140]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6140]: Exit
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6143]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6143]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6143]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6146]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6146]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6146]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6149]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6149]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6149]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:09 PortableLM pacrunner[6152]: PAC Runner version 0.19
Nov 14 22:07:09 PortableLM pacrunner[6152]: Terminating
Nov 14 22:07:09 PortableLM pacrunner[6152]: Exit
Nov 14 22:07:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:10 PortableLM pacrunner[6155]: PAC Runner version 0.19
Nov 14 22:07:10 PortableLM pacrunner[6155]: Terminating
Nov 14 22:07:10 PortableLM pacrunner[6155]: Exit
Nov 14 22:07:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:10 PortableLM pacrunner[6158]: PAC Runner version 0.19
Nov 14 22:07:10 PortableLM pacrunner[6158]: Terminating
Nov 14 22:07:10 PortableLM pacrunner[6158]: Exit
Nov 14 22:07:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:10 PortableLM pacrunner[6161]: PAC Runner version 0.19
Nov 14 22:07:10 PortableLM pacrunner[6161]: Terminating
Nov 14 22:07:10 PortableLM pacrunner[6161]: Exit
Nov 14 22:07:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:10 PortableLM pacrunner[6164]: PAC Runner version 0.19
Nov 14 22:07:10 PortableLM pacrunner[6164]: Terminating
Nov 14 22:07:10 PortableLM pacrunner[6164]: Exit
Nov 14 22:07:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:10 PortableLM pacrunner[6167]: PAC Runner version 0.19
Nov 14 22:07:10 PortableLM pacrunner[6167]: Terminating
Nov 14 22:07:10 PortableLM pacrunner[6167]: Exit
Nov 14 22:07:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:10 PortableLM pacrunner[6170]: PAC Runner version 0.19
Nov 14 22:07:10 PortableLM pacrunner[6170]: Terminating
Nov 14 22:07:10 PortableLM pacrunner[6170]: Exit
Nov 14 22:07:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:10 PortableLM pacrunner[6173]: PAC Runner version 0.19
Nov 14 22:07:10 PortableLM pacrunner[6173]: Terminating
Nov 14 22:07:10 PortableLM pacrunner[6173]: Exit
Nov 14 22:07:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:10 PortableLM pacrunner[6176]: PAC Runner version 0.19
Nov 14 22:07:10 PortableLM pacrunner[6176]: Terminating
Nov 14 22:07:10 PortableLM pacrunner[6176]: Exit
Nov 14 22:07:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:10 PortableLM pacrunner[6179]: PAC Runner version 0.19
Nov 14 22:07:10 PortableLM pacrunner[6179]: Terminating
Nov 14 22:07:10 PortableLM pacrunner[6179]: Exit
Nov 14 22:07:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:10 PortableLM pacrunner[6182]: PAC Runner version 0.19
Nov 14 22:07:10 PortableLM pacrunner[6182]: Terminating
Nov 14 22:07:10 PortableLM pacrunner[6182]: Exit
Nov 14 22:07:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:10 PortableLM pacrunner[6185]: PAC Runner version 0.19
Nov 14 22:07:10 PortableLM pacrunner[6185]: Terminating
Nov 14 22:07:10 PortableLM pacrunner[6185]: Exit
Nov 14 22:07:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:11 PortableLM pacrunner[6188]: PAC Runner version 0.19
Nov 14 22:07:11 PortableLM pacrunner[6188]: Terminating
Nov 14 22:07:11 PortableLM pacrunner[6188]: Exit
Nov 14 22:07:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:11 PortableLM pacrunner[6191]: PAC Runner version 0.19
Nov 14 22:07:11 PortableLM pacrunner[6191]: Terminating
Nov 14 22:07:11 PortableLM pacrunner[6191]: Exit
Nov 14 22:07:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:11 PortableLM pacrunner[6194]: PAC Runner version 0.19
Nov 14 22:07:11 PortableLM pacrunner[6194]: Terminating
Nov 14 22:07:11 PortableLM pacrunner[6194]: Exit
Nov 14 22:07:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:11 PortableLM pacrunner[6197]: PAC Runner version 0.19
Nov 14 22:07:11 PortableLM pacrunner[6197]: Terminating
Nov 14 22:07:11 PortableLM pacrunner[6197]: Exit
Nov 14 22:07:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:11 PortableLM pacrunner[6200]: PAC Runner version 0.19
Nov 14 22:07:11 PortableLM pacrunner[6200]: Terminating
Nov 14 22:07:11 PortableLM pacrunner[6200]: Exit
Nov 14 22:07:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:11 PortableLM pacrunner[6203]: PAC Runner version 0.19
Nov 14 22:07:11 PortableLM pacrunner[6203]: Terminating
Nov 14 22:07:11 PortableLM pacrunner[6203]: Exit
Nov 14 22:07:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:11 PortableLM pacrunner[6206]: PAC Runner version 0.19
Nov 14 22:07:11 PortableLM pacrunner[6206]: Terminating
Nov 14 22:07:11 PortableLM pacrunner[6206]: Exit
Nov 14 22:07:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:11 PortableLM pacrunner[6209]: PAC Runner version 0.19
Nov 14 22:07:11 PortableLM pacrunner[6209]: Terminating
Nov 14 22:07:11 PortableLM pacrunner[6209]: Exit
Nov 14 22:07:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:11 PortableLM pacrunner[6212]: PAC Runner version 0.19
Nov 14 22:07:11 PortableLM pacrunner[6212]: Terminating
Nov 14 22:07:11 PortableLM pacrunner[6212]: Exit
Nov 14 22:07:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:11 PortableLM pacrunner[6215]: PAC Runner version 0.19
Nov 14 22:07:11 PortableLM pacrunner[6215]: Terminating
Nov 14 22:07:11 PortableLM pacrunner[6215]: Exit
Nov 14 22:07:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:11 PortableLM pacrunner[6218]: PAC Runner version 0.19
Nov 14 22:07:11 PortableLM pacrunner[6218]: Terminating
Nov 14 22:07:11 PortableLM pacrunner[6218]: Exit
Nov 14 22:07:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6221]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6221]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6221]: Exit
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6224]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6224]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6224]: Exit
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6227]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6227]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6227]: Exit
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6230]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6230]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6230]: Exit
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6233]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6233]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6233]: Exit
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6236]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6236]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6236]: Exit
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6239]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6239]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6239]: Exit
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6242]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6242]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6242]: Exit
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6245]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6245]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6245]: Exit
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6248]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6248]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6248]: Exit
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6251]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6251]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6251]: Exit
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:12 PortableLM pacrunner[6254]: PAC Runner version 0.19
Nov 14 22:07:12 PortableLM pacrunner[6254]: Terminating
Nov 14 22:07:12 PortableLM pacrunner[6254]: Exit
Nov 14 22:07:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6257]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6257]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6257]: Exit
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6260]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6260]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6260]: Exit
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6263]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6263]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6263]: Exit
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6266]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6266]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6266]: Exit
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6269]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6269]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6269]: Exit
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6272]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6272]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6272]: Exit
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6275]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6275]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6275]: Exit
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6278]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6278]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6278]: Exit
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6281]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6281]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6281]: Exit
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6284]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6284]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6284]: Exit
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6287]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6287]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6287]: Exit
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:13 PortableLM pacrunner[6290]: PAC Runner version 0.19
Nov 14 22:07:13 PortableLM pacrunner[6290]: Terminating
Nov 14 22:07:13 PortableLM pacrunner[6290]: Exit
Nov 14 22:07:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6293]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6293]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6293]: Exit
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6296]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6296]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6296]: Exit
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6299]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6299]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6299]: Exit
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6302]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6302]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6302]: Exit
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6305]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6305]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6305]: Exit
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6308]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6308]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6308]: Exit
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6311]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6311]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6311]: Exit
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6314]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6314]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6314]: Exit
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6317]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6317]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6317]: Exit
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6320]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6320]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6320]: Exit
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6323]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6323]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6323]: Exit
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6326]: PAC Runner version 0.19
Nov 14 22:07:14 PortableLM pacrunner[6326]: Terminating
Nov 14 22:07:14 PortableLM pacrunner[6326]: Exit
Nov 14 22:07:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:14 PortableLM pacrunner[6329]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6329]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6329]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6332]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6332]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6332]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6335]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6335]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6335]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6338]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6338]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6338]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6341]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6341]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6341]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6344]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6344]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6344]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6347]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6347]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6347]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6350]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6350]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6350]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6353]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6353]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6353]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6356]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6356]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6356]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6359]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6359]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6359]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6362]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6362]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6362]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6365]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6365]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6365]: Exit
Nov 14 22:07:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:15 PortableLM pacrunner[6368]: PAC Runner version 0.19
Nov 14 22:07:15 PortableLM pacrunner[6368]: Terminating
Nov 14 22:07:15 PortableLM pacrunner[6368]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6371]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6371]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6371]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6374]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6374]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6374]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6377]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6377]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6377]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6380]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6380]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6380]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6383]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6383]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6383]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6386]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6386]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6386]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6389]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6389]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6389]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6392]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6392]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6392]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6395]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6395]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6395]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6398]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6398]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6398]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6401]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6401]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6401]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:16 PortableLM pacrunner[6404]: PAC Runner version 0.19
Nov 14 22:07:16 PortableLM pacrunner[6404]: Terminating
Nov 14 22:07:16 PortableLM pacrunner[6404]: Exit
Nov 14 22:07:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6407]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6407]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6407]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6410]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6410]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6410]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6413]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6413]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6413]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6416]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6416]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6416]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6419]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6419]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6419]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6422]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6422]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6422]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6425]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6425]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6425]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6428]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6428]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6428]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6431]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6431]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6431]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6434]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6434]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6434]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6437]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6437]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6437]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6440]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6440]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6440]: Exit
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6443]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6443]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6443]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:17 PortableLM pacrunner[6446]: PAC Runner version 0.19
Nov 14 22:07:17 PortableLM pacrunner[6446]: Terminating
Nov 14 22:07:17 PortableLM pacrunner[6446]: Exit
Nov 14 22:07:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6449]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6449]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6449]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6452]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6452]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6452]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6455]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6455]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6455]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6458]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6458]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6458]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6461]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6461]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6461]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6464]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6464]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6464]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6467]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6467]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6467]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6470]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6470]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6470]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6473]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6473]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6473]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6476]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6476]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6476]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6479]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6479]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6479]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:18 PortableLM pacrunner[6482]: PAC Runner version 0.19
Nov 14 22:07:18 PortableLM pacrunner[6482]: Terminating
Nov 14 22:07:18 PortableLM pacrunner[6482]: Exit
Nov 14 22:07:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6485]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6485]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6485]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6488]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6488]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6488]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6491]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6491]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6491]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6494]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6494]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6494]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6497]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6497]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6497]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6500]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6500]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6500]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6503]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6503]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6503]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6506]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6506]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6506]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6509]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6509]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6509]: Exit
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6512]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6512]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6512]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6515]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6515]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6515]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6518]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6518]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6518]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:19 PortableLM pacrunner[6521]: PAC Runner version 0.19
Nov 14 22:07:19 PortableLM pacrunner[6521]: Terminating
Nov 14 22:07:19 PortableLM pacrunner[6521]: Exit
Nov 14 22:07:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6524]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6524]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6524]: Exit
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6527]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6527]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6527]: Exit
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6530]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6530]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6530]: Exit
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6533]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6533]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6533]: Exit
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6536]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6536]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6536]: Exit
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6539]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6539]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6539]: Exit
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6542]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6542]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6542]: Exit
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6545]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6545]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6545]: Exit
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6548]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6548]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6548]: Exit
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6551]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6551]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6551]: Exit
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6554]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6554]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6554]: Exit
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:20 PortableLM pacrunner[6557]: PAC Runner version 0.19
Nov 14 22:07:20 PortableLM pacrunner[6557]: Terminating
Nov 14 22:07:20 PortableLM pacrunner[6557]: Exit
Nov 14 22:07:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6560]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6560]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6560]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6563]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6563]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6563]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6566]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6566]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6566]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6569]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6569]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6569]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6572]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6572]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6572]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6575]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6575]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6575]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6578]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6578]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6578]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6581]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6581]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6581]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6584]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6584]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6584]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6587]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6587]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6587]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6590]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6590]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6590]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:21 PortableLM pacrunner[6593]: PAC Runner version 0.19
Nov 14 22:07:21 PortableLM pacrunner[6593]: Terminating
Nov 14 22:07:21 PortableLM pacrunner[6593]: Exit
Nov 14 22:07:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6596]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6596]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6596]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6599]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6599]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6599]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6602]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6602]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6602]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6605]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6605]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6605]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6608]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6608]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6608]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6611]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6611]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6611]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6614]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6614]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6614]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6617]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6617]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6617]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6620]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6620]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6620]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6623]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6623]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6623]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6626]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6626]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6626]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:22 PortableLM pacrunner[6629]: PAC Runner version 0.19
Nov 14 22:07:22 PortableLM pacrunner[6629]: Terminating
Nov 14 22:07:22 PortableLM pacrunner[6629]: Exit
Nov 14 22:07:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6632]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6632]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6632]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6635]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6635]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6635]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6638]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6638]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6638]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6641]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6641]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6641]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6644]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6644]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6644]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6647]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6647]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6647]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6650]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6650]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6650]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6653]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6653]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6653]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6656]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6656]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6656]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6659]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6659]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6659]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6662]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6662]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6662]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:23 PortableLM pacrunner[6665]: PAC Runner version 0.19
Nov 14 22:07:23 PortableLM pacrunner[6665]: Terminating
Nov 14 22:07:23 PortableLM pacrunner[6665]: Exit
Nov 14 22:07:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:24 PortableLM pacrunner[6668]: PAC Runner version 0.19
Nov 14 22:07:24 PortableLM pacrunner[6668]: Terminating
Nov 14 22:07:24 PortableLM pacrunner[6668]: Exit
Nov 14 22:07:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:24 PortableLM pacrunner[6671]: PAC Runner version 0.19
Nov 14 22:07:24 PortableLM pacrunner[6671]: Terminating
Nov 14 22:07:24 PortableLM pacrunner[6671]: Exit
Nov 14 22:07:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:24 PortableLM pacrunner[6674]: PAC Runner version 0.19
Nov 14 22:07:24 PortableLM pacrunner[6674]: Terminating
Nov 14 22:07:24 PortableLM pacrunner[6674]: Exit
Nov 14 22:07:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:24 PortableLM pacrunner[6677]: PAC Runner version 0.19
Nov 14 22:07:24 PortableLM pacrunner[6677]: Terminating
Nov 14 22:07:24 PortableLM pacrunner[6677]: Exit
Nov 14 22:07:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:24 PortableLM pacrunner[6680]: PAC Runner version 0.19
Nov 14 22:07:24 PortableLM pacrunner[6680]: Terminating
Nov 14 22:07:24 PortableLM pacrunner[6680]: Exit
Nov 14 22:07:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:24 PortableLM pacrunner[6683]: PAC Runner version 0.19
Nov 14 22:07:24 PortableLM pacrunner[6683]: Terminating
Nov 14 22:07:24 PortableLM pacrunner[6683]: Exit
Nov 14 22:07:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:24 PortableLM pacrunner[6686]: PAC Runner version 0.19
Nov 14 22:07:24 PortableLM pacrunner[6686]: Terminating
Nov 14 22:07:24 PortableLM pacrunner[6686]: Exit
Nov 14 22:07:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:24 PortableLM pacrunner[6689]: PAC Runner version 0.19
Nov 14 22:07:24 PortableLM pacrunner[6689]: Terminating
Nov 14 22:07:24 PortableLM pacrunner[6689]: Exit
Nov 14 22:07:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:24 PortableLM pacrunner[6692]: PAC Runner version 0.19
Nov 14 22:07:24 PortableLM pacrunner[6692]: Terminating
Nov 14 22:07:24 PortableLM pacrunner[6692]: Exit
Nov 14 22:07:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:24 PortableLM pacrunner[6695]: PAC Runner version 0.19
Nov 14 22:07:24 PortableLM pacrunner[6695]: Terminating
Nov 14 22:07:24 PortableLM pacrunner[6695]: Exit
Nov 14 22:07:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:24 PortableLM pacrunner[6698]: PAC Runner version 0.19
Nov 14 22:07:24 PortableLM pacrunner[6698]: Terminating
Nov 14 22:07:24 PortableLM pacrunner[6698]: Exit
Nov 14 22:07:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6701]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6701]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6701]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6704]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6704]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6704]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6707]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6707]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6707]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6710]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6710]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6710]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6713]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6713]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6713]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6716]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6716]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6716]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6719]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6719]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6719]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6722]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6722]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6722]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6725]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6725]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6725]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6728]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6728]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6728]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6731]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6731]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6731]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:25 PortableLM pacrunner[6734]: PAC Runner version 0.19
Nov 14 22:07:25 PortableLM pacrunner[6734]: Terminating
Nov 14 22:07:25 PortableLM pacrunner[6734]: Exit
Nov 14 22:07:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:26 PortableLM pacrunner[6737]: PAC Runner version 0.19
Nov 14 22:07:26 PortableLM pacrunner[6737]: Terminating
Nov 14 22:07:26 PortableLM pacrunner[6737]: Exit
Nov 14 22:07:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:26 PortableLM pacrunner[6740]: PAC Runner version 0.19
Nov 14 22:07:26 PortableLM pacrunner[6740]: Terminating
Nov 14 22:07:26 PortableLM pacrunner[6740]: Exit
Nov 14 22:07:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:26 PortableLM pacrunner[6743]: PAC Runner version 0.19
Nov 14 22:07:26 PortableLM pacrunner[6743]: Terminating
Nov 14 22:07:26 PortableLM pacrunner[6743]: Exit
Nov 14 22:07:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:26 PortableLM pacrunner[6746]: PAC Runner version 0.19
Nov 14 22:07:26 PortableLM pacrunner[6746]: Terminating
Nov 14 22:07:26 PortableLM pacrunner[6746]: Exit
Nov 14 22:07:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:26 PortableLM pacrunner[6749]: PAC Runner version 0.19
Nov 14 22:07:26 PortableLM pacrunner[6749]: Terminating
Nov 14 22:07:26 PortableLM pacrunner[6749]: Exit
Nov 14 22:07:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:26 PortableLM pacrunner[6752]: PAC Runner version 0.19
Nov 14 22:07:26 PortableLM pacrunner[6752]: Terminating
Nov 14 22:07:26 PortableLM pacrunner[6752]: Exit
Nov 14 22:07:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:26 PortableLM pacrunner[6755]: PAC Runner version 0.19
Nov 14 22:07:26 PortableLM pacrunner[6755]: Terminating
Nov 14 22:07:26 PortableLM pacrunner[6755]: Exit
Nov 14 22:07:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:26 PortableLM pacrunner[6758]: PAC Runner version 0.19
Nov 14 22:07:26 PortableLM pacrunner[6758]: Terminating
Nov 14 22:07:26 PortableLM pacrunner[6758]: Exit
Nov 14 22:07:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:26 PortableLM pacrunner[6761]: PAC Runner version 0.19
Nov 14 22:07:26 PortableLM pacrunner[6761]: Terminating
Nov 14 22:07:26 PortableLM pacrunner[6761]: Exit
Nov 14 22:07:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:26 PortableLM pacrunner[6764]: PAC Runner version 0.19
Nov 14 22:07:26 PortableLM pacrunner[6764]: Terminating
Nov 14 22:07:26 PortableLM pacrunner[6764]: Exit
Nov 14 22:07:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:26 PortableLM pacrunner[6767]: PAC Runner version 0.19
Nov 14 22:07:26 PortableLM pacrunner[6767]: Terminating
Nov 14 22:07:26 PortableLM pacrunner[6767]: Exit
Nov 14 22:07:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6770]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6770]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6770]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6773]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6773]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6773]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6776]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6776]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6776]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6779]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6779]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6779]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6782]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6782]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6782]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6785]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6785]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6785]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6788]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6788]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6788]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6791]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6791]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6791]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6794]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6794]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6794]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6797]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6797]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6797]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6800]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6800]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6800]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6803]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6803]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6803]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:27 PortableLM pacrunner[6806]: PAC Runner version 0.19
Nov 14 22:07:27 PortableLM pacrunner[6806]: Terminating
Nov 14 22:07:27 PortableLM pacrunner[6806]: Exit
Nov 14 22:07:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6809]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6809]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6809]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6812]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6812]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6812]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6815]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6815]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6815]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6818]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6818]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6818]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6821]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6821]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6821]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6824]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6824]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6824]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6827]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6827]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6827]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6830]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6830]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6830]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6833]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6833]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6833]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6836]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6836]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6836]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6839]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6839]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6839]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6842]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6842]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6842]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:28 PortableLM pacrunner[6845]: PAC Runner version 0.19
Nov 14 22:07:28 PortableLM pacrunner[6845]: Terminating
Nov 14 22:07:28 PortableLM pacrunner[6845]: Exit
Nov 14 22:07:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:29 PortableLM pacrunner[6848]: PAC Runner version 0.19
Nov 14 22:07:29 PortableLM pacrunner[6848]: Terminating
Nov 14 22:07:29 PortableLM pacrunner[6848]: Exit
Nov 14 22:07:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:29 PortableLM pacrunner[6851]: PAC Runner version 0.19
Nov 14 22:07:29 PortableLM pacrunner[6851]: Terminating
Nov 14 22:07:29 PortableLM pacrunner[6851]: Exit
Nov 14 22:07:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:29 PortableLM pacrunner[6854]: PAC Runner version 0.19
Nov 14 22:07:29 PortableLM pacrunner[6854]: Terminating
Nov 14 22:07:29 PortableLM pacrunner[6854]: Exit
Nov 14 22:07:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:29 PortableLM pacrunner[6857]: PAC Runner version 0.19
Nov 14 22:07:29 PortableLM pacrunner[6857]: Terminating
Nov 14 22:07:29 PortableLM pacrunner[6857]: Exit
Nov 14 22:07:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:29 PortableLM pacrunner[6860]: PAC Runner version 0.19
Nov 14 22:07:29 PortableLM pacrunner[6860]: Terminating
Nov 14 22:07:29 PortableLM pacrunner[6860]: Exit
Nov 14 22:07:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:29 PortableLM pacrunner[6863]: PAC Runner version 0.19
Nov 14 22:07:29 PortableLM pacrunner[6863]: Terminating
Nov 14 22:07:29 PortableLM pacrunner[6863]: Exit
Nov 14 22:07:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:29 PortableLM pacrunner[6866]: PAC Runner version 0.19
Nov 14 22:07:29 PortableLM pacrunner[6866]: Terminating
Nov 14 22:07:29 PortableLM pacrunner[6866]: Exit
Nov 14 22:07:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:29 PortableLM pacrunner[6869]: PAC Runner version 0.19
Nov 14 22:07:29 PortableLM pacrunner[6869]: Terminating
Nov 14 22:07:29 PortableLM pacrunner[6869]: Exit
Nov 14 22:07:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:29 PortableLM pacrunner[6872]: PAC Runner version 0.19
Nov 14 22:07:29 PortableLM pacrunner[6872]: Terminating
Nov 14 22:07:29 PortableLM pacrunner[6872]: Exit
Nov 14 22:07:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:29 PortableLM pacrunner[6875]: PAC Runner version 0.19
Nov 14 22:07:29 PortableLM pacrunner[6875]: Terminating
Nov 14 22:07:29 PortableLM pacrunner[6875]: Exit
Nov 14 22:07:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:29 PortableLM pacrunner[6878]: PAC Runner version 0.19
Nov 14 22:07:30 PortableLM pacrunner[6878]: Terminating
Nov 14 22:07:30 PortableLM pacrunner[6878]: Exit
Nov 14 22:07:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:30 PortableLM pacrunner[6881]: PAC Runner version 0.19
Nov 14 22:07:30 PortableLM pacrunner[6881]: Terminating
Nov 14 22:07:30 PortableLM pacrunner[6881]: Exit
Nov 14 22:07:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:30 PortableLM pacrunner[6884]: PAC Runner version 0.19
Nov 14 22:07:30 PortableLM pacrunner[6884]: Terminating
Nov 14 22:07:30 PortableLM pacrunner[6884]: Exit
Nov 14 22:07:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:30 PortableLM pacrunner[6887]: PAC Runner version 0.19
Nov 14 22:07:30 PortableLM pacrunner[6887]: Terminating
Nov 14 22:07:30 PortableLM pacrunner[6887]: Exit
Nov 14 22:07:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:30 PortableLM pacrunner[6890]: PAC Runner version 0.19
Nov 14 22:07:30 PortableLM pacrunner[6890]: Terminating
Nov 14 22:07:30 PortableLM pacrunner[6890]: Exit
Nov 14 22:07:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:30 PortableLM pacrunner[6893]: PAC Runner version 0.19
Nov 14 22:07:30 PortableLM pacrunner[6893]: Terminating
Nov 14 22:07:30 PortableLM pacrunner[6893]: Exit
Nov 14 22:07:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:30 PortableLM pacrunner[6896]: PAC Runner version 0.19
Nov 14 22:07:30 PortableLM pacrunner[6896]: Terminating
Nov 14 22:07:30 PortableLM pacrunner[6896]: Exit
Nov 14 22:07:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:30 PortableLM pacrunner[6899]: PAC Runner version 0.19
Nov 14 22:07:30 PortableLM pacrunner[6899]: Terminating
Nov 14 22:07:30 PortableLM pacrunner[6899]: Exit
Nov 14 22:07:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:30 PortableLM pacrunner[6902]: PAC Runner version 0.19
Nov 14 22:07:30 PortableLM pacrunner[6902]: Terminating
Nov 14 22:07:30 PortableLM pacrunner[6902]: Exit
Nov 14 22:07:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:30 PortableLM pacrunner[6905]: PAC Runner version 0.19
Nov 14 22:07:30 PortableLM pacrunner[6905]: Terminating
Nov 14 22:07:30 PortableLM pacrunner[6905]: Exit
Nov 14 22:07:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:30 PortableLM pacrunner[6908]: PAC Runner version 0.19
Nov 14 22:07:30 PortableLM pacrunner[6908]: Terminating
Nov 14 22:07:30 PortableLM pacrunner[6908]: Exit
Nov 14 22:07:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:31 PortableLM pacrunner[6911]: PAC Runner version 0.19
Nov 14 22:07:31 PortableLM pacrunner[6911]: Terminating
Nov 14 22:07:31 PortableLM pacrunner[6911]: Exit
Nov 14 22:07:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:31 PortableLM pacrunner[6914]: PAC Runner version 0.19
Nov 14 22:07:31 PortableLM pacrunner[6914]: Terminating
Nov 14 22:07:31 PortableLM pacrunner[6914]: Exit
Nov 14 22:07:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:31 PortableLM pacrunner[6917]: PAC Runner version 0.19
Nov 14 22:07:31 PortableLM pacrunner[6917]: Terminating
Nov 14 22:07:31 PortableLM pacrunner[6917]: Exit
Nov 14 22:07:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:31 PortableLM pacrunner[6920]: PAC Runner version 0.19
Nov 14 22:07:31 PortableLM pacrunner[6920]: Terminating
Nov 14 22:07:31 PortableLM pacrunner[6920]: Exit
Nov 14 22:07:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:31 PortableLM pacrunner[6923]: PAC Runner version 0.19
Nov 14 22:07:31 PortableLM pacrunner[6923]: Terminating
Nov 14 22:07:31 PortableLM pacrunner[6923]: Exit
Nov 14 22:07:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:31 PortableLM pacrunner[6926]: PAC Runner version 0.19
Nov 14 22:07:31 PortableLM pacrunner[6926]: Terminating
Nov 14 22:07:31 PortableLM pacrunner[6926]: Exit
Nov 14 22:07:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:31 PortableLM pacrunner[6929]: PAC Runner version 0.19
Nov 14 22:07:31 PortableLM pacrunner[6929]: Terminating
Nov 14 22:07:31 PortableLM pacrunner[6929]: Exit
Nov 14 22:07:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:31 PortableLM pacrunner[6932]: PAC Runner version 0.19
Nov 14 22:07:31 PortableLM pacrunner[6932]: Terminating
Nov 14 22:07:31 PortableLM pacrunner[6932]: Exit
Nov 14 22:07:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:31 PortableLM pacrunner[6935]: PAC Runner version 0.19
Nov 14 22:07:31 PortableLM pacrunner[6935]: Terminating
Nov 14 22:07:31 PortableLM pacrunner[6935]: Exit
Nov 14 22:07:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:31 PortableLM pacrunner[6938]: PAC Runner version 0.19
Nov 14 22:07:31 PortableLM pacrunner[6938]: Terminating
Nov 14 22:07:31 PortableLM pacrunner[6938]: Exit
Nov 14 22:07:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:31 PortableLM pacrunner[6941]: PAC Runner version 0.19
Nov 14 22:07:31 PortableLM pacrunner[6941]: Terminating
Nov 14 22:07:31 PortableLM pacrunner[6941]: Exit
Nov 14 22:07:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6944]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6944]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6944]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6947]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6947]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6947]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6950]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6950]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6950]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6953]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6953]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6953]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6956]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6956]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6956]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6959]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6959]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6959]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6962]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6962]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6962]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6965]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6965]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6965]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6968]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6968]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6968]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6971]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6971]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6971]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6974]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6974]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6974]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:32 PortableLM pacrunner[6977]: PAC Runner version 0.19
Nov 14 22:07:32 PortableLM pacrunner[6977]: Terminating
Nov 14 22:07:32 PortableLM pacrunner[6977]: Exit
Nov 14 22:07:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[6980]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[6980]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[6980]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[6983]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[6983]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[6983]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[6986]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[6986]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[6986]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[6989]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[6989]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[6989]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[6992]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[6992]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[6992]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[6995]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[6995]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[6995]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[6998]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[6998]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[6998]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[7001]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[7001]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[7001]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[7004]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[7004]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[7004]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[7007]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[7007]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[7007]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[7010]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[7010]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[7010]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:33 PortableLM pacrunner[7013]: PAC Runner version 0.19
Nov 14 22:07:33 PortableLM pacrunner[7013]: Terminating
Nov 14 22:07:33 PortableLM pacrunner[7013]: Exit
Nov 14 22:07:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7016]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7016]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7016]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7019]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7019]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7019]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7022]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7022]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7022]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7025]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7025]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7025]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7028]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7028]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7028]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7031]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7031]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7031]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7034]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7034]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7034]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7037]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7037]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7037]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7040]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7040]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7040]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7043]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7043]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7043]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7046]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7046]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7046]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:34 PortableLM pacrunner[7049]: PAC Runner version 0.19
Nov 14 22:07:34 PortableLM pacrunner[7049]: Terminating
Nov 14 22:07:34 PortableLM pacrunner[7049]: Exit
Nov 14 22:07:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7052]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7052]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7052]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7055]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7055]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7055]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7058]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7058]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7058]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7061]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7061]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7061]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7064]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7064]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7064]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7067]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7067]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7067]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7070]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7070]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7070]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7073]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7073]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7073]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7076]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7076]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7076]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7079]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7079]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7079]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7082]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7082]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7082]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:35 PortableLM pacrunner[7085]: PAC Runner version 0.19
Nov 14 22:07:35 PortableLM pacrunner[7085]: Terminating
Nov 14 22:07:35 PortableLM pacrunner[7085]: Exit
Nov 14 22:07:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7088]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7088]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7088]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7091]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7091]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7091]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7094]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7094]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7094]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7097]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7097]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7097]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7100]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7100]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7100]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7103]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7103]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7103]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7106]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7106]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7106]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7109]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7109]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7109]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7112]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7112]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7112]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7115]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7115]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7115]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7118]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7118]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7118]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7121]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7121]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7121]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:36 PortableLM pacrunner[7124]: PAC Runner version 0.19
Nov 14 22:07:36 PortableLM pacrunner[7124]: Terminating
Nov 14 22:07:36 PortableLM pacrunner[7124]: Exit
Nov 14 22:07:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7127]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7127]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7127]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7130]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7130]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7130]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7133]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7133]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7133]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7136]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7136]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7136]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7139]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7139]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7139]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7142]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7142]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7142]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7145]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7145]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7145]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7148]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7148]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7148]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7151]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7151]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7151]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7154]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7154]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7154]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7157]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7157]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7157]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7160]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7160]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7160]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:37 PortableLM pacrunner[7163]: PAC Runner version 0.19
Nov 14 22:07:37 PortableLM pacrunner[7163]: Terminating
Nov 14 22:07:37 PortableLM pacrunner[7163]: Exit
Nov 14 22:07:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7166]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7166]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7166]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7169]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7169]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7169]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7172]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7172]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7172]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7175]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7175]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7175]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7178]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7178]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7178]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7181]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7181]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7181]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7184]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7184]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7184]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7187]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7187]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7187]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7190]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7190]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7190]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7193]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7193]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7193]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7196]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7196]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7196]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:38 PortableLM pacrunner[7199]: PAC Runner version 0.19
Nov 14 22:07:38 PortableLM pacrunner[7199]: Terminating
Nov 14 22:07:38 PortableLM pacrunner[7199]: Exit
Nov 14 22:07:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7202]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7202]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7202]: Exit
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7205]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7205]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7205]: Exit
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7208]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7208]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7208]: Exit
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7211]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7211]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7211]: Exit
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7214]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7214]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7214]: Exit
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7217]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7217]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7217]: Exit
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7220]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7220]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7220]: Exit
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7223]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7223]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7223]: Exit
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7226]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7226]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7226]: Exit
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7229]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7229]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7229]: Exit
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7232]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7232]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7232]: Exit
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:39 PortableLM pacrunner[7235]: PAC Runner version 0.19
Nov 14 22:07:39 PortableLM pacrunner[7235]: Terminating
Nov 14 22:07:39 PortableLM pacrunner[7235]: Exit
Nov 14 22:07:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7238]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7238]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7238]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7241]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7241]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7241]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7244]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7244]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7244]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7247]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7247]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7247]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7250]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7250]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7250]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7253]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7253]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7253]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7256]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7256]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7256]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7259]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7259]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7259]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7262]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7262]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7262]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7265]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7265]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7265]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7268]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7268]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7268]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7271]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7271]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7271]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7274]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7274]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7274]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:40 PortableLM pacrunner[7277]: PAC Runner version 0.19
Nov 14 22:07:40 PortableLM pacrunner[7277]: Terminating
Nov 14 22:07:40 PortableLM pacrunner[7277]: Exit
Nov 14 22:07:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7280]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7280]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7280]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7283]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7283]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7283]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7286]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7286]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7286]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7289]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7289]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7289]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7292]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7292]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7292]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7295]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7295]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7295]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7298]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7298]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7298]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7301]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7301]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7301]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7304]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7304]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7304]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7307]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7307]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7307]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7310]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7310]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7310]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:41 PortableLM pacrunner[7313]: PAC Runner version 0.19
Nov 14 22:07:41 PortableLM pacrunner[7313]: Terminating
Nov 14 22:07:41 PortableLM pacrunner[7313]: Exit
Nov 14 22:07:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7316]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7316]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7316]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7319]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7319]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7319]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7322]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7322]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7322]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7325]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7325]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7325]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7328]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7328]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7328]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7331]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7331]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7331]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7334]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7334]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7334]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7337]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7337]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7337]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7340]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7340]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7340]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7343]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7343]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7343]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7346]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7346]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7346]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7349]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7349]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7349]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7352]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7352]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7352]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:42 PortableLM pacrunner[7355]: PAC Runner version 0.19
Nov 14 22:07:42 PortableLM pacrunner[7355]: Terminating
Nov 14 22:07:42 PortableLM pacrunner[7355]: Exit
Nov 14 22:07:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7358]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7358]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7358]: Exit
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7361]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7361]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7361]: Exit
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7364]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7364]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7364]: Exit
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7367]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7367]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7367]: Exit
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7370]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7370]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7370]: Exit
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7373]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7373]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7373]: Exit
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7376]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7376]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7376]: Exit
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7379]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7379]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7379]: Exit
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7382]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7382]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7382]: Exit
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7385]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7385]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7385]: Exit
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7388]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7388]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7388]: Exit
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:43 PortableLM pacrunner[7391]: PAC Runner version 0.19
Nov 14 22:07:43 PortableLM pacrunner[7391]: Terminating
Nov 14 22:07:43 PortableLM pacrunner[7391]: Exit
Nov 14 22:07:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7394]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7394]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7394]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7397]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7397]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7397]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7400]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7400]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7400]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7403]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7403]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7403]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7406]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7406]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7406]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7409]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7409]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7409]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7412]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7412]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7412]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7415]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7415]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7415]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7418]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7418]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7418]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7421]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7421]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7421]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7424]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7424]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7424]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7427]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7427]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7427]: Exit
Nov 14 22:07:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:44 PortableLM pacrunner[7430]: PAC Runner version 0.19
Nov 14 22:07:44 PortableLM pacrunner[7430]: Terminating
Nov 14 22:07:44 PortableLM pacrunner[7430]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:45 PortableLM pacrunner[7433]: PAC Runner version 0.19
Nov 14 22:07:45 PortableLM pacrunner[7433]: Terminating
Nov 14 22:07:45 PortableLM pacrunner[7433]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:45 PortableLM pacrunner[7436]: PAC Runner version 0.19
Nov 14 22:07:45 PortableLM pacrunner[7436]: Terminating
Nov 14 22:07:45 PortableLM pacrunner[7436]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:45 PortableLM pacrunner[7439]: PAC Runner version 0.19
Nov 14 22:07:45 PortableLM pacrunner[7439]: Terminating
Nov 14 22:07:45 PortableLM pacrunner[7439]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:45 PortableLM pacrunner[7442]: PAC Runner version 0.19
Nov 14 22:07:45 PortableLM pacrunner[7442]: Terminating
Nov 14 22:07:45 PortableLM pacrunner[7442]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:45 PortableLM pacrunner[7445]: PAC Runner version 0.19
Nov 14 22:07:45 PortableLM pacrunner[7445]: Terminating
Nov 14 22:07:45 PortableLM pacrunner[7445]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:45 PortableLM pacrunner[7448]: PAC Runner version 0.19
Nov 14 22:07:45 PortableLM pacrunner[7448]: Terminating
Nov 14 22:07:45 PortableLM pacrunner[7448]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:45 PortableLM pacrunner[7451]: PAC Runner version 0.19
Nov 14 22:07:45 PortableLM pacrunner[7451]: Terminating
Nov 14 22:07:45 PortableLM pacrunner[7451]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:45 PortableLM pacrunner[7454]: PAC Runner version 0.19
Nov 14 22:07:45 PortableLM pacrunner[7454]: Terminating
Nov 14 22:07:45 PortableLM pacrunner[7454]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:45 PortableLM pacrunner[7457]: PAC Runner version 0.19
Nov 14 22:07:45 PortableLM pacrunner[7457]: Terminating
Nov 14 22:07:45 PortableLM pacrunner[7457]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:45 PortableLM pacrunner[7460]: PAC Runner version 0.19
Nov 14 22:07:45 PortableLM pacrunner[7460]: Terminating
Nov 14 22:07:45 PortableLM pacrunner[7460]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:45 PortableLM pacrunner[7463]: PAC Runner version 0.19
Nov 14 22:07:45 PortableLM pacrunner[7463]: Terminating
Nov 14 22:07:45 PortableLM pacrunner[7463]: Exit
Nov 14 22:07:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7466]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7466]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7466]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7469]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7469]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7469]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7472]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7472]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7472]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7475]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7475]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7475]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7478]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7478]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7478]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7481]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7481]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7481]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7484]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7484]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7484]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7487]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7487]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7487]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7490]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7490]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7490]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7493]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7493]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7493]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7496]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7496]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7496]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:46 PortableLM pacrunner[7499]: PAC Runner version 0.19
Nov 14 22:07:46 PortableLM pacrunner[7499]: Terminating
Nov 14 22:07:46 PortableLM pacrunner[7499]: Exit
Nov 14 22:07:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:47 PortableLM pacrunner[7502]: PAC Runner version 0.19
Nov 14 22:07:47 PortableLM pacrunner[7502]: Terminating
Nov 14 22:07:47 PortableLM pacrunner[7502]: Exit
Nov 14 22:07:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:47 PortableLM pacrunner[7505]: PAC Runner version 0.19
Nov 14 22:07:47 PortableLM pacrunner[7505]: Terminating
Nov 14 22:07:47 PortableLM pacrunner[7505]: Exit
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:47 PortableLM pacrunner[7508]: PAC Runner version 0.19
Nov 14 22:07:47 PortableLM pacrunner[7508]: Terminating
Nov 14 22:07:47 PortableLM pacrunner[7508]: Exit
Nov 14 22:07:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:47 PortableLM pacrunner[7511]: PAC Runner version 0.19
Nov 14 22:07:47 PortableLM pacrunner[7511]: Terminating
Nov 14 22:07:47 PortableLM pacrunner[7511]: Exit
Nov 14 22:07:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:47 PortableLM pacrunner[7514]: PAC Runner version 0.19
Nov 14 22:07:47 PortableLM pacrunner[7514]: Terminating
Nov 14 22:07:47 PortableLM pacrunner[7514]: Exit
Nov 14 22:07:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:47 PortableLM pacrunner[7517]: PAC Runner version 0.19
Nov 14 22:07:47 PortableLM pacrunner[7517]: Terminating
Nov 14 22:07:47 PortableLM pacrunner[7517]: Exit
Nov 14 22:07:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:47 PortableLM pacrunner[7520]: PAC Runner version 0.19
Nov 14 22:07:47 PortableLM pacrunner[7520]: Terminating
Nov 14 22:07:47 PortableLM pacrunner[7520]: Exit
Nov 14 22:07:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:47 PortableLM pacrunner[7523]: PAC Runner version 0.19
Nov 14 22:07:47 PortableLM pacrunner[7523]: Terminating
Nov 14 22:07:47 PortableLM pacrunner[7523]: Exit
Nov 14 22:07:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:47 PortableLM pacrunner[7526]: PAC Runner version 0.19
Nov 14 22:07:47 PortableLM pacrunner[7526]: Terminating
Nov 14 22:07:47 PortableLM pacrunner[7526]: Exit
Nov 14 22:07:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:47 PortableLM pacrunner[7529]: PAC Runner version 0.19
Nov 14 22:07:47 PortableLM pacrunner[7529]: Terminating
Nov 14 22:07:47 PortableLM pacrunner[7529]: Exit
Nov 14 22:07:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:47 PortableLM pacrunner[7532]: PAC Runner version 0.19
Nov 14 22:07:47 PortableLM pacrunner[7532]: Terminating
Nov 14 22:07:47 PortableLM pacrunner[7532]: Exit
Nov 14 22:07:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7535]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7535]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7535]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7538]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7538]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7538]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7541]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7541]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7541]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7544]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7544]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7544]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7547]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7547]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7547]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7550]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7550]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7550]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7553]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7553]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7553]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7556]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7556]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7556]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7559]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7559]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7559]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7562]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7562]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7562]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7565]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7565]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7565]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:48 PortableLM pacrunner[7568]: PAC Runner version 0.19
Nov 14 22:07:48 PortableLM pacrunner[7568]: Terminating
Nov 14 22:07:48 PortableLM pacrunner[7568]: Exit
Nov 14 22:07:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7571]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7571]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7571]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7574]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7574]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7574]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7577]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7577]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7577]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7580]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7580]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7580]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7583]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7583]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7583]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7586]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7586]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7586]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7589]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7589]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7589]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7592]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7592]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7592]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7595]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7595]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7595]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7598]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7598]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7598]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7601]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7601]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7601]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:49 PortableLM pacrunner[7604]: PAC Runner version 0.19
Nov 14 22:07:49 PortableLM pacrunner[7604]: Terminating
Nov 14 22:07:49 PortableLM pacrunner[7604]: Exit
Nov 14 22:07:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7607]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7607]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7607]: Exit
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7610]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7610]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7610]: Exit
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7613]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7613]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7613]: Exit
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7616]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7616]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7616]: Exit
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7619]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7619]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7619]: Exit
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7622]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7622]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7622]: Exit
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7625]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7625]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7625]: Exit
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7628]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7628]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7628]: Exit
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7631]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7631]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7631]: Exit
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7634]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7634]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7634]: Exit
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7637]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7637]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7637]: Exit
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:50 PortableLM pacrunner[7640]: PAC Runner version 0.19
Nov 14 22:07:50 PortableLM pacrunner[7640]: Terminating
Nov 14 22:07:50 PortableLM pacrunner[7640]: Exit
Nov 14 22:07:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7643]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7643]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7643]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7646]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7646]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7646]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7649]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7649]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7649]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7652]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7652]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7652]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7655]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7655]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7655]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7658]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7658]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7658]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7661]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7661]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7661]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7664]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7664]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7664]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7667]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7667]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7667]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7670]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7670]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7670]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7673]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7673]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7673]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:51 PortableLM pacrunner[7676]: PAC Runner version 0.19
Nov 14 22:07:51 PortableLM pacrunner[7676]: Terminating
Nov 14 22:07:51 PortableLM pacrunner[7676]: Exit
Nov 14 22:07:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7679]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7679]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7679]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7682]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7682]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7682]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7685]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7685]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7685]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7688]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7688]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7688]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7691]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7691]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7691]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7694]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7694]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7694]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7697]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7697]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7697]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7700]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7700]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7700]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7703]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7703]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7703]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7706]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7706]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7706]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7709]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7709]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7709]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:52 PortableLM pacrunner[7712]: PAC Runner version 0.19
Nov 14 22:07:52 PortableLM pacrunner[7712]: Terminating
Nov 14 22:07:52 PortableLM pacrunner[7712]: Exit
Nov 14 22:07:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:53 PortableLM pacrunner[7715]: PAC Runner version 0.19
Nov 14 22:07:53 PortableLM pacrunner[7715]: Terminating
Nov 14 22:07:53 PortableLM pacrunner[7715]: Exit
Nov 14 22:07:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:53 PortableLM pacrunner[7718]: PAC Runner version 0.19
Nov 14 22:07:53 PortableLM pacrunner[7718]: Terminating
Nov 14 22:07:53 PortableLM pacrunner[7718]: Exit
Nov 14 22:07:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:53 PortableLM pacrunner[7721]: PAC Runner version 0.19
Nov 14 22:07:53 PortableLM pacrunner[7721]: Terminating
Nov 14 22:07:53 PortableLM pacrunner[7721]: Exit
Nov 14 22:07:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:53 PortableLM pacrunner[7724]: PAC Runner version 0.19
Nov 14 22:07:53 PortableLM pacrunner[7724]: Terminating
Nov 14 22:07:53 PortableLM pacrunner[7724]: Exit
Nov 14 22:07:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:53 PortableLM pacrunner[7727]: PAC Runner version 0.19
Nov 14 22:07:53 PortableLM pacrunner[7727]: Terminating
Nov 14 22:07:53 PortableLM pacrunner[7727]: Exit
Nov 14 22:07:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:53 PortableLM pacrunner[7730]: PAC Runner version 0.19
Nov 14 22:07:53 PortableLM pacrunner[7730]: Terminating
Nov 14 22:07:53 PortableLM pacrunner[7730]: Exit
Nov 14 22:07:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:53 PortableLM pacrunner[7733]: PAC Runner version 0.19
Nov 14 22:07:53 PortableLM pacrunner[7733]: Terminating
Nov 14 22:07:53 PortableLM pacrunner[7733]: Exit
Nov 14 22:07:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:53 PortableLM pacrunner[7736]: PAC Runner version 0.19
Nov 14 22:07:53 PortableLM pacrunner[7736]: Terminating
Nov 14 22:07:53 PortableLM pacrunner[7736]: Exit
Nov 14 22:07:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:53 PortableLM pacrunner[7739]: PAC Runner version 0.19
Nov 14 22:07:53 PortableLM pacrunner[7739]: Terminating
Nov 14 22:07:53 PortableLM pacrunner[7739]: Exit
Nov 14 22:07:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:53 PortableLM pacrunner[7742]: PAC Runner version 0.19
Nov 14 22:07:53 PortableLM pacrunner[7742]: Terminating
Nov 14 22:07:53 PortableLM pacrunner[7742]: Exit
Nov 14 22:07:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:53 PortableLM pacrunner[7745]: PAC Runner version 0.19
Nov 14 22:07:53 PortableLM pacrunner[7745]: Terminating
Nov 14 22:07:53 PortableLM pacrunner[7745]: Exit
Nov 14 22:07:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7748]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7748]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7748]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7751]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7751]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7751]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7754]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7754]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7754]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7757]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7757]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7757]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7760]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7760]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7760]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7763]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7763]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7763]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7766]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7766]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7766]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7769]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7769]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7769]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7772]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7772]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7772]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7775]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7775]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7775]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7778]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7778]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7778]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:54 PortableLM pacrunner[7781]: PAC Runner version 0.19
Nov 14 22:07:54 PortableLM pacrunner[7781]: Terminating
Nov 14 22:07:54 PortableLM pacrunner[7781]: Exit
Nov 14 22:07:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7784]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7784]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7784]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7787]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7787]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7787]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7790]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7790]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7790]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7793]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7793]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7793]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7796]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7796]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7796]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7799]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7799]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7799]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7802]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7802]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7802]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7805]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7805]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7805]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7808]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7808]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7808]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7811]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7811]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7811]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7814]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7814]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7814]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:55 PortableLM pacrunner[7817]: PAC Runner version 0.19
Nov 14 22:07:55 PortableLM pacrunner[7817]: Terminating
Nov 14 22:07:55 PortableLM pacrunner[7817]: Exit
Nov 14 22:07:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7820]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7820]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7820]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7823]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7823]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7823]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7826]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7826]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7826]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7829]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7829]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7829]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7832]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7832]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7832]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7835]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7835]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7835]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7838]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7838]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7838]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7841]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7841]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7841]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7844]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7844]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7844]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7847]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7847]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7847]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7850]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7850]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7850]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:56 PortableLM pacrunner[7853]: PAC Runner version 0.19
Nov 14 22:07:56 PortableLM pacrunner[7853]: Terminating
Nov 14 22:07:56 PortableLM pacrunner[7853]: Exit
Nov 14 22:07:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7856]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7856]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7856]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7859]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7859]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7859]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7862]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7862]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7862]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7865]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7865]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7865]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7868]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7868]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7868]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7871]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7871]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7871]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7874]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7874]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7874]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7877]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7877]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7877]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7880]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7880]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7880]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7883]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7883]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7883]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7886]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7886]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7886]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:57 PortableLM pacrunner[7889]: PAC Runner version 0.19
Nov 14 22:07:57 PortableLM pacrunner[7889]: Terminating
Nov 14 22:07:57 PortableLM pacrunner[7889]: Exit
Nov 14 22:07:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7892]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7892]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7892]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7895]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7895]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7895]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7898]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7898]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7898]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7901]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7901]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7901]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7904]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7904]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7904]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7907]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7907]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7907]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7910]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7910]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7910]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7913]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7913]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7913]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7916]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7916]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7916]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7919]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7919]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7919]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7922]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7922]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7922]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7925]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7925]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7925]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:58 PortableLM pacrunner[7928]: PAC Runner version 0.19
Nov 14 22:07:58 PortableLM pacrunner[7928]: Terminating
Nov 14 22:07:58 PortableLM pacrunner[7928]: Exit
Nov 14 22:07:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7931]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7931]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7931]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7934]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7934]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7934]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7937]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7937]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7937]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7940]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7940]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7940]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7943]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7943]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7943]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7946]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7946]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7946]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7949]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7949]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7949]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7952]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7952]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7952]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7955]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7955]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7955]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7958]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7958]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7958]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7961]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7961]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7961]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:07:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:07:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:07:59 PortableLM pacrunner[7964]: PAC Runner version 0.19
Nov 14 22:07:59 PortableLM pacrunner[7964]: Terminating
Nov 14 22:07:59 PortableLM pacrunner[7964]: Exit
Nov 14 22:07:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:07:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[7967]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[7967]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[7967]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[7970]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[7970]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[7970]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[7973]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[7973]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[7973]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[7976]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[7976]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[7976]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[7979]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[7979]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[7979]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[7982]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[7982]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[7982]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[7985]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[7985]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[7985]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[7988]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[7988]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[7988]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[7991]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[7991]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[7991]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[7994]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[7994]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[7994]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[7997]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[7997]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[7997]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:00 PortableLM pacrunner[8000]: PAC Runner version 0.19
Nov 14 22:08:00 PortableLM pacrunner[8000]: Terminating
Nov 14 22:08:00 PortableLM pacrunner[8000]: Exit
Nov 14 22:08:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8003]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8003]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8003]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8006]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8006]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8006]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8009]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8009]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8009]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8012]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8012]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8012]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8015]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8015]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8015]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8018]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8018]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8018]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8021]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8021]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8021]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8024]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8024]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8024]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8027]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8027]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8027]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8030]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8030]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8030]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8033]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8033]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8033]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8036]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8036]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8036]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:01 PortableLM pacrunner[8039]: PAC Runner version 0.19
Nov 14 22:08:01 PortableLM pacrunner[8039]: Terminating
Nov 14 22:08:01 PortableLM pacrunner[8039]: Exit
Nov 14 22:08:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8042]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8042]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8042]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8045]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8045]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8045]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8048]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8048]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8048]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8051]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8051]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8051]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8054]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8054]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8054]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8057]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8057]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8057]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8060]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8060]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8060]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8063]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8063]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8063]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8066]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8066]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8066]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8069]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8069]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8069]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8072]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8072]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8072]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8075]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8075]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8075]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:02 PortableLM pacrunner[8078]: PAC Runner version 0.19
Nov 14 22:08:02 PortableLM pacrunner[8078]: Terminating
Nov 14 22:08:02 PortableLM pacrunner[8078]: Exit
Nov 14 22:08:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8081]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8081]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8081]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8084]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8084]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8084]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8087]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8087]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8087]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8090]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8090]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8090]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8093]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8093]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8093]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8096]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8096]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8096]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8099]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8099]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8099]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8102]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8102]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8102]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8105]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8105]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8105]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8108]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8108]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8108]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")

Offline

#12 2023-11-15 04:19:28

LaurentMercier
Member
From: Montréal, Québec, Canada
Registered: 2023-09-14
Posts: 33

Re: [Solved] Long system boot time

Here is the third part:

Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8111]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8111]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8111]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:03 PortableLM pacrunner[8114]: PAC Runner version 0.19
Nov 14 22:08:03 PortableLM pacrunner[8114]: Terminating
Nov 14 22:08:03 PortableLM pacrunner[8114]: Exit
Nov 14 22:08:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:04 PortableLM pacrunner[8117]: PAC Runner version 0.19
Nov 14 22:08:04 PortableLM pacrunner[8117]: Terminating
Nov 14 22:08:04 PortableLM pacrunner[8117]: Exit
Nov 14 22:08:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:04 PortableLM pacrunner[8120]: PAC Runner version 0.19
Nov 14 22:08:04 PortableLM pacrunner[8120]: Terminating
Nov 14 22:08:04 PortableLM pacrunner[8120]: Exit
Nov 14 22:08:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:04 PortableLM pacrunner[8123]: PAC Runner version 0.19
Nov 14 22:08:04 PortableLM pacrunner[8123]: Terminating
Nov 14 22:08:04 PortableLM pacrunner[8123]: Exit
Nov 14 22:08:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:04 PortableLM pacrunner[8126]: PAC Runner version 0.19
Nov 14 22:08:04 PortableLM pacrunner[8126]: Terminating
Nov 14 22:08:04 PortableLM pacrunner[8126]: Exit
Nov 14 22:08:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:04 PortableLM pacrunner[8129]: PAC Runner version 0.19
Nov 14 22:08:04 PortableLM pacrunner[8129]: Terminating
Nov 14 22:08:04 PortableLM pacrunner[8129]: Exit
Nov 14 22:08:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:04 PortableLM pacrunner[8132]: PAC Runner version 0.19
Nov 14 22:08:04 PortableLM pacrunner[8132]: Terminating
Nov 14 22:08:04 PortableLM pacrunner[8132]: Exit
Nov 14 22:08:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:04 PortableLM pacrunner[8135]: PAC Runner version 0.19
Nov 14 22:08:04 PortableLM pacrunner[8135]: Terminating
Nov 14 22:08:04 PortableLM pacrunner[8135]: Exit
Nov 14 22:08:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:04 PortableLM pacrunner[8138]: PAC Runner version 0.19
Nov 14 22:08:04 PortableLM pacrunner[8138]: Terminating
Nov 14 22:08:04 PortableLM pacrunner[8138]: Exit
Nov 14 22:08:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:04 PortableLM pacrunner[8141]: PAC Runner version 0.19
Nov 14 22:08:04 PortableLM pacrunner[8141]: Terminating
Nov 14 22:08:04 PortableLM pacrunner[8141]: Exit
Nov 14 22:08:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:04 PortableLM pacrunner[8144]: PAC Runner version 0.19
Nov 14 22:08:04 PortableLM pacrunner[8144]: Terminating
Nov 14 22:08:04 PortableLM pacrunner[8144]: Exit
Nov 14 22:08:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:04 PortableLM pacrunner[8147]: PAC Runner version 0.19
Nov 14 22:08:04 PortableLM pacrunner[8147]: Terminating
Nov 14 22:08:04 PortableLM pacrunner[8147]: Exit
Nov 14 22:08:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8150]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8150]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8150]: Exit
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8153]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8153]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8153]: Exit
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8156]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8156]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8156]: Exit
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8159]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8159]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8159]: Exit
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8162]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8162]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8162]: Exit
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8165]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8165]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8165]: Exit
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8168]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8168]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8168]: Exit
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8171]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8171]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8171]: Exit
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8174]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8174]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8174]: Exit
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8177]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8177]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8177]: Exit
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8180]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8180]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8180]: Exit
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:05 PortableLM pacrunner[8183]: PAC Runner version 0.19
Nov 14 22:08:05 PortableLM pacrunner[8183]: Terminating
Nov 14 22:08:05 PortableLM pacrunner[8183]: Exit
Nov 14 22:08:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8186]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8186]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8186]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8189]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8189]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8189]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8192]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8192]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8192]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8195]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8195]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8195]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8198]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8198]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8198]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8201]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8201]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8201]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8204]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8204]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8204]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8207]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8207]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8207]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8210]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8210]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8210]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8213]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8213]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8213]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8216]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8216]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8216]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8219]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8219]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8219]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:06 PortableLM pacrunner[8222]: PAC Runner version 0.19
Nov 14 22:08:06 PortableLM pacrunner[8222]: Terminating
Nov 14 22:08:06 PortableLM pacrunner[8222]: Exit
Nov 14 22:08:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:07 PortableLM pacrunner[8225]: PAC Runner version 0.19
Nov 14 22:08:07 PortableLM pacrunner[8225]: Terminating
Nov 14 22:08:07 PortableLM pacrunner[8225]: Exit
Nov 14 22:08:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:07 PortableLM pacrunner[8228]: PAC Runner version 0.19
Nov 14 22:08:07 PortableLM pacrunner[8228]: Terminating
Nov 14 22:08:07 PortableLM pacrunner[8228]: Exit
Nov 14 22:08:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:07 PortableLM pacrunner[8231]: PAC Runner version 0.19
Nov 14 22:08:07 PortableLM pacrunner[8231]: Terminating
Nov 14 22:08:07 PortableLM pacrunner[8231]: Exit
Nov 14 22:08:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:07 PortableLM pacrunner[8234]: PAC Runner version 0.19
Nov 14 22:08:07 PortableLM pacrunner[8234]: Terminating
Nov 14 22:08:07 PortableLM pacrunner[8234]: Exit
Nov 14 22:08:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:07 PortableLM pacrunner[8237]: PAC Runner version 0.19
Nov 14 22:08:07 PortableLM pacrunner[8237]: Terminating
Nov 14 22:08:07 PortableLM pacrunner[8237]: Exit
Nov 14 22:08:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:07 PortableLM pacrunner[8240]: PAC Runner version 0.19
Nov 14 22:08:07 PortableLM pacrunner[8240]: Terminating
Nov 14 22:08:07 PortableLM pacrunner[8240]: Exit
Nov 14 22:08:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:07 PortableLM pacrunner[8243]: PAC Runner version 0.19
Nov 14 22:08:07 PortableLM pacrunner[8243]: Terminating
Nov 14 22:08:07 PortableLM pacrunner[8243]: Exit
Nov 14 22:08:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:07 PortableLM pacrunner[8246]: PAC Runner version 0.19
Nov 14 22:08:07 PortableLM pacrunner[8246]: Terminating
Nov 14 22:08:07 PortableLM pacrunner[8246]: Exit
Nov 14 22:08:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:07 PortableLM pacrunner[8249]: PAC Runner version 0.19
Nov 14 22:08:07 PortableLM pacrunner[8249]: Terminating
Nov 14 22:08:07 PortableLM pacrunner[8249]: Exit
Nov 14 22:08:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:07 PortableLM pacrunner[8252]: PAC Runner version 0.19
Nov 14 22:08:07 PortableLM pacrunner[8252]: Terminating
Nov 14 22:08:07 PortableLM pacrunner[8252]: Exit
Nov 14 22:08:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:07 PortableLM pacrunner[8255]: PAC Runner version 0.19
Nov 14 22:08:07 PortableLM pacrunner[8255]: Terminating
Nov 14 22:08:07 PortableLM pacrunner[8255]: Exit
Nov 14 22:08:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8258]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8258]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8258]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8261]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8261]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8261]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8264]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8264]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8264]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8267]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8267]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8267]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8270]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8270]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8270]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8273]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8273]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8273]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8276]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8276]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8276]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8279]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8279]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8279]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8282]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8282]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8282]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8285]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8285]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8285]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8288]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8288]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8288]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8291]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8291]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8291]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:08 PortableLM pacrunner[8294]: PAC Runner version 0.19
Nov 14 22:08:08 PortableLM pacrunner[8294]: Terminating
Nov 14 22:08:08 PortableLM pacrunner[8294]: Exit
Nov 14 22:08:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8297]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8297]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8297]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8300]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8300]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8300]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8303]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8303]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8303]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8306]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8306]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8306]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8309]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8309]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8309]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8312]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8312]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8312]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8315]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8315]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8315]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8318]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8318]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8318]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8321]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8321]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8321]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8324]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8324]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8324]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8327]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8327]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8327]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:09 PortableLM pacrunner[8330]: PAC Runner version 0.19
Nov 14 22:08:09 PortableLM pacrunner[8330]: Terminating
Nov 14 22:08:09 PortableLM pacrunner[8330]: Exit
Nov 14 22:08:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8333]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8333]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8333]: Exit
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8336]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8336]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8336]: Exit
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8339]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8339]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8339]: Exit
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8342]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8342]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8342]: Exit
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8345]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8345]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8345]: Exit
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8348]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8348]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8348]: Exit
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8351]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8351]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8351]: Exit
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8354]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8354]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8354]: Exit
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8357]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8357]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8357]: Exit
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8360]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8360]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8360]: Exit
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8363]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8363]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8363]: Exit
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:10 PortableLM pacrunner[8366]: PAC Runner version 0.19
Nov 14 22:08:10 PortableLM pacrunner[8366]: Terminating
Nov 14 22:08:10 PortableLM pacrunner[8366]: Exit
Nov 14 22:08:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8369]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8369]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8369]: Exit
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8372]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8372]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8372]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8375]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8375]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8375]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8378]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8378]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8378]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8381]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8381]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8381]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8384]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8384]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8384]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8387]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8387]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8387]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8390]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8390]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8390]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8393]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8393]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8393]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8396]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8396]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8396]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8399]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8399]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8399]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8402]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8402]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8402]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8405]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8405]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8405]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:11 PortableLM pacrunner[8408]: PAC Runner version 0.19
Nov 14 22:08:11 PortableLM pacrunner[8408]: Terminating
Nov 14 22:08:11 PortableLM pacrunner[8408]: Exit
Nov 14 22:08:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8411]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8411]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8411]: Exit
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8414]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8414]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8414]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8417]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8417]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8417]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8420]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8420]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8420]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8423]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8423]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8423]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8426]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8426]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8426]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8429]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8429]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8429]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8432]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8432]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8432]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8435]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8435]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8435]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8438]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8438]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8438]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8441]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8441]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8441]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8444]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8444]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8444]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8447]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8447]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8447]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8450]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8450]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8450]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:12 PortableLM pacrunner[8453]: PAC Runner version 0.19
Nov 14 22:08:12 PortableLM pacrunner[8453]: Terminating
Nov 14 22:08:12 PortableLM pacrunner[8453]: Exit
Nov 14 22:08:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8456]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8456]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8456]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8459]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8459]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8459]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8462]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8462]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8462]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8465]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8465]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8465]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8468]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8468]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8468]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8471]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8471]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8471]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8474]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8474]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8474]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8477]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8477]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8477]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8480]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8480]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8480]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8483]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8483]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8483]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8486]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8486]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8486]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:13 PortableLM pacrunner[8489]: PAC Runner version 0.19
Nov 14 22:08:13 PortableLM pacrunner[8489]: Terminating
Nov 14 22:08:13 PortableLM pacrunner[8489]: Exit
Nov 14 22:08:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8492]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8492]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8492]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8495]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8495]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8495]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8498]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8498]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8498]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8501]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8501]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8501]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8504]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8504]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8504]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8507]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8507]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8507]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8510]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8510]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8510]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8513]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8513]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8513]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8516]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8516]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8516]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8519]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8519]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8519]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8522]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8522]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8522]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8525]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8525]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8525]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8528]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8528]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8528]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:14 PortableLM pacrunner[8531]: PAC Runner version 0.19
Nov 14 22:08:14 PortableLM pacrunner[8531]: Terminating
Nov 14 22:08:14 PortableLM pacrunner[8531]: Exit
Nov 14 22:08:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8534]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8534]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8534]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8537]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8537]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8537]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8540]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8540]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8540]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8543]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8543]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8543]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8546]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8546]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8546]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8549]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8549]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8549]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8552]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8552]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8552]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8555]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8555]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8555]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8558]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8558]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8558]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8561]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8561]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8561]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8564]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8564]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8564]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:15 PortableLM pacrunner[8567]: PAC Runner version 0.19
Nov 14 22:08:15 PortableLM pacrunner[8567]: Terminating
Nov 14 22:08:15 PortableLM pacrunner[8567]: Exit
Nov 14 22:08:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8570]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8570]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8570]: Exit
Nov 14 22:08:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8573]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8573]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8573]: Exit
Nov 14 22:08:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8576]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8576]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8576]: Exit
Nov 14 22:08:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8579]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8579]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8579]: Exit
Nov 14 22:08:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8582]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8582]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8582]: Exit
Nov 14 22:08:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8585]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8585]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8585]: Exit
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8588]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8588]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8588]: Exit
Nov 14 22:08:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8591]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8591]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8591]: Exit
Nov 14 22:08:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8594]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8594]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8594]: Exit
Nov 14 22:08:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8597]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8597]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8597]: Exit
Nov 14 22:08:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8600]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8600]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8600]: Exit
Nov 14 22:08:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:16 PortableLM pacrunner[8603]: PAC Runner version 0.19
Nov 14 22:08:16 PortableLM pacrunner[8603]: Terminating
Nov 14 22:08:16 PortableLM pacrunner[8603]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:17 PortableLM pacrunner[8606]: PAC Runner version 0.19
Nov 14 22:08:17 PortableLM pacrunner[8606]: Terminating
Nov 14 22:08:17 PortableLM pacrunner[8606]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:17 PortableLM pacrunner[8609]: PAC Runner version 0.19
Nov 14 22:08:17 PortableLM pacrunner[8609]: Terminating
Nov 14 22:08:17 PortableLM pacrunner[8609]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:17 PortableLM pacrunner[8612]: PAC Runner version 0.19
Nov 14 22:08:17 PortableLM pacrunner[8612]: Terminating
Nov 14 22:08:17 PortableLM pacrunner[8612]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:17 PortableLM pacrunner[8615]: PAC Runner version 0.19
Nov 14 22:08:17 PortableLM pacrunner[8615]: Terminating
Nov 14 22:08:17 PortableLM pacrunner[8615]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:17 PortableLM pacrunner[8618]: PAC Runner version 0.19
Nov 14 22:08:17 PortableLM pacrunner[8618]: Terminating
Nov 14 22:08:17 PortableLM pacrunner[8618]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:17 PortableLM pacrunner[8621]: PAC Runner version 0.19
Nov 14 22:08:17 PortableLM pacrunner[8621]: Terminating
Nov 14 22:08:17 PortableLM pacrunner[8621]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:17 PortableLM pacrunner[8624]: PAC Runner version 0.19
Nov 14 22:08:17 PortableLM pacrunner[8624]: Terminating
Nov 14 22:08:17 PortableLM pacrunner[8624]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:17 PortableLM pacrunner[8627]: PAC Runner version 0.19
Nov 14 22:08:17 PortableLM pacrunner[8627]: Terminating
Nov 14 22:08:17 PortableLM pacrunner[8627]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:17 PortableLM pacrunner[8630]: PAC Runner version 0.19
Nov 14 22:08:17 PortableLM pacrunner[8630]: Terminating
Nov 14 22:08:17 PortableLM pacrunner[8630]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:17 PortableLM pacrunner[8633]: PAC Runner version 0.19
Nov 14 22:08:17 PortableLM pacrunner[8633]: Terminating
Nov 14 22:08:17 PortableLM pacrunner[8633]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:17 PortableLM pacrunner[8636]: PAC Runner version 0.19
Nov 14 22:08:17 PortableLM pacrunner[8636]: Terminating
Nov 14 22:08:17 PortableLM pacrunner[8636]: Exit
Nov 14 22:08:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:18 PortableLM pacrunner[8639]: PAC Runner version 0.19
Nov 14 22:08:18 PortableLM pacrunner[8639]: Terminating
Nov 14 22:08:18 PortableLM pacrunner[8639]: Exit
Nov 14 22:08:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:18 PortableLM pacrunner[8642]: PAC Runner version 0.19
Nov 14 22:08:18 PortableLM pacrunner[8642]: Terminating
Nov 14 22:08:18 PortableLM pacrunner[8642]: Exit
Nov 14 22:08:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:18 PortableLM pacrunner[8645]: PAC Runner version 0.19
Nov 14 22:08:18 PortableLM pacrunner[8645]: Terminating
Nov 14 22:08:18 PortableLM pacrunner[8645]: Exit
Nov 14 22:08:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:18 PortableLM pacrunner[8648]: PAC Runner version 0.19
Nov 14 22:08:18 PortableLM pacrunner[8648]: Terminating
Nov 14 22:08:18 PortableLM pacrunner[8648]: Exit
Nov 14 22:08:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:18 PortableLM pacrunner[8651]: PAC Runner version 0.19
Nov 14 22:08:18 PortableLM pacrunner[8651]: Terminating
Nov 14 22:08:18 PortableLM pacrunner[8651]: Exit
Nov 14 22:08:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:18 PortableLM pacrunner[8654]: PAC Runner version 0.19
Nov 14 22:08:18 PortableLM pacrunner[8654]: Terminating
Nov 14 22:08:18 PortableLM pacrunner[8654]: Exit
Nov 14 22:08:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:18 PortableLM pacrunner[8657]: PAC Runner version 0.19
Nov 14 22:08:18 PortableLM pacrunner[8657]: Terminating
Nov 14 22:08:18 PortableLM pacrunner[8657]: Exit
Nov 14 22:08:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:18 PortableLM pacrunner[8660]: PAC Runner version 0.19
Nov 14 22:08:18 PortableLM pacrunner[8660]: Terminating
Nov 14 22:08:18 PortableLM pacrunner[8660]: Exit
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:18 PortableLM pacrunner[8663]: PAC Runner version 0.19
Nov 14 22:08:18 PortableLM pacrunner[8663]: Terminating
Nov 14 22:08:18 PortableLM pacrunner[8663]: Exit
Nov 14 22:08:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:18 PortableLM pacrunner[8666]: PAC Runner version 0.19
Nov 14 22:08:18 PortableLM pacrunner[8666]: Terminating
Nov 14 22:08:18 PortableLM pacrunner[8666]: Exit
Nov 14 22:08:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:18 PortableLM pacrunner[8669]: PAC Runner version 0.19
Nov 14 22:08:18 PortableLM pacrunner[8669]: Terminating
Nov 14 22:08:18 PortableLM pacrunner[8669]: Exit
Nov 14 22:08:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8672]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8672]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8672]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8675]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8675]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8675]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8678]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8678]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8678]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8681]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8681]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8681]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8684]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8684]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8684]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8687]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8687]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8687]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8690]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8690]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8690]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8693]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8693]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8693]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8696]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8696]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8696]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8699]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8699]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8699]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8702]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8702]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8702]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:19 PortableLM pacrunner[8705]: PAC Runner version 0.19
Nov 14 22:08:19 PortableLM pacrunner[8705]: Terminating
Nov 14 22:08:19 PortableLM pacrunner[8705]: Exit
Nov 14 22:08:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8708]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8708]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8708]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8711]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8711]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8711]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8714]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8714]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8714]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8717]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8717]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8717]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8720]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8720]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8720]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8723]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8723]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8723]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8726]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8726]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8726]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8729]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8729]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8729]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8732]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8732]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8732]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8735]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8735]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8735]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8738]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8738]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8738]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:20 PortableLM pacrunner[8741]: PAC Runner version 0.19
Nov 14 22:08:20 PortableLM pacrunner[8741]: Terminating
Nov 14 22:08:20 PortableLM pacrunner[8741]: Exit
Nov 14 22:08:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8744]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8744]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8744]: Exit
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8747]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8747]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8747]: Exit
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8750]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8750]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8750]: Exit
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8753]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8753]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8753]: Exit
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8756]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8756]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8756]: Exit
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8759]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8759]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8759]: Exit
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8762]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8762]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8762]: Exit
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8765]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8765]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8765]: Exit
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8768]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8768]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8768]: Exit
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8771]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8771]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8771]: Exit
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8774]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8774]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8774]: Exit
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:21 PortableLM pacrunner[8777]: PAC Runner version 0.19
Nov 14 22:08:21 PortableLM pacrunner[8777]: Terminating
Nov 14 22:08:21 PortableLM pacrunner[8777]: Exit
Nov 14 22:08:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8780]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8780]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8780]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8783]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8783]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8783]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8786]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8786]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8786]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8789]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8789]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8789]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8792]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8792]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8792]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8795]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8795]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8795]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8798]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8798]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8798]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8801]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8801]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8801]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8804]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8804]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8804]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8807]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8807]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8807]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8810]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8810]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8810]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:22 PortableLM pacrunner[8813]: PAC Runner version 0.19
Nov 14 22:08:22 PortableLM pacrunner[8813]: Terminating
Nov 14 22:08:22 PortableLM pacrunner[8813]: Exit
Nov 14 22:08:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:23 PortableLM pacrunner[8816]: PAC Runner version 0.19
Nov 14 22:08:23 PortableLM pacrunner[8816]: Terminating
Nov 14 22:08:23 PortableLM pacrunner[8816]: Exit
Nov 14 22:08:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:23 PortableLM pacrunner[8819]: PAC Runner version 0.19
Nov 14 22:08:23 PortableLM pacrunner[8819]: Terminating
Nov 14 22:08:23 PortableLM pacrunner[8819]: Exit
Nov 14 22:08:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:23 PortableLM pacrunner[8822]: PAC Runner version 0.19
Nov 14 22:08:23 PortableLM pacrunner[8822]: Terminating
Nov 14 22:08:23 PortableLM pacrunner[8822]: Exit
Nov 14 22:08:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:23 PortableLM pacrunner[8825]: PAC Runner version 0.19
Nov 14 22:08:23 PortableLM pacrunner[8825]: Terminating
Nov 14 22:08:23 PortableLM pacrunner[8825]: Exit
Nov 14 22:08:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:23 PortableLM pacrunner[8828]: PAC Runner version 0.19
Nov 14 22:08:23 PortableLM pacrunner[8828]: Terminating
Nov 14 22:08:23 PortableLM pacrunner[8828]: Exit
Nov 14 22:08:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:23 PortableLM pacrunner[8831]: PAC Runner version 0.19
Nov 14 22:08:23 PortableLM pacrunner[8831]: Terminating
Nov 14 22:08:23 PortableLM pacrunner[8831]: Exit
Nov 14 22:08:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:23 PortableLM pacrunner[8834]: PAC Runner version 0.19
Nov 14 22:08:23 PortableLM pacrunner[8834]: Terminating
Nov 14 22:08:23 PortableLM pacrunner[8834]: Exit
Nov 14 22:08:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:23 PortableLM pacrunner[8837]: PAC Runner version 0.19
Nov 14 22:08:23 PortableLM pacrunner[8837]: Terminating
Nov 14 22:08:23 PortableLM pacrunner[8837]: Exit
Nov 14 22:08:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:23 PortableLM pacrunner[8840]: PAC Runner version 0.19
Nov 14 22:08:23 PortableLM pacrunner[8840]: Terminating
Nov 14 22:08:23 PortableLM pacrunner[8840]: Exit
Nov 14 22:08:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:23 PortableLM pacrunner[8843]: PAC Runner version 0.19
Nov 14 22:08:23 PortableLM pacrunner[8843]: Terminating
Nov 14 22:08:23 PortableLM pacrunner[8843]: Exit
Nov 14 22:08:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:23 PortableLM pacrunner[8846]: PAC Runner version 0.19
Nov 14 22:08:23 PortableLM pacrunner[8846]: Terminating
Nov 14 22:08:23 PortableLM pacrunner[8846]: Exit
Nov 14 22:08:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8849]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8849]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8849]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8852]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8852]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8852]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8855]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8855]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8855]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8858]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8858]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8858]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8861]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8861]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8861]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8864]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8864]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8864]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8867]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8867]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8867]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8870]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8870]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8870]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8873]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8873]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8873]: Exit
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8876]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8876]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8876]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8879]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8879]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8879]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8882]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8882]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8882]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:24 PortableLM pacrunner[8885]: PAC Runner version 0.19
Nov 14 22:08:24 PortableLM pacrunner[8885]: Terminating
Nov 14 22:08:24 PortableLM pacrunner[8885]: Exit
Nov 14 22:08:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8888]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8888]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8888]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8891]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8891]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8891]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8894]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8894]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8894]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8897]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8897]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8897]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8900]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8900]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8900]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8903]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8903]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8903]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8906]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8906]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8906]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8909]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8909]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8909]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8912]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8912]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8912]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8915]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8915]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8915]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8918]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8918]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8918]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:25 PortableLM pacrunner[8921]: PAC Runner version 0.19
Nov 14 22:08:25 PortableLM pacrunner[8921]: Terminating
Nov 14 22:08:25 PortableLM pacrunner[8921]: Exit
Nov 14 22:08:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8924]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8924]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8924]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8927]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8927]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8927]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8930]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8930]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8930]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8933]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8933]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8933]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8936]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8936]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8936]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8939]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8939]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8939]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8942]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8942]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8942]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8945]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8945]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8945]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8948]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8948]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8948]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8951]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8951]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8951]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8954]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8954]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8954]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:26 PortableLM pacrunner[8957]: PAC Runner version 0.19
Nov 14 22:08:26 PortableLM pacrunner[8957]: Terminating
Nov 14 22:08:26 PortableLM pacrunner[8957]: Exit
Nov 14 22:08:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8960]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8960]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8960]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8963]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8963]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8963]: Exit
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8966]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8966]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8966]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8969]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8969]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8969]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8972]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8972]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8972]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8975]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8975]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8975]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8978]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8978]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8978]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8981]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8981]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8981]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8984]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8984]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8984]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8987]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8987]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8987]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8990]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8990]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8990]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8993]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8993]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8993]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:27 PortableLM pacrunner[8996]: PAC Runner version 0.19
Nov 14 22:08:27 PortableLM pacrunner[8996]: Terminating
Nov 14 22:08:27 PortableLM pacrunner[8996]: Exit
Nov 14 22:08:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:28 PortableLM pacrunner[8999]: PAC Runner version 0.19
Nov 14 22:08:28 PortableLM pacrunner[8999]: Terminating
Nov 14 22:08:28 PortableLM pacrunner[8999]: Exit
Nov 14 22:08:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:28 PortableLM pacrunner[9002]: PAC Runner version 0.19
Nov 14 22:08:28 PortableLM pacrunner[9002]: Terminating
Nov 14 22:08:28 PortableLM pacrunner[9002]: Exit
Nov 14 22:08:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:28 PortableLM pacrunner[9005]: PAC Runner version 0.19
Nov 14 22:08:28 PortableLM pacrunner[9005]: Terminating
Nov 14 22:08:28 PortableLM pacrunner[9005]: Exit
Nov 14 22:08:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:28 PortableLM pacrunner[9008]: PAC Runner version 0.19
Nov 14 22:08:28 PortableLM pacrunner[9008]: Terminating
Nov 14 22:08:28 PortableLM pacrunner[9008]: Exit
Nov 14 22:08:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:28 PortableLM pacrunner[9011]: PAC Runner version 0.19
Nov 14 22:08:28 PortableLM pacrunner[9011]: Terminating
Nov 14 22:08:28 PortableLM pacrunner[9011]: Exit
Nov 14 22:08:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:28 PortableLM pacrunner[9014]: PAC Runner version 0.19
Nov 14 22:08:28 PortableLM pacrunner[9014]: Terminating
Nov 14 22:08:28 PortableLM pacrunner[9014]: Exit
Nov 14 22:08:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:28 PortableLM pacrunner[9017]: PAC Runner version 0.19
Nov 14 22:08:28 PortableLM pacrunner[9017]: Terminating
Nov 14 22:08:28 PortableLM pacrunner[9017]: Exit
Nov 14 22:08:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:28 PortableLM pacrunner[9020]: PAC Runner version 0.19
Nov 14 22:08:28 PortableLM pacrunner[9020]: Terminating
Nov 14 22:08:28 PortableLM pacrunner[9020]: Exit
Nov 14 22:08:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:28 PortableLM pacrunner[9023]: PAC Runner version 0.19
Nov 14 22:08:28 PortableLM pacrunner[9023]: Terminating
Nov 14 22:08:28 PortableLM pacrunner[9023]: Exit
Nov 14 22:08:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:28 PortableLM pacrunner[9026]: PAC Runner version 0.19
Nov 14 22:08:28 PortableLM pacrunner[9026]: Terminating
Nov 14 22:08:28 PortableLM pacrunner[9026]: Exit
Nov 14 22:08:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9029]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9029]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9029]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9032]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9032]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9032]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9035]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9035]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9035]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9038]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9038]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9038]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9041]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9041]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9041]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9044]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9044]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9044]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9047]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9047]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9047]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9050]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9050]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9050]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9053]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9053]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9053]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9056]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9056]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9056]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9059]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9059]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9059]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:29 PortableLM pacrunner[9062]: PAC Runner version 0.19
Nov 14 22:08:29 PortableLM pacrunner[9062]: Terminating
Nov 14 22:08:29 PortableLM pacrunner[9062]: Exit
Nov 14 22:08:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9065]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9065]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9065]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9068]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9068]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9068]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9071]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9071]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9071]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9074]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9074]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9074]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9077]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9077]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9077]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9080]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9080]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9080]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9083]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9083]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9083]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9086]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9086]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9086]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9089]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9089]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9089]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9092]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9092]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9092]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9095]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9095]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9095]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:30 PortableLM pacrunner[9098]: PAC Runner version 0.19
Nov 14 22:08:30 PortableLM pacrunner[9098]: Terminating
Nov 14 22:08:30 PortableLM pacrunner[9098]: Exit
Nov 14 22:08:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9101]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9101]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9101]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9104]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9104]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9104]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9107]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9107]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9107]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9110]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9110]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9110]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9113]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9113]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9113]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9116]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9116]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9116]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9119]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9119]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9119]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9122]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9122]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9122]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9125]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9125]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9125]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9128]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9128]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9128]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9131]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9131]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9131]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:31 PortableLM pacrunner[9134]: PAC Runner version 0.19
Nov 14 22:08:31 PortableLM pacrunner[9134]: Terminating
Nov 14 22:08:31 PortableLM pacrunner[9134]: Exit
Nov 14 22:08:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9137]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9137]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9137]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9140]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9140]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9140]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9143]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9143]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9143]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9146]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9146]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9146]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9149]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9149]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9149]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9152]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9152]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9152]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9155]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9155]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9155]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9158]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9158]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9158]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9161]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9161]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9161]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9164]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9164]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9164]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9167]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9167]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9167]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:32 PortableLM pacrunner[9170]: PAC Runner version 0.19
Nov 14 22:08:32 PortableLM pacrunner[9170]: Terminating
Nov 14 22:08:32 PortableLM pacrunner[9170]: Exit
Nov 14 22:08:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9173]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9173]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9173]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9176]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9176]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9176]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9179]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9179]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9179]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9182]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9182]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9182]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9185]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9185]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9185]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9188]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9188]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9188]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9191]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9191]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9191]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9194]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9194]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9194]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9197]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9197]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9197]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9200]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9200]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9200]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9203]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9203]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9203]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:33 PortableLM pacrunner[9206]: PAC Runner version 0.19
Nov 14 22:08:33 PortableLM pacrunner[9206]: Terminating
Nov 14 22:08:33 PortableLM pacrunner[9206]: Exit
Nov 14 22:08:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9209]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9209]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9209]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9212]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9212]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9212]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9215]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9215]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9215]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9218]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9218]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9218]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9221]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9221]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9221]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9224]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9224]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9224]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9227]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9227]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9227]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9230]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9230]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9230]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9233]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9233]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9233]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9236]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9236]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9236]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9239]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9239]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9239]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9242]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9242]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9242]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:34 PortableLM pacrunner[9245]: PAC Runner version 0.19
Nov 14 22:08:34 PortableLM pacrunner[9245]: Terminating
Nov 14 22:08:34 PortableLM pacrunner[9245]: Exit
Nov 14 22:08:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:35 PortableLM pacrunner[9248]: PAC Runner version 0.19
Nov 14 22:08:35 PortableLM pacrunner[9248]: Terminating
Nov 14 22:08:35 PortableLM pacrunner[9248]: Exit
Nov 14 22:08:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:35 PortableLM pacrunner[9251]: PAC Runner version 0.19
Nov 14 22:08:35 PortableLM pacrunner[9251]: Terminating
Nov 14 22:08:35 PortableLM pacrunner[9251]: Exit
Nov 14 22:08:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:35 PortableLM pacrunner[9254]: PAC Runner version 0.19
Nov 14 22:08:35 PortableLM pacrunner[9254]: Terminating
Nov 14 22:08:35 PortableLM pacrunner[9254]: Exit
Nov 14 22:08:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:35 PortableLM pacrunner[9257]: PAC Runner version 0.19
Nov 14 22:08:35 PortableLM pacrunner[9257]: Terminating
Nov 14 22:08:35 PortableLM pacrunner[9257]: Exit
Nov 14 22:08:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:35 PortableLM pacrunner[9260]: PAC Runner version 0.19
Nov 14 22:08:35 PortableLM pacrunner[9260]: Terminating
Nov 14 22:08:35 PortableLM pacrunner[9260]: Exit
Nov 14 22:08:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:35 PortableLM pacrunner[9263]: PAC Runner version 0.19
Nov 14 22:08:35 PortableLM pacrunner[9263]: Terminating
Nov 14 22:08:35 PortableLM pacrunner[9263]: Exit
Nov 14 22:08:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:35 PortableLM pacrunner[9266]: PAC Runner version 0.19
Nov 14 22:08:35 PortableLM pacrunner[9266]: Terminating
Nov 14 22:08:35 PortableLM pacrunner[9266]: Exit
Nov 14 22:08:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:35 PortableLM pacrunner[9269]: PAC Runner version 0.19
Nov 14 22:08:35 PortableLM pacrunner[9269]: Terminating
Nov 14 22:08:35 PortableLM pacrunner[9269]: Exit
Nov 14 22:08:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:35 PortableLM pacrunner[9272]: PAC Runner version 0.19
Nov 14 22:08:35 PortableLM pacrunner[9272]: Terminating
Nov 14 22:08:35 PortableLM pacrunner[9272]: Exit
Nov 14 22:08:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:35 PortableLM pacrunner[9275]: PAC Runner version 0.19
Nov 14 22:08:35 PortableLM pacrunner[9275]: Terminating
Nov 14 22:08:35 PortableLM pacrunner[9275]: Exit
Nov 14 22:08:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:35 PortableLM pacrunner[9278]: PAC Runner version 0.19
Nov 14 22:08:35 PortableLM pacrunner[9278]: Terminating
Nov 14 22:08:35 PortableLM pacrunner[9278]: Exit
Nov 14 22:08:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:36 PortableLM pacrunner[9281]: PAC Runner version 0.19
Nov 14 22:08:36 PortableLM pacrunner[9281]: Terminating
Nov 14 22:08:36 PortableLM pacrunner[9281]: Exit
Nov 14 22:08:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:36 PortableLM pacrunner[9284]: PAC Runner version 0.19
Nov 14 22:08:36 PortableLM pacrunner[9284]: Terminating
Nov 14 22:08:36 PortableLM pacrunner[9284]: Exit
Nov 14 22:08:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:36 PortableLM pacrunner[9287]: PAC Runner version 0.19
Nov 14 22:08:36 PortableLM pacrunner[9287]: Terminating
Nov 14 22:08:36 PortableLM pacrunner[9287]: Exit
Nov 14 22:08:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:36 PortableLM pacrunner[9290]: PAC Runner version 0.19
Nov 14 22:08:36 PortableLM pacrunner[9290]: Terminating
Nov 14 22:08:36 PortableLM pacrunner[9290]: Exit
Nov 14 22:08:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:36 PortableLM pacrunner[9293]: PAC Runner version 0.19
Nov 14 22:08:36 PortableLM pacrunner[9293]: Terminating
Nov 14 22:08:36 PortableLM pacrunner[9293]: Exit
Nov 14 22:08:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:36 PortableLM pacrunner[9296]: PAC Runner version 0.19
Nov 14 22:08:36 PortableLM pacrunner[9296]: Terminating
Nov 14 22:08:36 PortableLM pacrunner[9296]: Exit
Nov 14 22:08:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:36 PortableLM pacrunner[9299]: PAC Runner version 0.19
Nov 14 22:08:36 PortableLM pacrunner[9299]: Terminating
Nov 14 22:08:36 PortableLM pacrunner[9299]: Exit
Nov 14 22:08:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:36 PortableLM pacrunner[9302]: PAC Runner version 0.19
Nov 14 22:08:36 PortableLM pacrunner[9302]: Terminating
Nov 14 22:08:36 PortableLM pacrunner[9302]: Exit
Nov 14 22:08:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:36 PortableLM pacrunner[9305]: PAC Runner version 0.19
Nov 14 22:08:36 PortableLM pacrunner[9305]: Terminating
Nov 14 22:08:36 PortableLM pacrunner[9305]: Exit
Nov 14 22:08:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:36 PortableLM pacrunner[9308]: PAC Runner version 0.19
Nov 14 22:08:36 PortableLM pacrunner[9308]: Terminating
Nov 14 22:08:36 PortableLM pacrunner[9308]: Exit
Nov 14 22:08:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:36 PortableLM pacrunner[9311]: PAC Runner version 0.19
Nov 14 22:08:36 PortableLM pacrunner[9311]: Terminating
Nov 14 22:08:36 PortableLM pacrunner[9311]: Exit
Nov 14 22:08:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9314]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9314]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9314]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9317]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9317]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9317]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9320]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9320]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9320]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9323]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9323]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9323]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9326]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9326]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9326]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9329]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9329]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9329]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9332]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9332]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9332]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9335]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9335]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9335]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9338]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9338]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9338]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9341]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9341]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9341]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9344]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9344]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9344]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9347]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9347]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9347]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:37 PortableLM pacrunner[9350]: PAC Runner version 0.19
Nov 14 22:08:37 PortableLM pacrunner[9350]: Terminating
Nov 14 22:08:37 PortableLM pacrunner[9350]: Exit
Nov 14 22:08:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9353]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9353]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9353]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9356]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9356]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9356]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9359]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9359]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9359]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9362]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9362]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9362]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9365]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9365]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9365]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9368]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9368]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9368]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9371]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9371]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9371]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9374]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9374]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9374]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9377]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9377]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9377]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9380]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9380]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9380]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9383]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9383]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9383]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:38 PortableLM pacrunner[9386]: PAC Runner version 0.19
Nov 14 22:08:38 PortableLM pacrunner[9386]: Terminating
Nov 14 22:08:38 PortableLM pacrunner[9386]: Exit
Nov 14 22:08:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:39 PortableLM pacrunner[9389]: PAC Runner version 0.19
Nov 14 22:08:39 PortableLM pacrunner[9389]: Terminating
Nov 14 22:08:39 PortableLM pacrunner[9389]: Exit
Nov 14 22:08:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:39 PortableLM pacrunner[9392]: PAC Runner version 0.19
Nov 14 22:08:39 PortableLM pacrunner[9392]: Terminating
Nov 14 22:08:39 PortableLM pacrunner[9392]: Exit
Nov 14 22:08:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:39 PortableLM pacrunner[9395]: PAC Runner version 0.19
Nov 14 22:08:39 PortableLM pacrunner[9395]: Terminating
Nov 14 22:08:39 PortableLM pacrunner[9395]: Exit
Nov 14 22:08:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:39 PortableLM pacrunner[9398]: PAC Runner version 0.19
Nov 14 22:08:39 PortableLM pacrunner[9398]: Terminating
Nov 14 22:08:39 PortableLM pacrunner[9398]: Exit
Nov 14 22:08:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:39 PortableLM pacrunner[9401]: PAC Runner version 0.19
Nov 14 22:08:39 PortableLM pacrunner[9401]: Terminating
Nov 14 22:08:39 PortableLM pacrunner[9401]: Exit
Nov 14 22:08:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:39 PortableLM pacrunner[9404]: PAC Runner version 0.19
Nov 14 22:08:39 PortableLM pacrunner[9404]: Terminating
Nov 14 22:08:39 PortableLM pacrunner[9404]: Exit
Nov 14 22:08:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:39 PortableLM pacrunner[9407]: PAC Runner version 0.19
Nov 14 22:08:39 PortableLM pacrunner[9407]: Terminating
Nov 14 22:08:39 PortableLM pacrunner[9407]: Exit
Nov 14 22:08:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:39 PortableLM pacrunner[9410]: PAC Runner version 0.19
Nov 14 22:08:39 PortableLM pacrunner[9410]: Terminating
Nov 14 22:08:39 PortableLM pacrunner[9410]: Exit
Nov 14 22:08:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:39 PortableLM pacrunner[9413]: PAC Runner version 0.19
Nov 14 22:08:39 PortableLM pacrunner[9413]: Terminating
Nov 14 22:08:39 PortableLM pacrunner[9413]: Exit
Nov 14 22:08:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:39 PortableLM pacrunner[9416]: PAC Runner version 0.19
Nov 14 22:08:39 PortableLM pacrunner[9416]: Terminating
Nov 14 22:08:39 PortableLM pacrunner[9416]: Exit
Nov 14 22:08:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:39 PortableLM pacrunner[9419]: PAC Runner version 0.19
Nov 14 22:08:39 PortableLM pacrunner[9419]: Terminating
Nov 14 22:08:39 PortableLM pacrunner[9419]: Exit
Nov 14 22:08:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9422]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9422]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9422]: Exit
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9425]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9425]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9425]: Exit
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9428]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9428]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9428]: Exit
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9431]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9431]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9431]: Exit
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9434]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9434]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9434]: Exit
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9437]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9437]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9437]: Exit
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9440]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9440]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9440]: Exit
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9443]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9443]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9443]: Exit
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9446]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9446]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9446]: Exit
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9449]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9449]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9449]: Exit
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9452]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9452]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9452]: Exit
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:40 PortableLM pacrunner[9455]: PAC Runner version 0.19
Nov 14 22:08:40 PortableLM pacrunner[9455]: Terminating
Nov 14 22:08:40 PortableLM pacrunner[9455]: Exit
Nov 14 22:08:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9458]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9458]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9458]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9461]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9461]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9461]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9464]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9464]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9464]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9467]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9467]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9467]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9470]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9470]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9470]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9473]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9473]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9473]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9476]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9476]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9476]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9479]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9479]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9479]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9482]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9482]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9482]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9485]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9485]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9485]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9488]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9488]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9488]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9491]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9491]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9491]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:41 PortableLM pacrunner[9494]: PAC Runner version 0.19
Nov 14 22:08:41 PortableLM pacrunner[9494]: Terminating
Nov 14 22:08:41 PortableLM pacrunner[9494]: Exit
Nov 14 22:08:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:42 PortableLM pacrunner[9497]: PAC Runner version 0.19
Nov 14 22:08:42 PortableLM pacrunner[9497]: Terminating
Nov 14 22:08:42 PortableLM pacrunner[9497]: Exit
Nov 14 22:08:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:42 PortableLM pacrunner[9500]: PAC Runner version 0.19
Nov 14 22:08:42 PortableLM pacrunner[9500]: Terminating
Nov 14 22:08:42 PortableLM pacrunner[9500]: Exit
Nov 14 22:08:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:42 PortableLM pacrunner[9503]: PAC Runner version 0.19
Nov 14 22:08:42 PortableLM pacrunner[9503]: Terminating
Nov 14 22:08:42 PortableLM pacrunner[9503]: Exit
Nov 14 22:08:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:42 PortableLM pacrunner[9506]: PAC Runner version 0.19
Nov 14 22:08:42 PortableLM pacrunner[9506]: Terminating
Nov 14 22:08:42 PortableLM pacrunner[9506]: Exit
Nov 14 22:08:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:42 PortableLM pacrunner[9509]: PAC Runner version 0.19
Nov 14 22:08:42 PortableLM pacrunner[9509]: Terminating
Nov 14 22:08:42 PortableLM pacrunner[9509]: Exit
Nov 14 22:08:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:42 PortableLM pacrunner[9512]: PAC Runner version 0.19
Nov 14 22:08:42 PortableLM pacrunner[9512]: Terminating
Nov 14 22:08:42 PortableLM pacrunner[9512]: Exit
Nov 14 22:08:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:42 PortableLM pacrunner[9515]: PAC Runner version 0.19
Nov 14 22:08:42 PortableLM pacrunner[9515]: Terminating
Nov 14 22:08:42 PortableLM pacrunner[9515]: Exit
Nov 14 22:08:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:42 PortableLM pacrunner[9518]: PAC Runner version 0.19
Nov 14 22:08:42 PortableLM pacrunner[9518]: Terminating
Nov 14 22:08:42 PortableLM pacrunner[9518]: Exit
Nov 14 22:08:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:42 PortableLM pacrunner[9521]: PAC Runner version 0.19
Nov 14 22:08:42 PortableLM pacrunner[9521]: Terminating
Nov 14 22:08:42 PortableLM pacrunner[9521]: Exit
Nov 14 22:08:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:42 PortableLM pacrunner[9524]: PAC Runner version 0.19
Nov 14 22:08:42 PortableLM pacrunner[9524]: Terminating
Nov 14 22:08:42 PortableLM pacrunner[9524]: Exit
Nov 14 22:08:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:42 PortableLM pacrunner[9527]: PAC Runner version 0.19
Nov 14 22:08:42 PortableLM pacrunner[9527]: Terminating
Nov 14 22:08:42 PortableLM pacrunner[9527]: Exit
Nov 14 22:08:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:43 PortableLM pacrunner[9530]: PAC Runner version 0.19
Nov 14 22:08:43 PortableLM pacrunner[9530]: Terminating
Nov 14 22:08:43 PortableLM pacrunner[9530]: Exit
Nov 14 22:08:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:43 PortableLM pacrunner[9533]: PAC Runner version 0.19
Nov 14 22:08:43 PortableLM pacrunner[9533]: Terminating
Nov 14 22:08:43 PortableLM pacrunner[9533]: Exit
Nov 14 22:08:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:43 PortableLM pacrunner[9536]: PAC Runner version 0.19
Nov 14 22:08:43 PortableLM pacrunner[9536]: Terminating
Nov 14 22:08:43 PortableLM pacrunner[9536]: Exit
Nov 14 22:08:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:43 PortableLM pacrunner[9539]: PAC Runner version 0.19
Nov 14 22:08:43 PortableLM pacrunner[9539]: Terminating
Nov 14 22:08:43 PortableLM pacrunner[9539]: Exit
Nov 14 22:08:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:43 PortableLM pacrunner[9542]: PAC Runner version 0.19
Nov 14 22:08:43 PortableLM pacrunner[9542]: Terminating
Nov 14 22:08:43 PortableLM pacrunner[9542]: Exit
Nov 14 22:08:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:43 PortableLM pacrunner[9545]: PAC Runner version 0.19
Nov 14 22:08:43 PortableLM pacrunner[9545]: Terminating
Nov 14 22:08:43 PortableLM pacrunner[9545]: Exit
Nov 14 22:08:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:43 PortableLM pacrunner[9548]: PAC Runner version 0.19
Nov 14 22:08:43 PortableLM pacrunner[9548]: Terminating
Nov 14 22:08:43 PortableLM pacrunner[9548]: Exit
Nov 14 22:08:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:43 PortableLM pacrunner[9551]: PAC Runner version 0.19
Nov 14 22:08:43 PortableLM pacrunner[9551]: Terminating
Nov 14 22:08:43 PortableLM pacrunner[9551]: Exit
Nov 14 22:08:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:43 PortableLM pacrunner[9554]: PAC Runner version 0.19
Nov 14 22:08:43 PortableLM pacrunner[9554]: Terminating
Nov 14 22:08:43 PortableLM pacrunner[9554]: Exit
Nov 14 22:08:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:43 PortableLM pacrunner[9557]: PAC Runner version 0.19
Nov 14 22:08:43 PortableLM pacrunner[9557]: Terminating
Nov 14 22:08:43 PortableLM pacrunner[9557]: Exit
Nov 14 22:08:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:43 PortableLM pacrunner[9560]: PAC Runner version 0.19
Nov 14 22:08:43 PortableLM pacrunner[9560]: Terminating
Nov 14 22:08:43 PortableLM pacrunner[9560]: Exit
Nov 14 22:08:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9563]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9563]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9563]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9566]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9566]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9566]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9569]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9569]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9569]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9572]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9572]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9572]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9575]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9575]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9575]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9578]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9578]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9578]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9581]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9581]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9581]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9584]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9584]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9584]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9587]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9587]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9587]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9590]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9590]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9590]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9593]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9593]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9593]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9596]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9596]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9596]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9599]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9599]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9599]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:44 PortableLM pacrunner[9602]: PAC Runner version 0.19
Nov 14 22:08:44 PortableLM pacrunner[9602]: Terminating
Nov 14 22:08:44 PortableLM pacrunner[9602]: Exit
Nov 14 22:08:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9605]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9605]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9605]: Exit
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9608]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9608]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9608]: Exit
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9611]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9611]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9611]: Exit
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9614]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9614]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9614]: Exit
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9617]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9617]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9617]: Exit
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9620]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9620]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9620]: Exit
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9623]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9623]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9623]: Exit
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9626]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9626]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9626]: Exit
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9629]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9629]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9629]: Exit
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9632]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9632]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9632]: Exit
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9635]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9635]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9635]: Exit
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:45 PortableLM pacrunner[9638]: PAC Runner version 0.19
Nov 14 22:08:45 PortableLM pacrunner[9638]: Terminating
Nov 14 22:08:45 PortableLM pacrunner[9638]: Exit
Nov 14 22:08:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9641]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9641]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9641]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9644]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9644]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9644]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9647]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9647]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9647]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9650]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9650]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9650]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9653]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9653]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9653]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9656]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9656]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9656]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9659]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9659]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9659]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9662]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9662]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9662]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9665]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9665]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9665]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9668]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9668]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9668]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9671]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9671]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9671]: Exit
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9674]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9674]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9674]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:46 PortableLM pacrunner[9677]: PAC Runner version 0.19
Nov 14 22:08:46 PortableLM pacrunner[9677]: Terminating
Nov 14 22:08:46 PortableLM pacrunner[9677]: Exit
Nov 14 22:08:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9680]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9680]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9680]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9683]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9683]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9683]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9686]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9686]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9686]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9689]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9689]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9689]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9692]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9692]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9692]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9695]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9695]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9695]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9698]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9698]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9698]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9701]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9701]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9701]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9704]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9704]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9704]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9707]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9707]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9707]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9710]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9710]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9710]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:47 PortableLM pacrunner[9713]: PAC Runner version 0.19
Nov 14 22:08:47 PortableLM pacrunner[9713]: Terminating
Nov 14 22:08:47 PortableLM pacrunner[9713]: Exit
Nov 14 22:08:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9716]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9716]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9716]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9719]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9719]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9719]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9722]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9722]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9722]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9725]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9725]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9725]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9728]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9728]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9728]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9731]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9731]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9731]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9734]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9734]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9734]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9737]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9737]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9737]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9740]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9740]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9740]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9743]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9743]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9743]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9746]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9746]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9746]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9749]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9749]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9749]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:48 PortableLM pacrunner[9752]: PAC Runner version 0.19
Nov 14 22:08:48 PortableLM pacrunner[9752]: Terminating
Nov 14 22:08:48 PortableLM pacrunner[9752]: Exit
Nov 14 22:08:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9755]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9755]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9755]: Exit
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9758]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9758]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9758]: Exit
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9761]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9761]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9761]: Exit
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9764]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9764]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9764]: Exit
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9767]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9767]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9767]: Exit
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9770]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9770]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9770]: Exit
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9773]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9773]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9773]: Exit
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9776]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9776]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9776]: Exit
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9779]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9779]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9779]: Exit
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9782]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9782]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9782]: Exit
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9785]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9785]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9785]: Exit
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9788]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9788]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9788]: Exit
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:49 PortableLM pacrunner[9791]: PAC Runner version 0.19
Nov 14 22:08:49 PortableLM pacrunner[9791]: Terminating
Nov 14 22:08:49 PortableLM pacrunner[9791]: Exit
Nov 14 22:08:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9794]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9794]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9794]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9797]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9797]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9797]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9800]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9800]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9800]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9803]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9803]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9803]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9806]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9806]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9806]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9809]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9809]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9809]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9812]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9812]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9812]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9815]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9815]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9815]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9818]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9818]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9818]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9821]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9821]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9821]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9824]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9824]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9824]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9827]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9827]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9827]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:50 PortableLM pacrunner[9830]: PAC Runner version 0.19
Nov 14 22:08:50 PortableLM pacrunner[9830]: Terminating
Nov 14 22:08:50 PortableLM pacrunner[9830]: Exit
Nov 14 22:08:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9833]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9833]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9833]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9836]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9836]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9836]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9839]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9839]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9839]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9842]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9842]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9842]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9845]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9845]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9845]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9848]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9848]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9848]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9851]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9851]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9851]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9854]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9854]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9854]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9857]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9857]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9857]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9860]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9860]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9860]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9863]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9863]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9863]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:51 PortableLM pacrunner[9866]: PAC Runner version 0.19
Nov 14 22:08:51 PortableLM pacrunner[9866]: Terminating
Nov 14 22:08:51 PortableLM pacrunner[9866]: Exit
Nov 14 22:08:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9869]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9869]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9869]: Exit
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9872]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9872]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9872]: Exit
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9875]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9875]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9875]: Exit
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9878]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9878]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9878]: Exit
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9881]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9881]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9881]: Exit
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9884]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9884]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9884]: Exit
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9887]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9887]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9887]: Exit
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9890]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9890]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9890]: Exit
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9893]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9893]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9893]: Exit
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9896]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9896]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9896]: Exit
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9899]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9899]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9899]: Exit
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:52 PortableLM pacrunner[9902]: PAC Runner version 0.19
Nov 14 22:08:52 PortableLM pacrunner[9902]: Terminating
Nov 14 22:08:52 PortableLM pacrunner[9902]: Exit
Nov 14 22:08:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9905]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9905]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9905]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9908]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9908]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9908]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9911]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9911]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9911]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9914]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9914]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9914]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9917]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9917]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9917]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9920]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9920]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9920]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9923]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9923]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9923]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9926]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9926]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9926]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9929]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9929]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9929]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9932]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9932]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9932]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9935]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9935]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9935]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:53 PortableLM pacrunner[9938]: PAC Runner version 0.19
Nov 14 22:08:53 PortableLM pacrunner[9938]: Terminating
Nov 14 22:08:53 PortableLM pacrunner[9938]: Exit
Nov 14 22:08:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:54 PortableLM pacrunner[9941]: PAC Runner version 0.19
Nov 14 22:08:54 PortableLM pacrunner[9941]: Terminating
Nov 14 22:08:54 PortableLM pacrunner[9941]: Exit
Nov 14 22:08:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:54 PortableLM pacrunner[9944]: PAC Runner version 0.19
Nov 14 22:08:54 PortableLM pacrunner[9944]: Terminating
Nov 14 22:08:54 PortableLM pacrunner[9944]: Exit
Nov 14 22:08:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:54 PortableLM pacrunner[9947]: PAC Runner version 0.19
Nov 14 22:08:54 PortableLM pacrunner[9947]: Terminating
Nov 14 22:08:54 PortableLM pacrunner[9947]: Exit
Nov 14 22:08:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:54 PortableLM pacrunner[9950]: PAC Runner version 0.19
Nov 14 22:08:54 PortableLM pacrunner[9950]: Terminating
Nov 14 22:08:54 PortableLM pacrunner[9950]: Exit
Nov 14 22:08:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:54 PortableLM pacrunner[9953]: PAC Runner version 0.19
Nov 14 22:08:54 PortableLM pacrunner[9953]: Terminating
Nov 14 22:08:54 PortableLM pacrunner[9953]: Exit
Nov 14 22:08:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:54 PortableLM pacrunner[9956]: PAC Runner version 0.19
Nov 14 22:08:54 PortableLM pacrunner[9956]: Terminating
Nov 14 22:08:54 PortableLM pacrunner[9956]: Exit
Nov 14 22:08:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:54 PortableLM pacrunner[9959]: PAC Runner version 0.19
Nov 14 22:08:54 PortableLM pacrunner[9959]: Terminating
Nov 14 22:08:54 PortableLM pacrunner[9959]: Exit
Nov 14 22:08:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:54 PortableLM pacrunner[9962]: PAC Runner version 0.19
Nov 14 22:08:54 PortableLM pacrunner[9962]: Terminating
Nov 14 22:08:54 PortableLM pacrunner[9962]: Exit
Nov 14 22:08:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:54 PortableLM pacrunner[9965]: PAC Runner version 0.19
Nov 14 22:08:54 PortableLM pacrunner[9965]: Terminating
Nov 14 22:08:54 PortableLM pacrunner[9965]: Exit
Nov 14 22:08:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:54 PortableLM pacrunner[9968]: PAC Runner version 0.19
Nov 14 22:08:54 PortableLM pacrunner[9968]: Terminating
Nov 14 22:08:54 PortableLM pacrunner[9968]: Exit
Nov 14 22:08:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:54 PortableLM pacrunner[9971]: PAC Runner version 0.19
Nov 14 22:08:54 PortableLM pacrunner[9971]: Terminating
Nov 14 22:08:54 PortableLM pacrunner[9971]: Exit
Nov 14 22:08:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[9974]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[9974]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[9974]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[9977]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[9977]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[9977]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[9980]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[9980]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[9980]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[9983]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[9983]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[9983]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[9986]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[9986]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[9986]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[9989]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[9989]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[9989]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[9992]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[9992]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[9992]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[9995]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[9995]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[9995]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[9998]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[9998]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[9998]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[10001]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[10001]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[10001]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[10004]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[10004]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[10004]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:55 PortableLM pacrunner[10007]: PAC Runner version 0.19
Nov 14 22:08:55 PortableLM pacrunner[10007]: Terminating
Nov 14 22:08:55 PortableLM pacrunner[10007]: Exit
Nov 14 22:08:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:56 PortableLM pacrunner[10010]: PAC Runner version 0.19
Nov 14 22:08:56 PortableLM pacrunner[10010]: Terminating
Nov 14 22:08:56 PortableLM pacrunner[10010]: Exit
Nov 14 22:08:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:56 PortableLM pacrunner[10013]: PAC Runner version 0.19
Nov 14 22:08:56 PortableLM pacrunner[10013]: Terminating
Nov 14 22:08:56 PortableLM pacrunner[10013]: Exit
Nov 14 22:08:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:56 PortableLM pacrunner[10016]: PAC Runner version 0.19
Nov 14 22:08:56 PortableLM pacrunner[10016]: Terminating
Nov 14 22:08:56 PortableLM pacrunner[10016]: Exit
Nov 14 22:08:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:56 PortableLM pacrunner[10019]: PAC Runner version 0.19
Nov 14 22:08:56 PortableLM pacrunner[10019]: Terminating
Nov 14 22:08:56 PortableLM pacrunner[10019]: Exit
Nov 14 22:08:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:56 PortableLM pacrunner[10022]: PAC Runner version 0.19
Nov 14 22:08:56 PortableLM pacrunner[10022]: Terminating
Nov 14 22:08:56 PortableLM pacrunner[10022]: Exit
Nov 14 22:08:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:56 PortableLM pacrunner[10025]: PAC Runner version 0.19
Nov 14 22:08:56 PortableLM pacrunner[10025]: Terminating
Nov 14 22:08:56 PortableLM pacrunner[10025]: Exit
Nov 14 22:08:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:56 PortableLM pacrunner[10028]: PAC Runner version 0.19
Nov 14 22:08:56 PortableLM pacrunner[10028]: Terminating
Nov 14 22:08:56 PortableLM pacrunner[10028]: Exit
Nov 14 22:08:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:56 PortableLM pacrunner[10031]: PAC Runner version 0.19
Nov 14 22:08:56 PortableLM pacrunner[10031]: Terminating
Nov 14 22:08:56 PortableLM pacrunner[10031]: Exit
Nov 14 22:08:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:56 PortableLM pacrunner[10034]: PAC Runner version 0.19
Nov 14 22:08:56 PortableLM pacrunner[10034]: Terminating
Nov 14 22:08:56 PortableLM pacrunner[10034]: Exit
Nov 14 22:08:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:56 PortableLM pacrunner[10037]: PAC Runner version 0.19
Nov 14 22:08:56 PortableLM pacrunner[10037]: Terminating
Nov 14 22:08:56 PortableLM pacrunner[10037]: Exit
Nov 14 22:08:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:56 PortableLM pacrunner[10040]: PAC Runner version 0.19
Nov 14 22:08:56 PortableLM pacrunner[10040]: Terminating
Nov 14 22:08:56 PortableLM pacrunner[10040]: Exit
Nov 14 22:08:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10043]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10043]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10043]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10046]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10046]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10046]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10049]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10049]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10049]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10052]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10052]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10052]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10055]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10055]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10055]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10058]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10058]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10058]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10062]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10062]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10062]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10065]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10065]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10065]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10068]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10068]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10068]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10071]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10071]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10071]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10074]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10074]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10074]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:57 PortableLM pacrunner[10077]: PAC Runner version 0.19
Nov 14 22:08:57 PortableLM pacrunner[10077]: Terminating
Nov 14 22:08:57 PortableLM pacrunner[10077]: Exit
Nov 14 22:08:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10080]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10080]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10080]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10083]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10083]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10083]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10086]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10086]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10086]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10089]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10089]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10089]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10092]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10092]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10092]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10095]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10095]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10095]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10098]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10098]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10098]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10101]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10101]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10101]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10104]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10104]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10104]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10107]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10107]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10107]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10110]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10110]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10110]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:58 PortableLM pacrunner[10113]: PAC Runner version 0.19
Nov 14 22:08:58 PortableLM pacrunner[10113]: Terminating
Nov 14 22:08:58 PortableLM pacrunner[10113]: Exit
Nov 14 22:08:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:59 PortableLM pacrunner[10116]: PAC Runner version 0.19
Nov 14 22:08:59 PortableLM pacrunner[10116]: Terminating
Nov 14 22:08:59 PortableLM pacrunner[10116]: Exit
Nov 14 22:08:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:59 PortableLM pacrunner[10119]: PAC Runner version 0.19
Nov 14 22:08:59 PortableLM pacrunner[10119]: Terminating
Nov 14 22:08:59 PortableLM pacrunner[10119]: Exit
Nov 14 22:08:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:59 PortableLM pacrunner[10122]: PAC Runner version 0.19
Nov 14 22:08:59 PortableLM pacrunner[10122]: Terminating
Nov 14 22:08:59 PortableLM pacrunner[10122]: Exit
Nov 14 22:08:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:59 PortableLM pacrunner[10125]: PAC Runner version 0.19
Nov 14 22:08:59 PortableLM pacrunner[10125]: Terminating
Nov 14 22:08:59 PortableLM pacrunner[10125]: Exit
Nov 14 22:08:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:59 PortableLM pacrunner[10128]: PAC Runner version 0.19
Nov 14 22:08:59 PortableLM pacrunner[10128]: Terminating
Nov 14 22:08:59 PortableLM pacrunner[10128]: Exit
Nov 14 22:08:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:59 PortableLM pacrunner[10131]: PAC Runner version 0.19
Nov 14 22:08:59 PortableLM pacrunner[10131]: Terminating
Nov 14 22:08:59 PortableLM pacrunner[10131]: Exit
Nov 14 22:08:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:59 PortableLM pacrunner[10134]: PAC Runner version 0.19
Nov 14 22:08:59 PortableLM pacrunner[10134]: Terminating
Nov 14 22:08:59 PortableLM pacrunner[10134]: Exit
Nov 14 22:08:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:59 PortableLM pacrunner[10137]: PAC Runner version 0.19
Nov 14 22:08:59 PortableLM pacrunner[10137]: Terminating
Nov 14 22:08:59 PortableLM pacrunner[10137]: Exit
Nov 14 22:08:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:59 PortableLM pacrunner[10140]: PAC Runner version 0.19
Nov 14 22:08:59 PortableLM pacrunner[10140]: Terminating
Nov 14 22:08:59 PortableLM pacrunner[10140]: Exit
Nov 14 22:08:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:59 PortableLM pacrunner[10143]: PAC Runner version 0.19
Nov 14 22:08:59 PortableLM pacrunner[10143]: Terminating
Nov 14 22:08:59 PortableLM pacrunner[10143]: Exit
Nov 14 22:08:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:08:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:08:59 PortableLM pacrunner[10146]: PAC Runner version 0.19
Nov 14 22:08:59 PortableLM pacrunner[10146]: Terminating
Nov 14 22:08:59 PortableLM pacrunner[10146]: Exit
Nov 14 22:08:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:08:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:08:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10149]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10149]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10149]: Exit
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10152]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10152]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10152]: Exit
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10155]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10155]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10155]: Exit
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10158]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10158]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10158]: Exit
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10161]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10161]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10161]: Exit
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10164]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10164]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10164]: Exit
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10167]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10167]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10167]: Exit
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10170]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10170]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10170]: Exit
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10173]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10173]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10173]: Exit
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10176]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10176]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10176]: Exit
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10179]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10179]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10179]: Exit
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:00 PortableLM pacrunner[10182]: PAC Runner version 0.19
Nov 14 22:09:00 PortableLM pacrunner[10182]: Terminating
Nov 14 22:09:00 PortableLM pacrunner[10182]: Exit
Nov 14 22:09:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10185]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10185]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10185]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10188]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10188]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10188]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10191]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10191]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10191]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10194]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10194]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10194]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10197]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10197]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10197]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10200]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10200]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10200]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10203]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10203]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10203]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10206]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10206]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10206]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10209]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10209]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10209]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10212]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10212]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10212]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10215]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10215]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10215]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:01 PortableLM pacrunner[10218]: PAC Runner version 0.19
Nov 14 22:09:01 PortableLM pacrunner[10218]: Terminating
Nov 14 22:09:01 PortableLM pacrunner[10218]: Exit
Nov 14 22:09:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10221]: PAC Runner version 0.19
Nov 14 22:09:02 PortableLM pacrunner[10221]: Terminating
Nov 14 22:09:02 PortableLM pacrunner[10221]: Exit
Nov 14 22:09:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10224]: PAC Runner version 0.19
Nov 14 22:09:02 PortableLM pacrunner[10224]: Terminating
Nov 14 22:09:02 PortableLM pacrunner[10224]: Exit
Nov 14 22:09:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10227]: PAC Runner version 0.19
Nov 14 22:09:02 PortableLM pacrunner[10227]: Terminating
Nov 14 22:09:02 PortableLM pacrunner[10227]: Exit
Nov 14 22:09:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10230]: PAC Runner version 0.19
Nov 14 22:09:02 PortableLM pacrunner[10230]: Terminating
Nov 14 22:09:02 PortableLM pacrunner[10230]: Exit
Nov 14 22:09:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10233]: PAC Runner version 0.19
Nov 14 22:09:02 PortableLM pacrunner[10233]: Terminating
Nov 14 22:09:02 PortableLM pacrunner[10233]: Exit
Nov 14 22:09:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10236]: PAC Runner version 0.19
Nov 14 22:09:02 PortableLM pacrunner[10236]: Terminating
Nov 14 22:09:02 PortableLM pacrunner[10236]: Exit
Nov 14 22:09:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10239]: PAC Runner version 0.19
Nov 14 22:09:02 PortableLM pacrunner[10239]: Terminating
Nov 14 22:09:02 PortableLM pacrunner[10239]: Exit
Nov 14 22:09:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10242]: PAC Runner version 0.19
Nov 14 22:09:02 PortableLM pacrunner[10242]: Terminating
Nov 14 22:09:02 PortableLM pacrunner[10242]: Exit
Nov 14 22:09:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10245]: PAC Runner version 0.19
Nov 14 22:09:02 PortableLM pacrunner[10245]: Terminating
Nov 14 22:09:02 PortableLM pacrunner[10245]: Exit
Nov 14 22:09:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10248]: PAC Runner version 0.19
Nov 14 22:09:02 PortableLM pacrunner[10248]: Terminating
Nov 14 22:09:02 PortableLM pacrunner[10248]: Exit
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10251]: PAC Runner version 0.19
Nov 14 22:09:02 PortableLM pacrunner[10251]: Terminating
Nov 14 22:09:02 PortableLM pacrunner[10251]: Exit
Nov 14 22:09:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:02 PortableLM pacrunner[10254]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10254]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10254]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10257]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10257]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10257]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10260]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10260]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10260]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10263]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10263]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10263]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10266]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10266]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10266]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10269]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10269]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10269]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10272]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10272]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10272]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10275]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10275]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10275]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10278]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10278]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10278]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10281]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10281]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10281]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10284]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10284]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10284]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10287]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10287]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10287]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10290]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10290]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10290]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:03 PortableLM pacrunner[10293]: PAC Runner version 0.19
Nov 14 22:09:03 PortableLM pacrunner[10293]: Terminating
Nov 14 22:09:03 PortableLM pacrunner[10293]: Exit
Nov 14 22:09:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10296]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10296]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10296]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10299]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10299]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10299]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10302]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10302]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10302]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10305]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10305]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10305]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10308]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10308]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10308]: Exit
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10311]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10311]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10311]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10314]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10314]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10314]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10317]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10317]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10317]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10320]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10320]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10320]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10323]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10323]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10323]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10326]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10326]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10326]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10329]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10329]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10329]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10332]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10332]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10332]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:04 PortableLM pacrunner[10335]: PAC Runner version 0.19
Nov 14 22:09:04 PortableLM pacrunner[10335]: Terminating
Nov 14 22:09:04 PortableLM pacrunner[10335]: Exit
Nov 14 22:09:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10338]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10338]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10338]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10341]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10341]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10341]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10344]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10344]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10344]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10347]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10347]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10347]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10350]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10350]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10350]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10353]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10353]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10353]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10356]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10356]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10356]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10359]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10359]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10359]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10362]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10362]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10362]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10365]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10365]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10365]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10368]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10368]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10368]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10371]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10371]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10371]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:05 PortableLM pacrunner[10374]: PAC Runner version 0.19
Nov 14 22:09:05 PortableLM pacrunner[10374]: Terminating
Nov 14 22:09:05 PortableLM pacrunner[10374]: Exit
Nov 14 22:09:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10377]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10377]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10377]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10380]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10380]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10380]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10383]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10383]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10383]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10386]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10386]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10386]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10389]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10389]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10389]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10392]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10392]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10392]: Exit
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10395]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10395]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10395]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10398]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10398]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10398]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10401]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10401]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10401]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10404]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10404]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10404]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10407]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10407]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10407]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10410]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10410]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10410]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10413]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10413]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10413]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10416]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10416]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10416]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:06 PortableLM pacrunner[10419]: PAC Runner version 0.19
Nov 14 22:09:06 PortableLM pacrunner[10419]: Terminating
Nov 14 22:09:06 PortableLM pacrunner[10419]: Exit
Nov 14 22:09:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10422]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10422]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10422]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10425]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10425]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10425]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10428]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10428]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10428]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10431]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10431]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10431]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10434]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10434]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10434]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10437]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10437]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10437]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10440]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10440]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10440]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10443]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10443]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10443]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10446]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10446]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10446]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10449]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10449]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10449]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10452]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10452]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10452]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:07 PortableLM pacrunner[10455]: PAC Runner version 0.19
Nov 14 22:09:07 PortableLM pacrunner[10455]: Terminating
Nov 14 22:09:07 PortableLM pacrunner[10455]: Exit
Nov 14 22:09:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:08 PortableLM pacrunner[10458]: PAC Runner version 0.19
Nov 14 22:09:08 PortableLM pacrunner[10458]: Terminating
Nov 14 22:09:08 PortableLM pacrunner[10458]: Exit
Nov 14 22:09:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:08 PortableLM pacrunner[10461]: PAC Runner version 0.19
Nov 14 22:09:08 PortableLM pacrunner[10461]: Terminating
Nov 14 22:09:08 PortableLM pacrunner[10461]: Exit
Nov 14 22:09:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:08 PortableLM pacrunner[10464]: PAC Runner version 0.19
Nov 14 22:09:08 PortableLM pacrunner[10464]: Terminating
Nov 14 22:09:08 PortableLM pacrunner[10464]: Exit
Nov 14 22:09:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:08 PortableLM pacrunner[10467]: PAC Runner version 0.19
Nov 14 22:09:08 PortableLM pacrunner[10467]: Terminating
Nov 14 22:09:08 PortableLM pacrunner[10467]: Exit
Nov 14 22:09:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:08 PortableLM pacrunner[10470]: PAC Runner version 0.19
Nov 14 22:09:08 PortableLM pacrunner[10470]: Terminating
Nov 14 22:09:08 PortableLM pacrunner[10470]: Exit
Nov 14 22:09:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:08 PortableLM pacrunner[10473]: PAC Runner version 0.19
Nov 14 22:09:08 PortableLM pacrunner[10473]: Terminating
Nov 14 22:09:08 PortableLM pacrunner[10473]: Exit
Nov 14 22:09:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:08 PortableLM pacrunner[10476]: PAC Runner version 0.19
Nov 14 22:09:08 PortableLM pacrunner[10476]: Terminating
Nov 14 22:09:08 PortableLM pacrunner[10476]: Exit
Nov 14 22:09:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:08 PortableLM pacrunner[10479]: PAC Runner version 0.19
Nov 14 22:09:08 PortableLM pacrunner[10479]: Terminating
Nov 14 22:09:08 PortableLM pacrunner[10479]: Exit
Nov 14 22:09:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:08 PortableLM pacrunner[10482]: PAC Runner version 0.19
Nov 14 22:09:08 PortableLM pacrunner[10482]: Terminating
Nov 14 22:09:08 PortableLM pacrunner[10482]: Exit
Nov 14 22:09:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:08 PortableLM pacrunner[10485]: PAC Runner version 0.19
Nov 14 22:09:08 PortableLM pacrunner[10485]: Terminating
Nov 14 22:09:08 PortableLM pacrunner[10485]: Exit
Nov 14 22:09:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:08 PortableLM pacrunner[10488]: PAC Runner version 0.19
Nov 14 22:09:08 PortableLM pacrunner[10488]: Terminating
Nov 14 22:09:08 PortableLM pacrunner[10488]: Exit
Nov 14 22:09:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:09 PortableLM pacrunner[10491]: PAC Runner version 0.19
Nov 14 22:09:09 PortableLM pacrunner[10491]: Terminating
Nov 14 22:09:09 PortableLM pacrunner[10491]: Exit
Nov 14 22:09:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:09 PortableLM pacrunner[10494]: PAC Runner version 0.19
Nov 14 22:09:09 PortableLM pacrunner[10494]: Terminating
Nov 14 22:09:09 PortableLM pacrunner[10494]: Exit
Nov 14 22:09:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:09 PortableLM pacrunner[10497]: PAC Runner version 0.19
Nov 14 22:09:09 PortableLM pacrunner[10497]: Terminating
Nov 14 22:09:09 PortableLM pacrunner[10497]: Exit
Nov 14 22:09:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:09 PortableLM pacrunner[10500]: PAC Runner version 0.19
Nov 14 22:09:09 PortableLM pacrunner[10500]: Terminating
Nov 14 22:09:09 PortableLM pacrunner[10500]: Exit
Nov 14 22:09:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:09 PortableLM pacrunner[10503]: PAC Runner version 0.19
Nov 14 22:09:09 PortableLM pacrunner[10503]: Terminating
Nov 14 22:09:09 PortableLM pacrunner[10503]: Exit
Nov 14 22:09:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:09 PortableLM pacrunner[10506]: PAC Runner version 0.19
Nov 14 22:09:09 PortableLM pacrunner[10506]: Terminating
Nov 14 22:09:09 PortableLM pacrunner[10506]: Exit
Nov 14 22:09:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:09 PortableLM pacrunner[10509]: PAC Runner version 0.19
Nov 14 22:09:09 PortableLM pacrunner[10509]: Terminating
Nov 14 22:09:09 PortableLM pacrunner[10509]: Exit
Nov 14 22:09:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:09 PortableLM pacrunner[10512]: PAC Runner version 0.19
Nov 14 22:09:09 PortableLM pacrunner[10512]: Terminating
Nov 14 22:09:09 PortableLM pacrunner[10512]: Exit
Nov 14 22:09:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:09 PortableLM pacrunner[10515]: PAC Runner version 0.19
Nov 14 22:09:09 PortableLM pacrunner[10515]: Terminating
Nov 14 22:09:09 PortableLM pacrunner[10515]: Exit
Nov 14 22:09:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:09 PortableLM pacrunner[10518]: PAC Runner version 0.19
Nov 14 22:09:09 PortableLM pacrunner[10518]: Terminating
Nov 14 22:09:09 PortableLM pacrunner[10518]: Exit
Nov 14 22:09:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:09 PortableLM pacrunner[10521]: PAC Runner version 0.19
Nov 14 22:09:09 PortableLM pacrunner[10521]: Terminating
Nov 14 22:09:09 PortableLM pacrunner[10521]: Exit
Nov 14 22:09:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10524]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10524]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10524]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10527]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10527]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10527]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10530]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10530]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10530]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10533]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10533]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10533]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10536]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10536]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10536]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10539]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10539]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10539]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10542]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10542]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10542]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10545]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10545]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10545]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10548]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10548]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10548]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10551]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10551]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10551]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10554]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10554]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10554]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10557]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10557]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10557]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:10 PortableLM pacrunner[10560]: PAC Runner version 0.19
Nov 14 22:09:10 PortableLM pacrunner[10560]: Terminating
Nov 14 22:09:10 PortableLM pacrunner[10560]: Exit
Nov 14 22:09:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10563]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10563]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10563]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10566]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10566]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10566]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10569]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10569]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10569]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10572]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10572]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10572]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10575]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10575]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10575]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10578]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10578]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10578]: Exit
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10581]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10581]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10581]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10584]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10584]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10584]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10587]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10587]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10587]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10590]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10590]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10590]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10593]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10593]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10593]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10596]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10596]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10596]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10599]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10599]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10599]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10602]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10602]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10602]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10605]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10605]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10605]: Exit
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:11 PortableLM pacrunner[10608]: PAC Runner version 0.19
Nov 14 22:09:11 PortableLM pacrunner[10608]: Terminating
Nov 14 22:09:11 PortableLM pacrunner[10608]: Exit
Nov 14 22:09:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10611]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10611]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10611]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10614]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10614]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10614]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10617]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10617]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10617]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10620]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10620]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10620]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10623]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10623]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10623]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10626]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10626]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10626]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10629]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10629]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10629]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10632]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10632]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10632]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10635]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10635]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10635]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10638]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10638]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10638]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10641]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10641]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10641]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10644]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10644]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10644]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:12 PortableLM pacrunner[10647]: PAC Runner version 0.19
Nov 14 22:09:12 PortableLM pacrunner[10647]: Terminating
Nov 14 22:09:12 PortableLM pacrunner[10647]: Exit
Nov 14 22:09:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10650]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10650]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10650]: Exit
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10653]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10653]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10653]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10656]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10656]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10656]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10659]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10659]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10659]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10662]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10662]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10662]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10665]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10665]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10665]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10668]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10668]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10668]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10671]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10671]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10671]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10674]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10674]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10674]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10677]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10677]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10677]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10680]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10680]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10680]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10683]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10683]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10683]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10686]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10686]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10686]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:13 PortableLM pacrunner[10689]: PAC Runner version 0.19
Nov 14 22:09:13 PortableLM pacrunner[10689]: Terminating
Nov 14 22:09:13 PortableLM pacrunner[10689]: Exit
Nov 14 22:09:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10692]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10692]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10692]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10695]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10695]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10695]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10698]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10698]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10698]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10701]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10701]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10701]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10704]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10704]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10704]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10707]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10707]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10707]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10710]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10710]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10710]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10713]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10713]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10713]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10716]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10716]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10716]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10719]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10719]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10719]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10722]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10722]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10722]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:14 PortableLM pacrunner[10725]: PAC Runner version 0.19
Nov 14 22:09:14 PortableLM pacrunner[10725]: Terminating
Nov 14 22:09:14 PortableLM pacrunner[10725]: Exit
Nov 14 22:09:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10728]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10728]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10728]: Exit
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10731]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10731]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10731]: Exit
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10734]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10734]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10734]: Exit
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10737]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10737]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10737]: Exit
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10740]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10740]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10740]: Exit
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10743]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10743]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10743]: Exit
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10746]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10746]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10746]: Exit
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10749]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10749]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10749]: Exit
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10752]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10752]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10752]: Exit
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10755]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10755]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10755]: Exit
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10758]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10758]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10758]: Exit
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:15 PortableLM pacrunner[10761]: PAC Runner version 0.19
Nov 14 22:09:15 PortableLM pacrunner[10761]: Terminating
Nov 14 22:09:15 PortableLM pacrunner[10761]: Exit
Nov 14 22:09:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10764]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10764]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10764]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10767]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10767]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10767]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10770]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10770]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10770]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10773]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10773]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10773]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10776]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10776]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10776]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10779]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10779]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10779]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10782]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10782]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10782]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10785]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10785]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10785]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10788]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10788]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10788]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10791]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10791]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10791]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10794]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10794]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10794]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10797]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10797]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10797]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10800]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10800]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10800]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:16 PortableLM pacrunner[10803]: PAC Runner version 0.19
Nov 14 22:09:16 PortableLM pacrunner[10803]: Terminating
Nov 14 22:09:16 PortableLM pacrunner[10803]: Exit
Nov 14 22:09:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10806]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10806]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10806]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10809]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10809]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10809]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10812]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10812]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10812]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10815]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10815]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10815]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10818]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10818]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10818]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10821]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10821]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10821]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10824]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10824]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10824]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10827]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10827]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10827]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10830]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10830]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10830]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10833]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10833]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10833]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10836]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10836]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10836]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:17 PortableLM pacrunner[10839]: PAC Runner version 0.19
Nov 14 22:09:17 PortableLM pacrunner[10839]: Terminating
Nov 14 22:09:17 PortableLM pacrunner[10839]: Exit
Nov 14 22:09:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10842]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10842]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10842]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10845]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10845]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10845]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10848]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10848]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10848]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10851]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10851]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10851]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10854]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10854]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10854]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10857]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10857]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10857]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10860]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10860]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10860]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10863]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10863]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10863]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10866]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10866]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10866]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10869]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10869]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10869]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10872]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10872]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10872]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10875]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10875]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10875]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10878]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10878]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10878]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:18 PortableLM pacrunner[10881]: PAC Runner version 0.19
Nov 14 22:09:18 PortableLM pacrunner[10881]: Terminating
Nov 14 22:09:18 PortableLM pacrunner[10881]: Exit
Nov 14 22:09:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:19 PortableLM pacrunner[10884]: PAC Runner version 0.19
Nov 14 22:09:19 PortableLM pacrunner[10884]: Terminating
Nov 14 22:09:19 PortableLM pacrunner[10884]: Exit
Nov 14 22:09:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:19 PortableLM pacrunner[10887]: PAC Runner version 0.19
Nov 14 22:09:19 PortableLM pacrunner[10887]: Terminating
Nov 14 22:09:19 PortableLM pacrunner[10887]: Exit
Nov 14 22:09:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:19 PortableLM pacrunner[10890]: PAC Runner version 0.19
Nov 14 22:09:19 PortableLM pacrunner[10890]: Terminating
Nov 14 22:09:19 PortableLM pacrunner[10890]: Exit
Nov 14 22:09:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:19 PortableLM pacrunner[10893]: PAC Runner version 0.19
Nov 14 22:09:19 PortableLM pacrunner[10893]: Terminating
Nov 14 22:09:19 PortableLM pacrunner[10893]: Exit
Nov 14 22:09:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:19 PortableLM pacrunner[10896]: PAC Runner version 0.19
Nov 14 22:09:19 PortableLM pacrunner[10896]: Terminating
Nov 14 22:09:19 PortableLM pacrunner[10896]: Exit
Nov 14 22:09:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:19 PortableLM pacrunner[10899]: PAC Runner version 0.19
Nov 14 22:09:19 PortableLM pacrunner[10899]: Terminating
Nov 14 22:09:19 PortableLM pacrunner[10899]: Exit
Nov 14 22:09:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:19 PortableLM pacrunner[10902]: PAC Runner version 0.19
Nov 14 22:09:19 PortableLM pacrunner[10902]: Terminating
Nov 14 22:09:19 PortableLM pacrunner[10902]: Exit
Nov 14 22:09:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:19 PortableLM pacrunner[10905]: PAC Runner version 0.19
Nov 14 22:09:19 PortableLM pacrunner[10905]: Terminating
Nov 14 22:09:19 PortableLM pacrunner[10905]: Exit
Nov 14 22:09:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:19 PortableLM pacrunner[10908]: PAC Runner version 0.19
Nov 14 22:09:19 PortableLM pacrunner[10908]: Terminating
Nov 14 22:09:19 PortableLM pacrunner[10908]: Exit
Nov 14 22:09:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:19 PortableLM pacrunner[10911]: PAC Runner version 0.19
Nov 14 22:09:19 PortableLM pacrunner[10911]: Terminating
Nov 14 22:09:19 PortableLM pacrunner[10911]: Exit
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:19 PortableLM pacrunner[10914]: PAC Runner version 0.19
Nov 14 22:09:19 PortableLM pacrunner[10914]: Terminating
Nov 14 22:09:19 PortableLM pacrunner[10914]: Exit
Nov 14 22:09:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10917]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10917]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10917]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10920]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10920]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10920]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10923]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10923]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10923]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10926]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10926]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10926]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10929]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10929]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10929]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10932]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10932]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10932]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10935]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10935]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10935]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10938]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10938]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10938]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10941]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10941]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10941]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10944]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10944]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10944]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10947]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10947]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10947]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10950]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10950]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10950]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:20 PortableLM pacrunner[10953]: PAC Runner version 0.19
Nov 14 22:09:20 PortableLM pacrunner[10953]: Terminating
Nov 14 22:09:20 PortableLM pacrunner[10953]: Exit
Nov 14 22:09:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10956]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10956]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10956]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10959]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10959]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10959]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10962]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10962]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10962]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10965]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10965]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10965]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10968]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10968]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10968]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10971]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10971]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10971]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10974]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10974]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10974]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10977]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10977]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10977]: Exit
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10980]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10980]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10980]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10983]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10983]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10983]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10986]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10986]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10986]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10989]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10989]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10989]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:21 PortableLM pacrunner[10992]: PAC Runner version 0.19
Nov 14 22:09:21 PortableLM pacrunner[10992]: Terminating
Nov 14 22:09:21 PortableLM pacrunner[10992]: Exit
Nov 14 22:09:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[10995]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[10995]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[10995]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[10998]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[10998]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[10998]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[11001]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[11001]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[11001]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[11004]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[11004]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[11004]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[11007]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[11007]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[11007]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[11010]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[11010]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[11010]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[11013]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[11013]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[11013]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[11016]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[11016]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[11016]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[11019]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[11019]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[11019]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[11022]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[11022]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[11022]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[11025]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[11025]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[11025]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:22 PortableLM pacrunner[11028]: PAC Runner version 0.19
Nov 14 22:09:22 PortableLM pacrunner[11028]: Terminating
Nov 14 22:09:22 PortableLM pacrunner[11028]: Exit
Nov 14 22:09:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11031]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11031]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11031]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11034]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11034]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11034]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11037]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11037]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11037]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11040]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11040]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11040]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11043]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11043]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11043]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11046]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11046]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11046]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11049]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11049]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11049]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11052]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11052]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11052]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11055]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11055]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11055]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11058]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11058]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11058]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11061]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11061]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11061]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11064]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11064]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11064]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:23 PortableLM pacrunner[11067]: PAC Runner version 0.19
Nov 14 22:09:23 PortableLM pacrunner[11067]: Terminating
Nov 14 22:09:23 PortableLM pacrunner[11067]: Exit
Nov 14 22:09:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11070]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11070]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11070]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11073]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11073]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11073]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11076]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11076]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11076]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11079]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11079]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11079]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11082]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11082]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11082]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11085]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11085]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11085]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11088]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11088]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11088]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11091]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11091]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11091]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11094]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11094]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11094]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11097]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11097]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11097]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11100]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11100]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11100]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11103]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11103]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11103]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:24 PortableLM pacrunner[11106]: PAC Runner version 0.19
Nov 14 22:09:24 PortableLM pacrunner[11106]: Terminating
Nov 14 22:09:24 PortableLM pacrunner[11106]: Exit
Nov 14 22:09:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11109]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11109]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11109]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11112]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11112]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11112]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11115]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11115]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11115]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11118]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11118]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11118]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11121]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11121]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11121]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11124]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11124]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11124]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11127]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11127]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11127]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11130]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11130]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11130]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11133]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11133]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11133]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11136]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11136]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11136]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11139]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11139]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11139]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11142]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11142]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11142]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11145]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11145]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11145]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:25 PortableLM pacrunner[11148]: PAC Runner version 0.19
Nov 14 22:09:25 PortableLM pacrunner[11148]: Terminating
Nov 14 22:09:25 PortableLM pacrunner[11148]: Exit
Nov 14 22:09:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:26 PortableLM pacrunner[11151]: PAC Runner version 0.19
Nov 14 22:09:26 PortableLM pacrunner[11151]: Terminating
Nov 14 22:09:26 PortableLM pacrunner[11151]: Exit
Nov 14 22:09:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:26 PortableLM pacrunner[11154]: PAC Runner version 0.19
Nov 14 22:09:26 PortableLM pacrunner[11154]: Terminating
Nov 14 22:09:26 PortableLM pacrunner[11154]: Exit
Nov 14 22:09:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:26 PortableLM pacrunner[11157]: PAC Runner version 0.19
Nov 14 22:09:26 PortableLM pacrunner[11157]: Terminating
Nov 14 22:09:26 PortableLM pacrunner[11157]: Exit
Nov 14 22:09:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:26 PortableLM pacrunner[11160]: PAC Runner version 0.19
Nov 14 22:09:26 PortableLM pacrunner[11160]: Terminating
Nov 14 22:09:26 PortableLM pacrunner[11160]: Exit
Nov 14 22:09:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:26 PortableLM pacrunner[11163]: PAC Runner version 0.19
Nov 14 22:09:26 PortableLM pacrunner[11163]: Terminating
Nov 14 22:09:26 PortableLM pacrunner[11163]: Exit
Nov 14 22:09:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:26 PortableLM pacrunner[11166]: PAC Runner version 0.19
Nov 14 22:09:26 PortableLM pacrunner[11166]: Terminating
Nov 14 22:09:26 PortableLM pacrunner[11166]: Exit
Nov 14 22:09:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:26 PortableLM pacrunner[11169]: PAC Runner version 0.19
Nov 14 22:09:26 PortableLM pacrunner[11169]: Terminating
Nov 14 22:09:26 PortableLM pacrunner[11169]: Exit
Nov 14 22:09:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:26 PortableLM pacrunner[11172]: PAC Runner version 0.19
Nov 14 22:09:26 PortableLM pacrunner[11172]: Terminating
Nov 14 22:09:26 PortableLM pacrunner[11172]: Exit
Nov 14 22:09:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:26 PortableLM pacrunner[11175]: PAC Runner version 0.19
Nov 14 22:09:26 PortableLM pacrunner[11175]: Terminating
Nov 14 22:09:26 PortableLM pacrunner[11175]: Exit
Nov 14 22:09:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:26 PortableLM pacrunner[11178]: PAC Runner version 0.19
Nov 14 22:09:26 PortableLM pacrunner[11178]: Terminating
Nov 14 22:09:26 PortableLM pacrunner[11178]: Exit
Nov 14 22:09:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:26 PortableLM pacrunner[11181]: PAC Runner version 0.19
Nov 14 22:09:26 PortableLM pacrunner[11181]: Terminating
Nov 14 22:09:26 PortableLM pacrunner[11181]: Exit
Nov 14 22:09:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:27 PortableLM pacrunner[11184]: PAC Runner version 0.19
Nov 14 22:09:27 PortableLM pacrunner[11184]: Terminating
Nov 14 22:09:27 PortableLM pacrunner[11184]: Exit
Nov 14 22:09:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:27 PortableLM pacrunner[11187]: PAC Runner version 0.19
Nov 14 22:09:27 PortableLM pacrunner[11187]: Terminating
Nov 14 22:09:27 PortableLM pacrunner[11187]: Exit
Nov 14 22:09:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:27 PortableLM pacrunner[11190]: PAC Runner version 0.19
Nov 14 22:09:27 PortableLM pacrunner[11190]: Terminating
Nov 14 22:09:27 PortableLM pacrunner[11190]: Exit
Nov 14 22:09:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:27 PortableLM pacrunner[11193]: PAC Runner version 0.19
Nov 14 22:09:27 PortableLM pacrunner[11193]: Terminating
Nov 14 22:09:27 PortableLM pacrunner[11193]: Exit
Nov 14 22:09:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:27 PortableLM pacrunner[11196]: PAC Runner version 0.19
Nov 14 22:09:27 PortableLM pacrunner[11196]: Terminating
Nov 14 22:09:27 PortableLM pacrunner[11196]: Exit
Nov 14 22:09:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:27 PortableLM pacrunner[11199]: PAC Runner version 0.19
Nov 14 22:09:27 PortableLM pacrunner[11199]: Terminating
Nov 14 22:09:27 PortableLM pacrunner[11199]: Exit
Nov 14 22:09:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:27 PortableLM pacrunner[11202]: PAC Runner version 0.19
Nov 14 22:09:27 PortableLM pacrunner[11202]: Terminating
Nov 14 22:09:27 PortableLM pacrunner[11202]: Exit
Nov 14 22:09:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:27 PortableLM pacrunner[11205]: PAC Runner version 0.19
Nov 14 22:09:27 PortableLM pacrunner[11205]: Terminating
Nov 14 22:09:27 PortableLM pacrunner[11205]: Exit
Nov 14 22:09:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:27 PortableLM pacrunner[11208]: PAC Runner version 0.19
Nov 14 22:09:27 PortableLM pacrunner[11208]: Terminating
Nov 14 22:09:27 PortableLM pacrunner[11208]: Exit
Nov 14 22:09:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:27 PortableLM pacrunner[11211]: PAC Runner version 0.19
Nov 14 22:09:27 PortableLM pacrunner[11211]: Terminating
Nov 14 22:09:27 PortableLM pacrunner[11211]: Exit
Nov 14 22:09:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:27 PortableLM pacrunner[11214]: PAC Runner version 0.19
Nov 14 22:09:27 PortableLM pacrunner[11214]: Terminating
Nov 14 22:09:27 PortableLM pacrunner[11214]: Exit
Nov 14 22:09:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11217]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11217]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11217]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11220]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11220]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11220]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11223]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11223]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11223]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11226]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11226]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11226]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11229]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11229]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11229]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11232]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11232]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11232]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11235]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11235]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11235]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11238]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11238]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11238]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11241]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11241]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11241]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11244]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11244]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11244]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11247]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11247]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11247]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11250]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11250]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11250]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:28 PortableLM pacrunner[11253]: PAC Runner version 0.19
Nov 14 22:09:28 PortableLM pacrunner[11253]: Terminating
Nov 14 22:09:28 PortableLM pacrunner[11253]: Exit
Nov 14 22:09:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11256]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11256]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11256]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11259]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11259]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11259]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11262]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11262]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11262]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11265]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11265]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11265]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11268]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11268]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11268]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11271]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11271]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11271]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11274]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11274]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11274]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11277]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11277]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11277]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11280]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11280]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11280]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11283]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11283]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11283]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11286]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11286]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11286]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11289]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11289]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11289]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11292]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11292]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11292]: Exit
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11295]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11295]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11295]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:29 PortableLM pacrunner[11298]: PAC Runner version 0.19
Nov 14 22:09:29 PortableLM pacrunner[11298]: Terminating
Nov 14 22:09:29 PortableLM pacrunner[11298]: Exit
Nov 14 22:09:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11301]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11301]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11301]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11304]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11304]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11304]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11307]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11307]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11307]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11310]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11310]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11310]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11313]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11313]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11313]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11316]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11316]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11316]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11319]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11319]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11319]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11322]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11322]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11322]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11325]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11325]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11325]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11328]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11328]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11328]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11331]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11331]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11331]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11334]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11334]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11334]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:30 PortableLM pacrunner[11337]: PAC Runner version 0.19
Nov 14 22:09:30 PortableLM pacrunner[11337]: Terminating
Nov 14 22:09:30 PortableLM pacrunner[11337]: Exit
Nov 14 22:09:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11340]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11340]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11340]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11343]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11343]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11343]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11346]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11346]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11346]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11349]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11349]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11349]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11352]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11352]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11352]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11355]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11355]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11355]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11358]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11358]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11358]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11361]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11361]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11361]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11364]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11364]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11364]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11367]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11367]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11367]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11370]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11370]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11370]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:31 PortableLM pacrunner[11373]: PAC Runner version 0.19
Nov 14 22:09:31 PortableLM pacrunner[11373]: Terminating
Nov 14 22:09:31 PortableLM pacrunner[11373]: Exit
Nov 14 22:09:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11376]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11376]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11376]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11379]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11379]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11379]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11382]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11382]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11382]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11385]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11385]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11385]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11388]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11388]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11388]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11391]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11391]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11391]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11394]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11394]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11394]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11397]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11397]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11397]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11400]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11400]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11400]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11403]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11403]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11403]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11406]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11406]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11406]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11409]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11409]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11409]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:32 PortableLM pacrunner[11412]: PAC Runner version 0.19
Nov 14 22:09:32 PortableLM pacrunner[11412]: Terminating
Nov 14 22:09:32 PortableLM pacrunner[11412]: Exit
Nov 14 22:09:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11415]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11415]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11415]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11418]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11418]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11418]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11421]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11421]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11421]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11424]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11424]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11424]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11427]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11427]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11427]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11430]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11430]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11430]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11433]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11433]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11433]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11436]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11436]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11436]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11439]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11439]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11439]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11442]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11442]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11442]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11445]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11445]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11445]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11448]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11448]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11448]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:33 PortableLM pacrunner[11451]: PAC Runner version 0.19
Nov 14 22:09:33 PortableLM pacrunner[11451]: Terminating
Nov 14 22:09:33 PortableLM pacrunner[11451]: Exit
Nov 14 22:09:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11454]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11454]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11454]: Exit
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11457]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11457]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11457]: Exit
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11460]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11460]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11460]: Exit
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11463]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11463]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11463]: Exit
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11466]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11466]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11466]: Exit
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11469]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11469]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11469]: Exit
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11472]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11472]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11472]: Exit
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11475]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11475]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11475]: Exit
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11478]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11478]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11478]: Exit
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11481]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11481]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11481]: Exit
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11484]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11484]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11484]: Exit
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11487]: PAC Runner version 0.19
Nov 14 22:09:34 PortableLM pacrunner[11487]: Terminating
Nov 14 22:09:34 PortableLM pacrunner[11487]: Exit
Nov 14 22:09:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:34 PortableLM pacrunner[11490]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11490]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11490]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11493]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11493]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11493]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11496]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11496]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11496]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11499]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11499]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11499]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11502]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11502]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11502]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11505]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11505]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11505]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11508]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11508]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11508]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11511]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11511]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11511]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11514]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11514]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11514]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11517]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11517]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11517]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11521]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11521]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11521]: Exit
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11524]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11524]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11524]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11527]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11527]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11527]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:35 PortableLM pacrunner[11530]: PAC Runner version 0.19
Nov 14 22:09:35 PortableLM pacrunner[11530]: Terminating
Nov 14 22:09:35 PortableLM pacrunner[11530]: Exit
Nov 14 22:09:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:36 PortableLM pacrunner[11533]: PAC Runner version 0.19
Nov 14 22:09:36 PortableLM pacrunner[11533]: Terminating
Nov 14 22:09:36 PortableLM pacrunner[11533]: Exit
Nov 14 22:09:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:36 PortableLM pacrunner[11536]: PAC Runner version 0.19
Nov 14 22:09:36 PortableLM pacrunner[11536]: Terminating
Nov 14 22:09:36 PortableLM pacrunner[11536]: Exit
Nov 14 22:09:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:36 PortableLM pacrunner[11539]: PAC Runner version 0.19
Nov 14 22:09:36 PortableLM pacrunner[11539]: Terminating
Nov 14 22:09:36 PortableLM pacrunner[11539]: Exit
Nov 14 22:09:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:36 PortableLM pacrunner[11542]: PAC Runner version 0.19
Nov 14 22:09:36 PortableLM pacrunner[11542]: Terminating
Nov 14 22:09:36 PortableLM pacrunner[11542]: Exit
Nov 14 22:09:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:36 PortableLM pacrunner[11545]: PAC Runner version 0.19
Nov 14 22:09:36 PortableLM pacrunner[11545]: Terminating
Nov 14 22:09:36 PortableLM pacrunner[11545]: Exit
Nov 14 22:09:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:36 PortableLM pacrunner[11548]: PAC Runner version 0.19
Nov 14 22:09:36 PortableLM pacrunner[11548]: Terminating
Nov 14 22:09:36 PortableLM pacrunner[11548]: Exit
Nov 14 22:09:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:36 PortableLM pacrunner[11551]: PAC Runner version 0.19
Nov 14 22:09:36 PortableLM pacrunner[11551]: Terminating
Nov 14 22:09:36 PortableLM pacrunner[11551]: Exit
Nov 14 22:09:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:36 PortableLM pacrunner[11554]: PAC Runner version 0.19
Nov 14 22:09:36 PortableLM pacrunner[11554]: Terminating
Nov 14 22:09:36 PortableLM pacrunner[11554]: Exit
Nov 14 22:09:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:36 PortableLM pacrunner[11557]: PAC Runner version 0.19
Nov 14 22:09:36 PortableLM pacrunner[11557]: Terminating
Nov 14 22:09:36 PortableLM pacrunner[11557]: Exit
Nov 14 22:09:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:36 PortableLM pacrunner[11560]: PAC Runner version 0.19
Nov 14 22:09:36 PortableLM pacrunner[11560]: Terminating
Nov 14 22:09:36 PortableLM pacrunner[11560]: Exit
Nov 14 22:09:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:36 PortableLM pacrunner[11563]: PAC Runner version 0.19
Nov 14 22:09:36 PortableLM pacrunner[11563]: Terminating
Nov 14 22:09:36 PortableLM pacrunner[11563]: Exit
Nov 14 22:09:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11566]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11566]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11566]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11569]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11569]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11569]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11572]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11572]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11572]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11575]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11575]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11575]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11578]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11578]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11578]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11581]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11581]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11581]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11584]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11584]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11584]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11587]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11587]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11587]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11590]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11590]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11590]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11593]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11593]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11593]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11596]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11596]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11596]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:37 PortableLM pacrunner[11599]: PAC Runner version 0.19
Nov 14 22:09:37 PortableLM pacrunner[11599]: Terminating
Nov 14 22:09:37 PortableLM pacrunner[11599]: Exit
Nov 14 22:09:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11602]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11602]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11602]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11605]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11605]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11605]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11608]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11608]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11608]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11611]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11611]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11611]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11614]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11614]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11614]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11618]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11618]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11618]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11621]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11621]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11621]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11624]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11624]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11624]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11627]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11627]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11627]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11630]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11630]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11630]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11633]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11633]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11633]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:38 PortableLM pacrunner[11636]: PAC Runner version 0.19
Nov 14 22:09:38 PortableLM pacrunner[11636]: Terminating
Nov 14 22:09:38 PortableLM pacrunner[11636]: Exit
Nov 14 22:09:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:39 PortableLM pacrunner[11639]: PAC Runner version 0.19
Nov 14 22:09:39 PortableLM pacrunner[11639]: Terminating
Nov 14 22:09:39 PortableLM pacrunner[11639]: Exit
Nov 14 22:09:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:39 PortableLM pacrunner[11642]: PAC Runner version 0.19
Nov 14 22:09:39 PortableLM pacrunner[11642]: Terminating
Nov 14 22:09:39 PortableLM pacrunner[11642]: Exit
Nov 14 22:09:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:39 PortableLM pacrunner[11645]: PAC Runner version 0.19
Nov 14 22:09:39 PortableLM pacrunner[11645]: Terminating
Nov 14 22:09:39 PortableLM pacrunner[11645]: Exit
Nov 14 22:09:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:39 PortableLM pacrunner[11648]: PAC Runner version 0.19
Nov 14 22:09:39 PortableLM pacrunner[11648]: Terminating
Nov 14 22:09:39 PortableLM pacrunner[11648]: Exit
Nov 14 22:09:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:39 PortableLM pacrunner[11651]: PAC Runner version 0.19
Nov 14 22:09:39 PortableLM pacrunner[11651]: Terminating
Nov 14 22:09:39 PortableLM pacrunner[11651]: Exit
Nov 14 22:09:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:39 PortableLM pacrunner[11654]: PAC Runner version 0.19
Nov 14 22:09:39 PortableLM pacrunner[11654]: Terminating
Nov 14 22:09:39 PortableLM pacrunner[11654]: Exit
Nov 14 22:09:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:39 PortableLM pacrunner[11657]: PAC Runner version 0.19
Nov 14 22:09:39 PortableLM pacrunner[11657]: Terminating
Nov 14 22:09:39 PortableLM pacrunner[11657]: Exit
Nov 14 22:09:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:39 PortableLM pacrunner[11660]: PAC Runner version 0.19
Nov 14 22:09:39 PortableLM pacrunner[11660]: Terminating
Nov 14 22:09:39 PortableLM pacrunner[11660]: Exit
Nov 14 22:09:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:39 PortableLM pacrunner[11663]: PAC Runner version 0.19
Nov 14 22:09:39 PortableLM pacrunner[11663]: Terminating
Nov 14 22:09:39 PortableLM pacrunner[11663]: Exit
Nov 14 22:09:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:39 PortableLM pacrunner[11666]: PAC Runner version 0.19
Nov 14 22:09:39 PortableLM pacrunner[11666]: Terminating
Nov 14 22:09:39 PortableLM pacrunner[11666]: Exit
Nov 14 22:09:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:39 PortableLM pacrunner[11669]: PAC Runner version 0.19
Nov 14 22:09:39 PortableLM pacrunner[11669]: Terminating
Nov 14 22:09:39 PortableLM pacrunner[11669]: Exit
Nov 14 22:09:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:40 PortableLM pacrunner[11672]: PAC Runner version 0.19
Nov 14 22:09:40 PortableLM pacrunner[11672]: Terminating
Nov 14 22:09:40 PortableLM pacrunner[11672]: Exit
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:40 PortableLM pacrunner[11675]: PAC Runner version 0.19
Nov 14 22:09:40 PortableLM pacrunner[11675]: Terminating
Nov 14 22:09:40 PortableLM pacrunner[11675]: Exit
Nov 14 22:09:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:40 PortableLM pacrunner[11678]: PAC Runner version 0.19
Nov 14 22:09:40 PortableLM pacrunner[11678]: Terminating
Nov 14 22:09:40 PortableLM pacrunner[11678]: Exit
Nov 14 22:09:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:40 PortableLM pacrunner[11681]: PAC Runner version 0.19
Nov 14 22:09:40 PortableLM pacrunner[11681]: Terminating
Nov 14 22:09:40 PortableLM pacrunner[11681]: Exit
Nov 14 22:09:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:40 PortableLM pacrunner[11684]: PAC Runner version 0.19
Nov 14 22:09:40 PortableLM pacrunner[11684]: Terminating
Nov 14 22:09:40 PortableLM pacrunner[11684]: Exit
Nov 14 22:09:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:40 PortableLM pacrunner[11687]: PAC Runner version 0.19
Nov 14 22:09:40 PortableLM pacrunner[11687]: Terminating
Nov 14 22:09:40 PortableLM pacrunner[11687]: Exit
Nov 14 22:09:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:40 PortableLM pacrunner[11690]: PAC Runner version 0.19
Nov 14 22:09:40 PortableLM pacrunner[11690]: Terminating
Nov 14 22:09:40 PortableLM pacrunner[11690]: Exit
Nov 14 22:09:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:40 PortableLM pacrunner[11693]: PAC Runner version 0.19
Nov 14 22:09:40 PortableLM pacrunner[11693]: Terminating
Nov 14 22:09:40 PortableLM pacrunner[11693]: Exit
Nov 14 22:09:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:40 PortableLM pacrunner[11696]: PAC Runner version 0.19
Nov 14 22:09:40 PortableLM pacrunner[11696]: Terminating
Nov 14 22:09:40 PortableLM pacrunner[11696]: Exit
Nov 14 22:09:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:40 PortableLM pacrunner[11699]: PAC Runner version 0.19
Nov 14 22:09:40 PortableLM pacrunner[11699]: Terminating
Nov 14 22:09:40 PortableLM pacrunner[11699]: Exit
Nov 14 22:09:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:40 PortableLM pacrunner[11702]: PAC Runner version 0.19
Nov 14 22:09:40 PortableLM pacrunner[11702]: Terminating
Nov 14 22:09:40 PortableLM pacrunner[11702]: Exit
Nov 14 22:09:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11705]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11705]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11705]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11708]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11708]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11708]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11711]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11711]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11711]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11714]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11714]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11714]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11717]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11717]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11717]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11720]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11720]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11720]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11723]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11723]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11723]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11726]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11726]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11726]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11729]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11729]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11729]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11732]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11732]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11732]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11735]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11735]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11735]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11738]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11738]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11738]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:41 PortableLM pacrunner[11741]: PAC Runner version 0.19
Nov 14 22:09:41 PortableLM pacrunner[11741]: Terminating
Nov 14 22:09:41 PortableLM pacrunner[11741]: Exit
Nov 14 22:09:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11744]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11744]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11744]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11747]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11747]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11747]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11750]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11750]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11750]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11753]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11753]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11753]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11756]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11756]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11756]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11759]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11759]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11759]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11762]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11762]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11762]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11765]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11765]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11765]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11768]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11768]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11768]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11771]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11771]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11771]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11775]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11775]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11775]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11778]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11778]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11778]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:42 PortableLM pacrunner[11781]: PAC Runner version 0.19
Nov 14 22:09:42 PortableLM pacrunner[11781]: Terminating
Nov 14 22:09:42 PortableLM pacrunner[11781]: Exit
Nov 14 22:09:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11784]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11784]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11784]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11787]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11787]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11787]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11790]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11790]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11790]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11793]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11793]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11793]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11796]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11796]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11796]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11799]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11799]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11799]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11802]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11802]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11802]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11805]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11805]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11805]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11808]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11808]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11808]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11811]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11811]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11811]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11814]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11814]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11814]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11817]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11817]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11817]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11820]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11820]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11820]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:43 PortableLM pacrunner[11823]: PAC Runner version 0.19
Nov 14 22:09:43 PortableLM pacrunner[11823]: Terminating
Nov 14 22:09:43 PortableLM pacrunner[11823]: Exit
Nov 14 22:09:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11826]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11826]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11826]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11829]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11829]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11829]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11832]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11832]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11832]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11835]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11835]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11835]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11838]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11838]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11838]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11841]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11841]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11841]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11844]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11844]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11844]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11847]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11847]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11847]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11850]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11850]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11850]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11853]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11853]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11853]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11856]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11856]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11856]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:44 PortableLM pacrunner[11859]: PAC Runner version 0.19
Nov 14 22:09:44 PortableLM pacrunner[11859]: Terminating
Nov 14 22:09:44 PortableLM pacrunner[11859]: Exit
Nov 14 22:09:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11862]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11862]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11862]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11865]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11865]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11865]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11868]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11868]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11868]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11871]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11871]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11871]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11874]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11874]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11874]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11877]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11877]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11877]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11880]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11880]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11880]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11883]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11883]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11883]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11886]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11886]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11886]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11889]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11889]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11889]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11892]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11892]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11892]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11895]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11895]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11895]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:45 PortableLM pacrunner[11898]: PAC Runner version 0.19
Nov 14 22:09:45 PortableLM pacrunner[11898]: Terminating
Nov 14 22:09:45 PortableLM pacrunner[11898]: Exit
Nov 14 22:09:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:46 PortableLM pacrunner[11901]: PAC Runner version 0.19
Nov 14 22:09:46 PortableLM pacrunner[11901]: Terminating
Nov 14 22:09:46 PortableLM pacrunner[11901]: Exit
Nov 14 22:09:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:46 PortableLM pacrunner[11904]: PAC Runner version 0.19
Nov 14 22:09:46 PortableLM pacrunner[11904]: Terminating
Nov 14 22:09:46 PortableLM pacrunner[11904]: Exit
Nov 14 22:09:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:46 PortableLM pacrunner[11907]: PAC Runner version 0.19
Nov 14 22:09:46 PortableLM pacrunner[11907]: Terminating
Nov 14 22:09:46 PortableLM pacrunner[11907]: Exit
Nov 14 22:09:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:46 PortableLM pacrunner[11910]: PAC Runner version 0.19
Nov 14 22:09:46 PortableLM pacrunner[11910]: Terminating
Nov 14 22:09:46 PortableLM pacrunner[11910]: Exit
Nov 14 22:09:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:46 PortableLM pacrunner[11913]: PAC Runner version 0.19
Nov 14 22:09:46 PortableLM pacrunner[11913]: Terminating
Nov 14 22:09:46 PortableLM pacrunner[11913]: Exit
Nov 14 22:09:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:46 PortableLM pacrunner[11916]: PAC Runner version 0.19
Nov 14 22:09:46 PortableLM pacrunner[11916]: Terminating
Nov 14 22:09:46 PortableLM pacrunner[11916]: Exit
Nov 14 22:09:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:46 PortableLM pacrunner[11919]: PAC Runner version 0.19
Nov 14 22:09:46 PortableLM pacrunner[11919]: Terminating
Nov 14 22:09:46 PortableLM pacrunner[11919]: Exit
Nov 14 22:09:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:46 PortableLM pacrunner[11922]: PAC Runner version 0.19
Nov 14 22:09:46 PortableLM pacrunner[11922]: Terminating
Nov 14 22:09:46 PortableLM pacrunner[11922]: Exit
Nov 14 22:09:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:46 PortableLM pacrunner[11925]: PAC Runner version 0.19
Nov 14 22:09:46 PortableLM pacrunner[11925]: Terminating
Nov 14 22:09:46 PortableLM pacrunner[11925]: Exit
Nov 14 22:09:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:46 PortableLM pacrunner[11928]: PAC Runner version 0.19
Nov 14 22:09:46 PortableLM pacrunner[11928]: Terminating
Nov 14 22:09:46 PortableLM pacrunner[11928]: Exit
Nov 14 22:09:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:46 PortableLM pacrunner[11931]: PAC Runner version 0.19
Nov 14 22:09:46 PortableLM pacrunner[11931]: Terminating
Nov 14 22:09:46 PortableLM pacrunner[11931]: Exit
Nov 14 22:09:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11934]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11934]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11934]: Exit
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11937]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11937]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11937]: Exit
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11940]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11940]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11940]: Exit
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11943]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11943]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11943]: Exit
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11946]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11946]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11946]: Exit
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11949]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11949]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11949]: Exit
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11952]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11952]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11952]: Exit
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11955]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11955]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11955]: Exit
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11958]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11958]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11958]: Exit
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11961]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11961]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11961]: Exit
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11964]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11964]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11964]: Exit
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:47 PortableLM pacrunner[11967]: PAC Runner version 0.19
Nov 14 22:09:47 PortableLM pacrunner[11967]: Terminating
Nov 14 22:09:47 PortableLM pacrunner[11967]: Exit
Nov 14 22:09:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[11970]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[11970]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[11970]: Exit
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[11973]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[11973]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[11973]: Exit
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[11976]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[11976]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[11976]: Exit
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[11979]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[11979]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[11979]: Exit
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[11982]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[11982]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[11982]: Exit
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[11985]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[11985]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[11985]: Exit
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[11988]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[11988]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[11988]: Exit
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[11991]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[11991]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[11991]: Exit
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[11994]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[11994]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[11994]: Exit
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[11997]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[11997]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[11997]: Exit
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[12000]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[12000]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[12000]: Exit
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:48 PortableLM pacrunner[12003]: PAC Runner version 0.19
Nov 14 22:09:48 PortableLM pacrunner[12003]: Terminating
Nov 14 22:09:48 PortableLM pacrunner[12003]: Exit
Nov 14 22:09:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12006]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12006]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12006]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12009]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12009]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12009]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12012]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12012]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12012]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12015]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12015]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12015]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12018]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12018]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12018]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12021]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12021]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12021]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12024]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12024]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12024]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12027]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12027]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12027]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12030]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12030]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12030]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12033]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12033]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12033]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12036]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12036]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12036]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12039]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12039]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12039]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:49 PortableLM pacrunner[12042]: PAC Runner version 0.19
Nov 14 22:09:49 PortableLM pacrunner[12042]: Terminating
Nov 14 22:09:49 PortableLM pacrunner[12042]: Exit
Nov 14 22:09:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12045]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12045]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12045]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12048]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12048]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12048]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12051]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12051]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12051]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12054]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12054]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12054]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12057]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12057]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12057]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12060]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12060]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12060]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12063]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12063]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12063]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12066]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12066]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12066]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12069]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12069]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12069]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12072]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12072]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12072]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12075]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12075]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12075]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12078]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12078]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12078]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:50 PortableLM pacrunner[12081]: PAC Runner version 0.19
Nov 14 22:09:50 PortableLM pacrunner[12081]: Terminating
Nov 14 22:09:50 PortableLM pacrunner[12081]: Exit
Nov 14 22:09:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12084]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12084]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12084]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12087]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12087]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12087]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12090]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12090]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12090]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12093]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12093]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12093]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12096]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12096]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12096]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12099]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12099]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12099]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12102]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12102]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12102]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12105]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12105]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12105]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12108]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12108]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12108]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12111]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12111]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12111]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12114]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12114]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12114]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:51 PortableLM pacrunner[12117]: PAC Runner version 0.19
Nov 14 22:09:51 PortableLM pacrunner[12117]: Terminating
Nov 14 22:09:51 PortableLM pacrunner[12117]: Exit
Nov 14 22:09:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:52 PortableLM pacrunner[12120]: PAC Runner version 0.19
Nov 14 22:09:52 PortableLM pacrunner[12120]: Terminating
Nov 14 22:09:52 PortableLM pacrunner[12120]: Exit
Nov 14 22:09:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:52 PortableLM pacrunner[12123]: PAC Runner version 0.19
Nov 14 22:09:52 PortableLM pacrunner[12123]: Terminating
Nov 14 22:09:52 PortableLM pacrunner[12123]: Exit
Nov 14 22:09:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:52 PortableLM pacrunner[12126]: PAC Runner version 0.19
Nov 14 22:09:52 PortableLM pacrunner[12126]: Terminating
Nov 14 22:09:52 PortableLM pacrunner[12126]: Exit
Nov 14 22:09:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:52 PortableLM pacrunner[12129]: PAC Runner version 0.19
Nov 14 22:09:52 PortableLM pacrunner[12129]: Terminating
Nov 14 22:09:52 PortableLM pacrunner[12129]: Exit
Nov 14 22:09:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:52 PortableLM pacrunner[12132]: PAC Runner version 0.19
Nov 14 22:09:52 PortableLM pacrunner[12132]: Terminating
Nov 14 22:09:52 PortableLM pacrunner[12132]: Exit
Nov 14 22:09:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:52 PortableLM pacrunner[12135]: PAC Runner version 0.19
Nov 14 22:09:52 PortableLM pacrunner[12135]: Terminating
Nov 14 22:09:52 PortableLM pacrunner[12135]: Exit
Nov 14 22:09:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:52 PortableLM pacrunner[12138]: PAC Runner version 0.19
Nov 14 22:09:52 PortableLM pacrunner[12138]: Terminating
Nov 14 22:09:52 PortableLM pacrunner[12138]: Exit
Nov 14 22:09:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:52 PortableLM pacrunner[12141]: PAC Runner version 0.19
Nov 14 22:09:52 PortableLM pacrunner[12141]: Terminating
Nov 14 22:09:52 PortableLM pacrunner[12141]: Exit
Nov 14 22:09:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:52 PortableLM pacrunner[12144]: PAC Runner version 0.19
Nov 14 22:09:52 PortableLM pacrunner[12144]: Terminating
Nov 14 22:09:52 PortableLM pacrunner[12144]: Exit
Nov 14 22:09:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:52 PortableLM pacrunner[12147]: PAC Runner version 0.19
Nov 14 22:09:52 PortableLM pacrunner[12147]: Terminating
Nov 14 22:09:52 PortableLM pacrunner[12147]: Exit
Nov 14 22:09:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:52 PortableLM pacrunner[12150]: PAC Runner version 0.19
Nov 14 22:09:52 PortableLM pacrunner[12150]: Terminating
Nov 14 22:09:52 PortableLM pacrunner[12150]: Exit
Nov 14 22:09:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12153]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12153]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12153]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12156]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12156]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12156]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12159]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12159]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12159]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12162]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12162]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12162]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12165]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12165]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12165]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12168]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12168]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12168]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12171]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12171]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12171]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12174]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12174]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12174]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12177]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12177]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12177]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12180]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12180]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12180]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12183]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12183]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12183]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:53 PortableLM pacrunner[12186]: PAC Runner version 0.19
Nov 14 22:09:53 PortableLM pacrunner[12186]: Terminating
Nov 14 22:09:53 PortableLM pacrunner[12186]: Exit
Nov 14 22:09:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12189]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12189]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12189]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12192]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12192]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12192]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12195]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12195]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12195]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12198]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12198]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12198]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12201]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12201]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12201]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12204]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12204]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12204]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12207]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12207]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12207]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12210]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12210]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12210]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12213]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12213]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12213]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12216]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12216]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12216]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12219]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12219]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12219]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:54 PortableLM pacrunner[12222]: PAC Runner version 0.19
Nov 14 22:09:54 PortableLM pacrunner[12222]: Terminating
Nov 14 22:09:54 PortableLM pacrunner[12222]: Exit
Nov 14 22:09:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12225]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12225]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12225]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12228]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12228]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12228]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12231]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12231]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12231]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12234]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12234]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12234]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12237]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12237]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12237]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12240]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12240]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12240]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12243]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12243]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12243]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12246]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12246]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12246]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12249]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12249]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12249]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12252]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12252]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12252]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12255]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12255]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12255]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12258]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12258]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12258]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:55 PortableLM pacrunner[12261]: PAC Runner version 0.19
Nov 14 22:09:55 PortableLM pacrunner[12261]: Terminating
Nov 14 22:09:55 PortableLM pacrunner[12261]: Exit
Nov 14 22:09:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:56 PortableLM pacrunner[12264]: PAC Runner version 0.19
Nov 14 22:09:56 PortableLM pacrunner[12264]: Terminating
Nov 14 22:09:56 PortableLM pacrunner[12264]: Exit
Nov 14 22:09:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:56 PortableLM pacrunner[12267]: PAC Runner version 0.19
Nov 14 22:09:56 PortableLM pacrunner[12267]: Terminating
Nov 14 22:09:56 PortableLM pacrunner[12267]: Exit
Nov 14 22:09:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:56 PortableLM pacrunner[12270]: PAC Runner version 0.19
Nov 14 22:09:56 PortableLM pacrunner[12270]: Terminating
Nov 14 22:09:56 PortableLM pacrunner[12270]: Exit
Nov 14 22:09:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:56 PortableLM pacrunner[12273]: PAC Runner version 0.19
Nov 14 22:09:56 PortableLM pacrunner[12273]: Terminating
Nov 14 22:09:56 PortableLM pacrunner[12273]: Exit
Nov 14 22:09:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:56 PortableLM pacrunner[12276]: PAC Runner version 0.19
Nov 14 22:09:56 PortableLM pacrunner[12276]: Terminating
Nov 14 22:09:56 PortableLM pacrunner[12276]: Exit
Nov 14 22:09:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:56 PortableLM pacrunner[12279]: PAC Runner version 0.19
Nov 14 22:09:56 PortableLM pacrunner[12279]: Terminating
Nov 14 22:09:56 PortableLM pacrunner[12279]: Exit
Nov 14 22:09:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:56 PortableLM pacrunner[12282]: PAC Runner version 0.19
Nov 14 22:09:56 PortableLM pacrunner[12282]: Terminating
Nov 14 22:09:56 PortableLM pacrunner[12282]: Exit
Nov 14 22:09:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:56 PortableLM pacrunner[12285]: PAC Runner version 0.19
Nov 14 22:09:56 PortableLM pacrunner[12285]: Terminating
Nov 14 22:09:56 PortableLM pacrunner[12285]: Exit
Nov 14 22:09:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:56 PortableLM pacrunner[12288]: PAC Runner version 0.19
Nov 14 22:09:56 PortableLM pacrunner[12288]: Terminating
Nov 14 22:09:56 PortableLM pacrunner[12288]: Exit
Nov 14 22:09:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:56 PortableLM pacrunner[12291]: PAC Runner version 0.19
Nov 14 22:09:56 PortableLM pacrunner[12291]: Terminating
Nov 14 22:09:56 PortableLM pacrunner[12291]: Exit
Nov 14 22:09:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:56 PortableLM pacrunner[12294]: PAC Runner version 0.19
Nov 14 22:09:56 PortableLM pacrunner[12294]: Terminating
Nov 14 22:09:56 PortableLM pacrunner[12294]: Exit
Nov 14 22:09:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12297]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12297]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12297]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12300]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12300]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12300]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12303]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12303]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12303]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12306]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12306]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12306]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12309]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12309]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12309]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12312]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12312]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12312]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12315]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12315]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12315]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12318]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12318]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12318]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12321]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12321]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12321]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12324]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12324]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12324]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12327]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12327]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12327]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12330]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12330]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12330]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12333]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12333]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12333]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:57 PortableLM pacrunner[12336]: PAC Runner version 0.19
Nov 14 22:09:57 PortableLM pacrunner[12336]: Terminating
Nov 14 22:09:57 PortableLM pacrunner[12336]: Exit
Nov 14 22:09:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:58 PortableLM pacrunner[12339]: PAC Runner version 0.19
Nov 14 22:09:58 PortableLM pacrunner[12339]: Terminating
Nov 14 22:09:58 PortableLM pacrunner[12339]: Exit
Nov 14 22:09:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:58 PortableLM pacrunner[12342]: PAC Runner version 0.19
Nov 14 22:09:58 PortableLM pacrunner[12342]: Terminating
Nov 14 22:09:58 PortableLM pacrunner[12342]: Exit
Nov 14 22:09:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:58 PortableLM pacrunner[12345]: PAC Runner version 0.19
Nov 14 22:09:58 PortableLM pacrunner[12345]: Terminating
Nov 14 22:09:58 PortableLM pacrunner[12345]: Exit
Nov 14 22:09:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:58 PortableLM pacrunner[12348]: PAC Runner version 0.19
Nov 14 22:09:58 PortableLM pacrunner[12348]: Terminating
Nov 14 22:09:58 PortableLM pacrunner[12348]: Exit
Nov 14 22:09:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:58 PortableLM pacrunner[12351]: PAC Runner version 0.19
Nov 14 22:09:58 PortableLM pacrunner[12351]: Terminating
Nov 14 22:09:58 PortableLM pacrunner[12351]: Exit
Nov 14 22:09:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:58 PortableLM pacrunner[12354]: PAC Runner version 0.19
Nov 14 22:09:58 PortableLM pacrunner[12354]: Terminating
Nov 14 22:09:58 PortableLM pacrunner[12354]: Exit
Nov 14 22:09:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")

Offline

#13 2023-11-15 04:21:37

LaurentMercier
Member
From: Montréal, Québec, Canada
Registered: 2023-09-14
Posts: 33

Re: [Solved] Long system boot time

The fourth part:

Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:58 PortableLM pacrunner[12357]: PAC Runner version 0.19
Nov 14 22:09:58 PortableLM pacrunner[12357]: Terminating
Nov 14 22:09:58 PortableLM pacrunner[12357]: Exit
Nov 14 22:09:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:58 PortableLM pacrunner[12360]: PAC Runner version 0.19
Nov 14 22:09:58 PortableLM pacrunner[12360]: Terminating
Nov 14 22:09:58 PortableLM pacrunner[12360]: Exit
Nov 14 22:09:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:58 PortableLM pacrunner[12363]: PAC Runner version 0.19
Nov 14 22:09:58 PortableLM pacrunner[12363]: Terminating
Nov 14 22:09:58 PortableLM pacrunner[12363]: Exit
Nov 14 22:09:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:58 PortableLM pacrunner[12366]: PAC Runner version 0.19
Nov 14 22:09:58 PortableLM pacrunner[12366]: Terminating
Nov 14 22:09:58 PortableLM pacrunner[12366]: Exit
Nov 14 22:09:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:58 PortableLM pacrunner[12369]: PAC Runner version 0.19
Nov 14 22:09:58 PortableLM pacrunner[12369]: Terminating
Nov 14 22:09:58 PortableLM pacrunner[12369]: Exit
Nov 14 22:09:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12372]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12372]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12372]: Exit
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12375]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12375]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12375]: Exit
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12378]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12378]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12378]: Exit
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12381]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12381]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12381]: Exit
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12384]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12384]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12384]: Exit
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12387]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12387]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12387]: Exit
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12390]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12390]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12390]: Exit
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12393]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12393]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12393]: Exit
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12396]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12396]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12396]: Exit
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12399]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12399]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12399]: Exit
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12402]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12402]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12402]: Exit
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:09:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:09:59 PortableLM pacrunner[12405]: PAC Runner version 0.19
Nov 14 22:09:59 PortableLM pacrunner[12405]: Terminating
Nov 14 22:09:59 PortableLM pacrunner[12405]: Exit
Nov 14 22:09:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:09:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:09:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12408]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12408]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12408]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12411]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12411]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12411]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12414]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12414]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12414]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12417]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12417]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12417]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12420]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12420]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12420]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12423]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12423]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12423]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12426]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12426]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12426]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12429]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12429]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12429]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12432]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12432]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12432]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12435]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12435]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12435]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12438]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12438]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12438]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:00 PortableLM pacrunner[12441]: PAC Runner version 0.19
Nov 14 22:10:00 PortableLM pacrunner[12441]: Terminating
Nov 14 22:10:00 PortableLM pacrunner[12441]: Exit
Nov 14 22:10:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12444]: PAC Runner version 0.19
Nov 14 22:10:01 PortableLM pacrunner[12444]: Terminating
Nov 14 22:10:01 PortableLM pacrunner[12444]: Exit
Nov 14 22:10:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12447]: PAC Runner version 0.19
Nov 14 22:10:01 PortableLM pacrunner[12447]: Terminating
Nov 14 22:10:01 PortableLM pacrunner[12447]: Exit
Nov 14 22:10:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12450]: PAC Runner version 0.19
Nov 14 22:10:01 PortableLM pacrunner[12450]: Terminating
Nov 14 22:10:01 PortableLM pacrunner[12450]: Exit
Nov 14 22:10:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12453]: PAC Runner version 0.19
Nov 14 22:10:01 PortableLM pacrunner[12453]: Terminating
Nov 14 22:10:01 PortableLM pacrunner[12453]: Exit
Nov 14 22:10:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12456]: PAC Runner version 0.19
Nov 14 22:10:01 PortableLM pacrunner[12456]: Terminating
Nov 14 22:10:01 PortableLM pacrunner[12456]: Exit
Nov 14 22:10:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12459]: PAC Runner version 0.19
Nov 14 22:10:01 PortableLM pacrunner[12459]: Terminating
Nov 14 22:10:01 PortableLM pacrunner[12459]: Exit
Nov 14 22:10:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12462]: PAC Runner version 0.19
Nov 14 22:10:01 PortableLM pacrunner[12462]: Terminating
Nov 14 22:10:01 PortableLM pacrunner[12462]: Exit
Nov 14 22:10:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12465]: PAC Runner version 0.19
Nov 14 22:10:01 PortableLM pacrunner[12465]: Terminating
Nov 14 22:10:01 PortableLM pacrunner[12465]: Exit
Nov 14 22:10:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12468]: PAC Runner version 0.19
Nov 14 22:10:01 PortableLM pacrunner[12468]: Terminating
Nov 14 22:10:01 PortableLM pacrunner[12468]: Exit
Nov 14 22:10:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12471]: PAC Runner version 0.19
Nov 14 22:10:01 PortableLM pacrunner[12471]: Terminating
Nov 14 22:10:01 PortableLM pacrunner[12471]: Exit
Nov 14 22:10:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12474]: PAC Runner version 0.19
Nov 14 22:10:01 PortableLM pacrunner[12474]: Terminating
Nov 14 22:10:01 PortableLM pacrunner[12474]: Exit
Nov 14 22:10:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:01 PortableLM pacrunner[12477]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12477]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12477]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12480]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12480]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12480]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12483]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12483]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12483]: Exit
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12486]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12486]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12486]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12489]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12489]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12489]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12492]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12492]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12492]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12495]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12495]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12495]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12498]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12498]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12498]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12501]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12501]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12501]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12504]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12504]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12504]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12507]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12507]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12507]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12510]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12510]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12510]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:02 PortableLM pacrunner[12513]: PAC Runner version 0.19
Nov 14 22:10:02 PortableLM pacrunner[12513]: Terminating
Nov 14 22:10:02 PortableLM pacrunner[12513]: Exit
Nov 14 22:10:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12516]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12516]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12516]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12519]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12519]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12519]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12522]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12522]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12522]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12525]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12525]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12525]: Exit
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12528]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12528]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12528]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12531]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12531]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12531]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12534]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12534]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12534]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12537]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12537]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12537]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12540]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12540]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12540]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12543]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12543]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12543]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12546]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12546]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12546]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12549]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12549]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12549]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:03 PortableLM pacrunner[12552]: PAC Runner version 0.19
Nov 14 22:10:03 PortableLM pacrunner[12552]: Terminating
Nov 14 22:10:03 PortableLM pacrunner[12552]: Exit
Nov 14 22:10:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:04 PortableLM pacrunner[12555]: PAC Runner version 0.19
Nov 14 22:10:04 PortableLM pacrunner[12555]: Terminating
Nov 14 22:10:04 PortableLM pacrunner[12555]: Exit
Nov 14 22:10:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:04 PortableLM pacrunner[12558]: PAC Runner version 0.19
Nov 14 22:10:04 PortableLM pacrunner[12558]: Terminating
Nov 14 22:10:04 PortableLM pacrunner[12558]: Exit
Nov 14 22:10:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:04 PortableLM pacrunner[12561]: PAC Runner version 0.19
Nov 14 22:10:04 PortableLM pacrunner[12561]: Terminating
Nov 14 22:10:04 PortableLM pacrunner[12561]: Exit
Nov 14 22:10:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:04 PortableLM pacrunner[12564]: PAC Runner version 0.19
Nov 14 22:10:04 PortableLM pacrunner[12564]: Terminating
Nov 14 22:10:04 PortableLM pacrunner[12564]: Exit
Nov 14 22:10:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:04 PortableLM pacrunner[12567]: PAC Runner version 0.19
Nov 14 22:10:04 PortableLM pacrunner[12567]: Terminating
Nov 14 22:10:04 PortableLM pacrunner[12567]: Exit
Nov 14 22:10:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:04 PortableLM pacrunner[12570]: PAC Runner version 0.19
Nov 14 22:10:04 PortableLM pacrunner[12570]: Terminating
Nov 14 22:10:04 PortableLM pacrunner[12570]: Exit
Nov 14 22:10:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:04 PortableLM pacrunner[12573]: PAC Runner version 0.19
Nov 14 22:10:04 PortableLM pacrunner[12573]: Terminating
Nov 14 22:10:04 PortableLM pacrunner[12573]: Exit
Nov 14 22:10:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:04 PortableLM pacrunner[12576]: PAC Runner version 0.19
Nov 14 22:10:04 PortableLM pacrunner[12576]: Terminating
Nov 14 22:10:04 PortableLM pacrunner[12576]: Exit
Nov 14 22:10:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:04 PortableLM pacrunner[12579]: PAC Runner version 0.19
Nov 14 22:10:04 PortableLM pacrunner[12579]: Terminating
Nov 14 22:10:04 PortableLM pacrunner[12579]: Exit
Nov 14 22:10:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:04 PortableLM pacrunner[12582]: PAC Runner version 0.19
Nov 14 22:10:04 PortableLM pacrunner[12582]: Terminating
Nov 14 22:10:04 PortableLM pacrunner[12582]: Exit
Nov 14 22:10:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12585]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12585]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12585]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12588]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12588]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12588]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12591]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12591]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12591]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12594]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12594]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12594]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12597]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12597]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12597]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12600]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12600]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12600]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12603]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12603]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12603]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12606]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12606]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12606]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12609]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12609]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12609]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12612]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12612]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12612]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12615]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12615]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12615]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12618]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12618]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12618]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12621]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12621]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12621]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:05 PortableLM pacrunner[12624]: PAC Runner version 0.19
Nov 14 22:10:05 PortableLM pacrunner[12624]: Terminating
Nov 14 22:10:05 PortableLM pacrunner[12624]: Exit
Nov 14 22:10:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12627]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12627]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12627]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12630]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12630]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12630]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12633]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12633]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12633]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12636]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12636]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12636]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12639]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12639]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12639]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12642]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12642]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12642]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12645]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12645]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12645]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12648]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12648]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12648]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12651]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12651]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12651]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12654]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12654]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12654]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12657]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12657]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12657]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12660]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12660]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12660]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:06 PortableLM pacrunner[12663]: PAC Runner version 0.19
Nov 14 22:10:06 PortableLM pacrunner[12663]: Terminating
Nov 14 22:10:06 PortableLM pacrunner[12663]: Exit
Nov 14 22:10:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12666]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12666]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12666]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12669]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12669]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12669]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12672]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12672]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12672]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12675]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12675]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12675]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12678]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12678]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12678]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12681]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12681]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12681]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12684]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12684]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12684]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12687]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12687]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12687]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12690]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12690]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12690]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12693]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12693]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12693]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12696]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12696]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12696]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12699]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12699]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12699]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12702]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12702]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12702]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:07 PortableLM pacrunner[12705]: PAC Runner version 0.19
Nov 14 22:10:07 PortableLM pacrunner[12705]: Terminating
Nov 14 22:10:07 PortableLM pacrunner[12705]: Exit
Nov 14 22:10:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12708]: PAC Runner version 0.19
Nov 14 22:10:08 PortableLM pacrunner[12708]: Terminating
Nov 14 22:10:08 PortableLM pacrunner[12708]: Exit
Nov 14 22:10:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12711]: PAC Runner version 0.19
Nov 14 22:10:08 PortableLM pacrunner[12711]: Terminating
Nov 14 22:10:08 PortableLM pacrunner[12711]: Exit
Nov 14 22:10:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12714]: PAC Runner version 0.19
Nov 14 22:10:08 PortableLM pacrunner[12714]: Terminating
Nov 14 22:10:08 PortableLM pacrunner[12714]: Exit
Nov 14 22:10:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12717]: PAC Runner version 0.19
Nov 14 22:10:08 PortableLM pacrunner[12717]: Terminating
Nov 14 22:10:08 PortableLM pacrunner[12717]: Exit
Nov 14 22:10:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12720]: PAC Runner version 0.19
Nov 14 22:10:08 PortableLM pacrunner[12720]: Terminating
Nov 14 22:10:08 PortableLM pacrunner[12720]: Exit
Nov 14 22:10:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12723]: PAC Runner version 0.19
Nov 14 22:10:08 PortableLM pacrunner[12723]: Terminating
Nov 14 22:10:08 PortableLM pacrunner[12723]: Exit
Nov 14 22:10:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12726]: PAC Runner version 0.19
Nov 14 22:10:08 PortableLM pacrunner[12726]: Terminating
Nov 14 22:10:08 PortableLM pacrunner[12726]: Exit
Nov 14 22:10:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12729]: PAC Runner version 0.19
Nov 14 22:10:08 PortableLM pacrunner[12729]: Terminating
Nov 14 22:10:08 PortableLM pacrunner[12729]: Exit
Nov 14 22:10:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12732]: PAC Runner version 0.19
Nov 14 22:10:08 PortableLM pacrunner[12732]: Terminating
Nov 14 22:10:08 PortableLM pacrunner[12732]: Exit
Nov 14 22:10:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12735]: PAC Runner version 0.19
Nov 14 22:10:08 PortableLM pacrunner[12735]: Terminating
Nov 14 22:10:08 PortableLM pacrunner[12735]: Exit
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12738]: PAC Runner version 0.19
Nov 14 22:10:08 PortableLM pacrunner[12738]: Terminating
Nov 14 22:10:08 PortableLM pacrunner[12738]: Exit
Nov 14 22:10:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:08 PortableLM pacrunner[12741]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12741]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12741]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12744]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12744]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12744]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12747]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12747]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12747]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12750]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12750]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12750]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12753]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12753]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12753]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12756]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12756]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12756]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12759]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12759]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12759]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12762]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12762]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12762]: Exit
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12765]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12765]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12765]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12768]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12768]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12768]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12771]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12771]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12771]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12774]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12774]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12774]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:09 PortableLM pacrunner[12777]: PAC Runner version 0.19
Nov 14 22:10:09 PortableLM pacrunner[12777]: Terminating
Nov 14 22:10:09 PortableLM pacrunner[12777]: Exit
Nov 14 22:10:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12780]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12780]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12780]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12783]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12783]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12783]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12786]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12786]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12786]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12789]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12789]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12789]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12792]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12792]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12792]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12795]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12795]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12795]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12798]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12798]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12798]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12801]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12801]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12801]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12804]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12804]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12804]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12807]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12807]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12807]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12810]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12810]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12810]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:10 PortableLM pacrunner[12813]: PAC Runner version 0.19
Nov 14 22:10:10 PortableLM pacrunner[12813]: Terminating
Nov 14 22:10:10 PortableLM pacrunner[12813]: Exit
Nov 14 22:10:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12816]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12816]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12816]: Exit
Nov 14 22:10:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12819]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12819]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12819]: Exit
Nov 14 22:10:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12822]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12822]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12822]: Exit
Nov 14 22:10:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12825]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12825]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12825]: Exit
Nov 14 22:10:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12828]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12828]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12828]: Exit
Nov 14 22:10:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12831]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12831]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12831]: Exit
Nov 14 22:10:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12834]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12834]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12834]: Exit
Nov 14 22:10:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12837]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12837]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12837]: Exit
Nov 14 22:10:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12840]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12840]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12840]: Exit
Nov 14 22:10:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12843]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12843]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12843]: Exit
Nov 14 22:10:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12846]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12846]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12846]: Exit
Nov 14 22:10:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:11 PortableLM pacrunner[12849]: PAC Runner version 0.19
Nov 14 22:10:11 PortableLM pacrunner[12849]: Terminating
Nov 14 22:10:11 PortableLM pacrunner[12849]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12852]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12852]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12852]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12855]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12855]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12855]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12858]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12858]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12858]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12861]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12861]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12861]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12864]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12864]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12864]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12867]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12867]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12867]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12870]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12870]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12870]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12873]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12873]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12873]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12876]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12876]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12876]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12879]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12879]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12879]: Exit
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12882]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12882]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12882]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12885]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12885]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12885]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12888]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12888]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12888]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:12 PortableLM pacrunner[12891]: PAC Runner version 0.19
Nov 14 22:10:12 PortableLM pacrunner[12891]: Terminating
Nov 14 22:10:12 PortableLM pacrunner[12891]: Exit
Nov 14 22:10:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12894]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12894]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12894]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12897]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12897]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12897]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12900]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12900]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12900]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12903]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12903]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12903]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12906]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12906]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12906]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12909]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12909]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12909]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12912]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12912]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12912]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12915]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12915]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12915]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12918]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12918]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12918]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12921]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12921]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12921]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12924]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12924]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12924]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12927]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12927]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12927]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12930]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12930]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12930]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:13 PortableLM pacrunner[12933]: PAC Runner version 0.19
Nov 14 22:10:13 PortableLM pacrunner[12933]: Terminating
Nov 14 22:10:13 PortableLM pacrunner[12933]: Exit
Nov 14 22:10:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12936]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12936]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12936]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12939]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12939]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12939]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12942]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12942]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12942]: Exit
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12945]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12945]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12945]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12948]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12948]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12948]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12951]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12951]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12951]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12954]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12954]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12954]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12957]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12957]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12957]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12960]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12960]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12960]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12963]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12963]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12963]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12966]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12966]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12966]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12969]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12969]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12969]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:14 PortableLM pacrunner[12972]: PAC Runner version 0.19
Nov 14 22:10:14 PortableLM pacrunner[12972]: Terminating
Nov 14 22:10:14 PortableLM pacrunner[12972]: Exit
Nov 14 22:10:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[12975]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[12975]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[12975]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[12978]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[12978]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[12978]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[12981]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[12981]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[12981]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[12984]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[12984]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[12984]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[12987]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[12987]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[12987]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[12990]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[12990]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[12990]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[12993]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[12993]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[12993]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[12996]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[12996]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[12996]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[12999]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[12999]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[12999]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[13002]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[13002]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[13002]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[13005]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[13005]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[13005]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[13008]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[13008]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[13008]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:15 PortableLM pacrunner[13011]: PAC Runner version 0.19
Nov 14 22:10:15 PortableLM pacrunner[13011]: Terminating
Nov 14 22:10:15 PortableLM pacrunner[13011]: Exit
Nov 14 22:10:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13014]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13014]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13014]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13017]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13017]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13017]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13020]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13020]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13020]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13023]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13023]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13023]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13026]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13026]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13026]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13029]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13029]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13029]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13032]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13032]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13032]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13035]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13035]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13035]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13038]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13038]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13038]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13041]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13041]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13041]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13044]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13044]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13044]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:16 PortableLM pacrunner[13047]: PAC Runner version 0.19
Nov 14 22:10:16 PortableLM pacrunner[13047]: Terminating
Nov 14 22:10:16 PortableLM pacrunner[13047]: Exit
Nov 14 22:10:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13050]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13050]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13050]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13053]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13053]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13053]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13056]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13056]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13056]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13059]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13059]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13059]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13062]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13062]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13062]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13065]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13065]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13065]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13068]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13068]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13068]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13071]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13071]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13071]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13074]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13074]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13074]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13077]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13077]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13077]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13080]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13080]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13080]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:17 PortableLM pacrunner[13083]: PAC Runner version 0.19
Nov 14 22:10:17 PortableLM pacrunner[13083]: Terminating
Nov 14 22:10:17 PortableLM pacrunner[13083]: Exit
Nov 14 22:10:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13086]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13086]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13086]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13089]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13089]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13089]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13092]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13092]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13092]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13095]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13095]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13095]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13098]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13098]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13098]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13101]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13101]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13101]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13104]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13104]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13104]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13107]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13107]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13107]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13110]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13110]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13110]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13113]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13113]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13113]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13116]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13116]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13116]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13119]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13119]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13119]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13122]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13122]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13122]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:18 PortableLM pacrunner[13125]: PAC Runner version 0.19
Nov 14 22:10:18 PortableLM pacrunner[13125]: Terminating
Nov 14 22:10:18 PortableLM pacrunner[13125]: Exit
Nov 14 22:10:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13128]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13128]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13128]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13131]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13131]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13131]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13134]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13134]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13134]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13137]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13137]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13137]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13140]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13140]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13140]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13143]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13143]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13143]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13146]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13146]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13146]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13149]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13149]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13149]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13152]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13152]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13152]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13155]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13155]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13155]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13158]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13158]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13158]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13161]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13161]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13161]: Exit
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:19 PortableLM pacrunner[13164]: PAC Runner version 0.19
Nov 14 22:10:19 PortableLM pacrunner[13164]: Terminating
Nov 14 22:10:19 PortableLM pacrunner[13164]: Exit
Nov 14 22:10:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13167]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13167]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13167]: Exit
Nov 14 22:10:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13170]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13170]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13170]: Exit
Nov 14 22:10:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13173]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13173]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13173]: Exit
Nov 14 22:10:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13176]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13176]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13176]: Exit
Nov 14 22:10:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13179]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13179]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13179]: Exit
Nov 14 22:10:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13182]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13182]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13182]: Exit
Nov 14 22:10:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13185]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13185]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13185]: Exit
Nov 14 22:10:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13188]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13188]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13188]: Exit
Nov 14 22:10:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13191]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13191]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13191]: Exit
Nov 14 22:10:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13194]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13194]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13194]: Exit
Nov 14 22:10:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13197]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13197]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13197]: Exit
Nov 14 22:10:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:20 PortableLM pacrunner[13200]: PAC Runner version 0.19
Nov 14 22:10:20 PortableLM pacrunner[13200]: Terminating
Nov 14 22:10:20 PortableLM pacrunner[13200]: Exit
Nov 14 22:10:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:21 PortableLM pacrunner[13203]: PAC Runner version 0.19
Nov 14 22:10:21 PortableLM pacrunner[13203]: Terminating
Nov 14 22:10:21 PortableLM pacrunner[13203]: Exit
Nov 14 22:10:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:21 PortableLM pacrunner[13206]: PAC Runner version 0.19
Nov 14 22:10:21 PortableLM pacrunner[13206]: Terminating
Nov 14 22:10:21 PortableLM pacrunner[13206]: Exit
Nov 14 22:10:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:21 PortableLM pacrunner[13209]: PAC Runner version 0.19
Nov 14 22:10:21 PortableLM pacrunner[13209]: Terminating
Nov 14 22:10:21 PortableLM pacrunner[13209]: Exit
Nov 14 22:10:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:21 PortableLM pacrunner[13212]: PAC Runner version 0.19
Nov 14 22:10:21 PortableLM pacrunner[13212]: Terminating
Nov 14 22:10:21 PortableLM pacrunner[13212]: Exit
Nov 14 22:10:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:21 PortableLM pacrunner[13215]: PAC Runner version 0.19
Nov 14 22:10:21 PortableLM pacrunner[13215]: Terminating
Nov 14 22:10:21 PortableLM pacrunner[13215]: Exit
Nov 14 22:10:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:21 PortableLM pacrunner[13218]: PAC Runner version 0.19
Nov 14 22:10:21 PortableLM pacrunner[13218]: Terminating
Nov 14 22:10:21 PortableLM pacrunner[13218]: Exit
Nov 14 22:10:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:21 PortableLM pacrunner[13221]: PAC Runner version 0.19
Nov 14 22:10:21 PortableLM pacrunner[13221]: Terminating
Nov 14 22:10:21 PortableLM pacrunner[13221]: Exit
Nov 14 22:10:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:21 PortableLM pacrunner[13224]: PAC Runner version 0.19
Nov 14 22:10:21 PortableLM pacrunner[13224]: Terminating
Nov 14 22:10:21 PortableLM pacrunner[13224]: Exit
Nov 14 22:10:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:21 PortableLM pacrunner[13227]: PAC Runner version 0.19
Nov 14 22:10:21 PortableLM pacrunner[13227]: Terminating
Nov 14 22:10:21 PortableLM pacrunner[13227]: Exit
Nov 14 22:10:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:21 PortableLM pacrunner[13230]: PAC Runner version 0.19
Nov 14 22:10:21 PortableLM pacrunner[13230]: Terminating
Nov 14 22:10:21 PortableLM pacrunner[13230]: Exit
Nov 14 22:10:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13233]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13233]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13233]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13236]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13236]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13236]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13239]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13239]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13239]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13242]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13242]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13242]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13245]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13245]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13245]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13248]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13248]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13248]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13251]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13251]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13251]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13254]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13254]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13254]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13257]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13257]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13257]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13260]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13260]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13260]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13263]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13263]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13263]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13266]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13266]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13266]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13269]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13269]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13269]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:22 PortableLM pacrunner[13272]: PAC Runner version 0.19
Nov 14 22:10:22 PortableLM pacrunner[13272]: Terminating
Nov 14 22:10:22 PortableLM pacrunner[13272]: Exit
Nov 14 22:10:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13275]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13275]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13275]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13278]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13278]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13278]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13281]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13281]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13281]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13284]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13284]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13284]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13287]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13287]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13287]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13290]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13290]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13290]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13293]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13293]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13293]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13296]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13296]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13296]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13299]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13299]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13299]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13302]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13302]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13302]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13305]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13305]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13305]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:23 PortableLM pacrunner[13308]: PAC Runner version 0.19
Nov 14 22:10:23 PortableLM pacrunner[13308]: Terminating
Nov 14 22:10:23 PortableLM pacrunner[13308]: Exit
Nov 14 22:10:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13311]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13311]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13311]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13314]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13314]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13314]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13317]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13317]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13317]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13320]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13320]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13320]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13323]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13323]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13323]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13326]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13326]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13326]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13329]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13329]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13329]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13332]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13332]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13332]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13335]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13335]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13335]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13338]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13338]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13338]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13341]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13341]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13341]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:24 PortableLM pacrunner[13344]: PAC Runner version 0.19
Nov 14 22:10:24 PortableLM pacrunner[13344]: Terminating
Nov 14 22:10:24 PortableLM pacrunner[13344]: Exit
Nov 14 22:10:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13347]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13347]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13347]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13350]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13350]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13350]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13353]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13353]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13353]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13356]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13356]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13356]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13359]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13359]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13359]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13362]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13362]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13362]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13365]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13365]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13365]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13368]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13368]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13368]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13371]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13371]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13371]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13374]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13374]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13374]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13377]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13377]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13377]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:25 PortableLM pacrunner[13380]: PAC Runner version 0.19
Nov 14 22:10:25 PortableLM pacrunner[13380]: Terminating
Nov 14 22:10:25 PortableLM pacrunner[13380]: Exit
Nov 14 22:10:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13383]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13383]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13383]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13386]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13386]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13386]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13389]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13389]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13389]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13392]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13392]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13392]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13395]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13395]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13395]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13398]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13398]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13398]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13401]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13401]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13401]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13404]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13404]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13404]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13407]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13407]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13407]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13410]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13410]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13410]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13413]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13413]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13413]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:26 PortableLM pacrunner[13416]: PAC Runner version 0.19
Nov 14 22:10:26 PortableLM pacrunner[13416]: Terminating
Nov 14 22:10:26 PortableLM pacrunner[13416]: Exit
Nov 14 22:10:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13419]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13419]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13419]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13422]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13422]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13422]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13425]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13425]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13425]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13428]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13428]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13428]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13431]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13431]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13431]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13434]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13434]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13434]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13437]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13437]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13437]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13440]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13440]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13440]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13443]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13443]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13443]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13446]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13446]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13446]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13449]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13449]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13449]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13452]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13452]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13452]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13455]: PAC Runner version 0.19
Nov 14 22:10:27 PortableLM pacrunner[13455]: Terminating
Nov 14 22:10:27 PortableLM pacrunner[13455]: Exit
Nov 14 22:10:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:27 PortableLM pacrunner[13458]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13458]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13458]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13461]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13461]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13461]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13464]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13464]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13464]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13467]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13467]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13467]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13470]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13470]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13470]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13473]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13473]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13473]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13476]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13476]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13476]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13479]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13479]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13479]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13482]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13482]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13482]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13485]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13485]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13485]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13488]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13488]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13488]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13491]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13491]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13491]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13494]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13494]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13494]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13497]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13497]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13497]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:28 PortableLM pacrunner[13500]: PAC Runner version 0.19
Nov 14 22:10:28 PortableLM pacrunner[13500]: Terminating
Nov 14 22:10:28 PortableLM pacrunner[13500]: Exit
Nov 14 22:10:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13503]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13503]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13503]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13506]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13506]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13506]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13509]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13509]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13509]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13512]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13512]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13512]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13515]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13515]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13515]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13518]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13518]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13518]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13521]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13521]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13521]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13524]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13524]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13524]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13527]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13527]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13527]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13530]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13530]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13530]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13533]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13533]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13533]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:29 PortableLM pacrunner[13536]: PAC Runner version 0.19
Nov 14 22:10:29 PortableLM pacrunner[13536]: Terminating
Nov 14 22:10:29 PortableLM pacrunner[13536]: Exit
Nov 14 22:10:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13539]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13539]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13539]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13542]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13542]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13542]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13545]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13545]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13545]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13548]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13548]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13548]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13551]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13551]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13551]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13554]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13554]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13554]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13557]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13557]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13557]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13560]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13560]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13560]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13563]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13563]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13563]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13566]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13566]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13566]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13569]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13569]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13569]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13572]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13572]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13572]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:30 PortableLM pacrunner[13575]: PAC Runner version 0.19
Nov 14 22:10:30 PortableLM pacrunner[13575]: Terminating
Nov 14 22:10:30 PortableLM pacrunner[13575]: Exit
Nov 14 22:10:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13578]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13578]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13578]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13581]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13581]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13581]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13584]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13584]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13584]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13587]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13587]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13587]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13590]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13590]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13590]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13593]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13593]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13593]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13596]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13596]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13596]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13599]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13599]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13599]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13602]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13602]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13602]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13605]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13605]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13605]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13608]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13608]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13608]: Exit
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13611]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13611]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13611]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:31 PortableLM pacrunner[13614]: PAC Runner version 0.19
Nov 14 22:10:31 PortableLM pacrunner[13614]: Terminating
Nov 14 22:10:31 PortableLM pacrunner[13614]: Exit
Nov 14 22:10:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13617]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13617]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13617]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13620]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13620]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13620]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13623]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13623]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13623]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13626]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13626]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13626]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13629]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13629]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13629]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13632]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13632]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13632]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13635]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13635]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13635]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13638]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13638]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13638]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13641]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13641]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13641]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13644]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13644]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13644]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13647]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13647]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13647]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13650]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13650]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13650]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:32 PortableLM pacrunner[13653]: PAC Runner version 0.19
Nov 14 22:10:32 PortableLM pacrunner[13653]: Terminating
Nov 14 22:10:32 PortableLM pacrunner[13653]: Exit
Nov 14 22:10:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13656]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13656]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13656]: Exit
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13659]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13659]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13659]: Exit
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13662]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13662]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13662]: Exit
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13665]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13665]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13665]: Exit
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13668]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13668]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13668]: Exit
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13671]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13671]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13671]: Exit
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13674]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13674]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13674]: Exit
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13677]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13677]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13677]: Exit
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13680]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13680]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13680]: Exit
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13683]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13683]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13683]: Exit
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13686]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13686]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13686]: Exit
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:33 PortableLM pacrunner[13689]: PAC Runner version 0.19
Nov 14 22:10:33 PortableLM pacrunner[13689]: Terminating
Nov 14 22:10:33 PortableLM pacrunner[13689]: Exit
Nov 14 22:10:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13692]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13692]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13692]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13695]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13695]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13695]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13698]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13698]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13698]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13701]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13701]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13701]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13704]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13704]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13704]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13707]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13707]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13707]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13710]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13710]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13710]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13713]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13713]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13713]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13716]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13716]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13716]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13719]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13719]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13719]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13722]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13722]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13722]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:34 PortableLM pacrunner[13725]: PAC Runner version 0.19
Nov 14 22:10:34 PortableLM pacrunner[13725]: Terminating
Nov 14 22:10:34 PortableLM pacrunner[13725]: Exit
Nov 14 22:10:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:35 PortableLM pacrunner[13728]: PAC Runner version 0.19
Nov 14 22:10:35 PortableLM pacrunner[13728]: Terminating
Nov 14 22:10:35 PortableLM pacrunner[13728]: Exit
Nov 14 22:10:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:35 PortableLM pacrunner[13731]: PAC Runner version 0.19
Nov 14 22:10:35 PortableLM pacrunner[13731]: Terminating
Nov 14 22:10:35 PortableLM pacrunner[13731]: Exit
Nov 14 22:10:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:35 PortableLM pacrunner[13734]: PAC Runner version 0.19
Nov 14 22:10:35 PortableLM pacrunner[13734]: Terminating
Nov 14 22:10:35 PortableLM pacrunner[13734]: Exit
Nov 14 22:10:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:35 PortableLM pacrunner[13737]: PAC Runner version 0.19
Nov 14 22:10:35 PortableLM pacrunner[13737]: Terminating
Nov 14 22:10:35 PortableLM pacrunner[13737]: Exit
Nov 14 22:10:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:35 PortableLM pacrunner[13740]: PAC Runner version 0.19
Nov 14 22:10:35 PortableLM pacrunner[13740]: Terminating
Nov 14 22:10:35 PortableLM pacrunner[13740]: Exit
Nov 14 22:10:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:35 PortableLM pacrunner[13743]: PAC Runner version 0.19
Nov 14 22:10:35 PortableLM pacrunner[13743]: Terminating
Nov 14 22:10:35 PortableLM pacrunner[13743]: Exit
Nov 14 22:10:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:35 PortableLM pacrunner[13746]: PAC Runner version 0.19
Nov 14 22:10:35 PortableLM pacrunner[13746]: Terminating
Nov 14 22:10:35 PortableLM pacrunner[13746]: Exit
Nov 14 22:10:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:35 PortableLM pacrunner[13749]: PAC Runner version 0.19
Nov 14 22:10:35 PortableLM pacrunner[13749]: Terminating
Nov 14 22:10:35 PortableLM pacrunner[13749]: Exit
Nov 14 22:10:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:35 PortableLM pacrunner[13752]: PAC Runner version 0.19
Nov 14 22:10:35 PortableLM pacrunner[13752]: Terminating
Nov 14 22:10:35 PortableLM pacrunner[13752]: Exit
Nov 14 22:10:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:35 PortableLM pacrunner[13755]: PAC Runner version 0.19
Nov 14 22:10:35 PortableLM pacrunner[13755]: Terminating
Nov 14 22:10:35 PortableLM pacrunner[13755]: Exit
Nov 14 22:10:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:35 PortableLM pacrunner[13758]: PAC Runner version 0.19
Nov 14 22:10:35 PortableLM pacrunner[13758]: Terminating
Nov 14 22:10:35 PortableLM pacrunner[13758]: Exit
Nov 14 22:10:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13761]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13761]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13761]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13764]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13764]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13764]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13767]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13767]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13767]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13770]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13770]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13770]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13773]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13773]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13773]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13776]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13776]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13776]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13779]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13779]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13779]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13782]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13782]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13782]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13785]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13785]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13785]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13788]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13788]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13788]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13791]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13791]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13791]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:36 PortableLM pacrunner[13794]: PAC Runner version 0.19
Nov 14 22:10:36 PortableLM pacrunner[13794]: Terminating
Nov 14 22:10:36 PortableLM pacrunner[13794]: Exit
Nov 14 22:10:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13797]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13797]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13797]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13800]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13800]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13800]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13803]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13803]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13803]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13806]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13806]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13806]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13809]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13809]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13809]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13812]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13812]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13812]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13815]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13815]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13815]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13818]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13818]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13818]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13821]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13821]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13821]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13824]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13824]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13824]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13827]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13827]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13827]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:37 PortableLM pacrunner[13830]: PAC Runner version 0.19
Nov 14 22:10:37 PortableLM pacrunner[13830]: Terminating
Nov 14 22:10:37 PortableLM pacrunner[13830]: Exit
Nov 14 22:10:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13833]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13833]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13833]: Exit
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13836]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13836]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13836]: Exit
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13839]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13839]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13839]: Exit
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13842]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13842]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13842]: Exit
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13845]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13845]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13845]: Exit
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13848]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13848]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13848]: Exit
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13851]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13851]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13851]: Exit
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13854]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13854]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13854]: Exit
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13857]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13857]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13857]: Exit
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13860]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13860]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13860]: Exit
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13863]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13863]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13863]: Exit
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13866]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13866]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13866]: Exit
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:38 PortableLM pacrunner[13869]: PAC Runner version 0.19
Nov 14 22:10:38 PortableLM pacrunner[13869]: Terminating
Nov 14 22:10:38 PortableLM pacrunner[13869]: Exit
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13872]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13872]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13872]: Exit
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13875]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13875]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13875]: Exit
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13878]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13878]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13878]: Exit
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13881]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13881]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13881]: Exit
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13884]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13884]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13884]: Exit
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13887]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13887]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13887]: Exit
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13890]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13890]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13890]: Exit
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13893]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13893]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13893]: Exit
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13896]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13896]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13896]: Exit
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13899]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13899]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13899]: Exit
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13902]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13902]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13902]: Exit
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:39 PortableLM pacrunner[13905]: PAC Runner version 0.19
Nov 14 22:10:39 PortableLM pacrunner[13905]: Terminating
Nov 14 22:10:39 PortableLM pacrunner[13905]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13908]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13908]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13908]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13911]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13911]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13911]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13914]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13914]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13914]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13917]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13917]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13917]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13920]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13920]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13920]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13923]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13923]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13923]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13926]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13926]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13926]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13929]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13929]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13929]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13932]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13932]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13932]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13935]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13935]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13935]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13938]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13938]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13938]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13941]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13941]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13941]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:40 PortableLM pacrunner[13944]: PAC Runner version 0.19
Nov 14 22:10:40 PortableLM pacrunner[13944]: Terminating
Nov 14 22:10:40 PortableLM pacrunner[13944]: Exit
Nov 14 22:10:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13947]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13947]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13947]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13950]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13950]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13950]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13953]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13953]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13953]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13956]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13956]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13956]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13959]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13959]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13959]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13962]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13962]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13962]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13965]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13965]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13965]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13968]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13968]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13968]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13971]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13971]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13971]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13974]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13974]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13974]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13977]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13977]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13977]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:41 PortableLM pacrunner[13980]: PAC Runner version 0.19
Nov 14 22:10:41 PortableLM pacrunner[13980]: Terminating
Nov 14 22:10:41 PortableLM pacrunner[13980]: Exit
Nov 14 22:10:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[13983]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[13983]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[13983]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[13986]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[13986]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[13986]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[13989]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[13989]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[13989]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[13992]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[13992]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[13992]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[13995]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[13995]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[13995]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[13998]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[13998]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[13998]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[14001]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[14001]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[14001]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[14004]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[14004]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[14004]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[14007]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[14007]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[14007]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[14010]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[14010]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[14010]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[14013]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[14013]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[14013]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[14016]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[14016]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[14016]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:42 PortableLM pacrunner[14019]: PAC Runner version 0.19
Nov 14 22:10:42 PortableLM pacrunner[14019]: Terminating
Nov 14 22:10:42 PortableLM pacrunner[14019]: Exit
Nov 14 22:10:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:43 PortableLM pacrunner[14022]: PAC Runner version 0.19
Nov 14 22:10:43 PortableLM pacrunner[14022]: Terminating
Nov 14 22:10:43 PortableLM pacrunner[14022]: Exit
Nov 14 22:10:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:43 PortableLM pacrunner[14025]: PAC Runner version 0.19
Nov 14 22:10:43 PortableLM pacrunner[14025]: Terminating
Nov 14 22:10:43 PortableLM pacrunner[14025]: Exit
Nov 14 22:10:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:43 PortableLM pacrunner[14028]: PAC Runner version 0.19
Nov 14 22:10:43 PortableLM pacrunner[14028]: Terminating
Nov 14 22:10:43 PortableLM pacrunner[14028]: Exit
Nov 14 22:10:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:43 PortableLM pacrunner[14031]: PAC Runner version 0.19
Nov 14 22:10:43 PortableLM pacrunner[14031]: Terminating
Nov 14 22:10:43 PortableLM pacrunner[14031]: Exit
Nov 14 22:10:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:43 PortableLM pacrunner[14034]: PAC Runner version 0.19
Nov 14 22:10:43 PortableLM pacrunner[14034]: Terminating
Nov 14 22:10:43 PortableLM pacrunner[14034]: Exit
Nov 14 22:10:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:43 PortableLM pacrunner[14037]: PAC Runner version 0.19
Nov 14 22:10:43 PortableLM pacrunner[14037]: Terminating
Nov 14 22:10:43 PortableLM pacrunner[14037]: Exit
Nov 14 22:10:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:43 PortableLM pacrunner[14040]: PAC Runner version 0.19
Nov 14 22:10:43 PortableLM pacrunner[14040]: Terminating
Nov 14 22:10:43 PortableLM pacrunner[14040]: Exit
Nov 14 22:10:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:43 PortableLM pacrunner[14043]: PAC Runner version 0.19
Nov 14 22:10:43 PortableLM pacrunner[14043]: Terminating
Nov 14 22:10:43 PortableLM pacrunner[14043]: Exit
Nov 14 22:10:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:43 PortableLM pacrunner[14046]: PAC Runner version 0.19
Nov 14 22:10:43 PortableLM pacrunner[14046]: Terminating
Nov 14 22:10:43 PortableLM pacrunner[14046]: Exit
Nov 14 22:10:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:43 PortableLM pacrunner[14049]: PAC Runner version 0.19
Nov 14 22:10:43 PortableLM pacrunner[14049]: Terminating
Nov 14 22:10:43 PortableLM pacrunner[14049]: Exit
Nov 14 22:10:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:43 PortableLM pacrunner[14052]: PAC Runner version 0.19
Nov 14 22:10:43 PortableLM pacrunner[14052]: Terminating
Nov 14 22:10:43 PortableLM pacrunner[14052]: Exit
Nov 14 22:10:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14055]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14055]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14055]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14058]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14058]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14058]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14061]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14061]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14061]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14064]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14064]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14064]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14067]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14067]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14067]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14070]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14070]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14070]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14073]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14073]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14073]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14076]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14076]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14076]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14079]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14079]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14079]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14082]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14082]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14082]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14085]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14085]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14085]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14088]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14088]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14088]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:44 PortableLM pacrunner[14091]: PAC Runner version 0.19
Nov 14 22:10:44 PortableLM pacrunner[14091]: Terminating
Nov 14 22:10:44 PortableLM pacrunner[14091]: Exit
Nov 14 22:10:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14094]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14094]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14094]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14097]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14097]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14097]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14100]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14100]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14100]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14103]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14103]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14103]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14106]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14106]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14106]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14109]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14109]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14109]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14112]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14112]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14112]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14115]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14115]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14115]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14118]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14118]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14118]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14121]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14121]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14121]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14124]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14124]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14124]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14127]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14127]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14127]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:45 PortableLM pacrunner[14130]: PAC Runner version 0.19
Nov 14 22:10:45 PortableLM pacrunner[14130]: Terminating
Nov 14 22:10:45 PortableLM pacrunner[14130]: Exit
Nov 14 22:10:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14133]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14133]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14133]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14136]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14136]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14136]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14139]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14139]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14139]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14142]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14142]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14142]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14145]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14145]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14145]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14148]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14148]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14148]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14151]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14151]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14151]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14154]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14154]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14154]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14157]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14157]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14157]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14160]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14160]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14160]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14163]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14163]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14163]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14166]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14166]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14166]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14169]: PAC Runner version 0.19
Nov 14 22:10:46 PortableLM pacrunner[14169]: Terminating
Nov 14 22:10:46 PortableLM pacrunner[14169]: Exit
Nov 14 22:10:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:46 PortableLM pacrunner[14172]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14172]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14172]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14175]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14175]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14175]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14178]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14178]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14178]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14181]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14181]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14181]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14184]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14184]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14184]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14187]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14187]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14187]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14190]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14190]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14190]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14193]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14193]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14193]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14196]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14196]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14196]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14199]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14199]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14199]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14202]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14202]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14202]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14205]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14205]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14205]: Exit
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:47 PortableLM pacrunner[14208]: PAC Runner version 0.19
Nov 14 22:10:47 PortableLM pacrunner[14208]: Terminating
Nov 14 22:10:47 PortableLM pacrunner[14208]: Exit
Nov 14 22:10:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14211]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14211]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14211]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14214]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14214]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14214]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14217]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14217]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14217]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14220]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14220]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14220]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14223]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14223]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14223]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14226]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14226]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14226]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14229]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14229]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14229]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14232]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14232]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14232]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14235]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14235]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14235]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14238]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14238]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14238]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14241]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14241]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14241]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14244]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14244]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14244]: Exit
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:48 PortableLM pacrunner[14247]: PAC Runner version 0.19
Nov 14 22:10:48 PortableLM pacrunner[14247]: Terminating
Nov 14 22:10:48 PortableLM pacrunner[14247]: Exit
Nov 14 22:10:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14250]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14250]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14250]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14253]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14253]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14253]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14256]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14256]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14256]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14259]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14259]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14259]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14262]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14262]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14262]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14265]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14265]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14265]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14268]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14268]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14268]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14271]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14271]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14271]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14274]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14274]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14274]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14277]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14277]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14277]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14280]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14280]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14280]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14283]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14283]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14283]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14286]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14286]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14286]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:49 PortableLM pacrunner[14289]: PAC Runner version 0.19
Nov 14 22:10:49 PortableLM pacrunner[14289]: Terminating
Nov 14 22:10:49 PortableLM pacrunner[14289]: Exit
Nov 14 22:10:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14292]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14292]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14292]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14295]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14295]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14295]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14298]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14298]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14298]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14301]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14301]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14301]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14304]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14304]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14304]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14307]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14307]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14307]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14310]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14310]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14310]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14313]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14313]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14313]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14316]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14316]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14316]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14319]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14319]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14319]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14322]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14322]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14322]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14325]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14325]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14325]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14328]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14328]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14328]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:50 PortableLM pacrunner[14331]: PAC Runner version 0.19
Nov 14 22:10:50 PortableLM pacrunner[14331]: Terminating
Nov 14 22:10:50 PortableLM pacrunner[14331]: Exit
Nov 14 22:10:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14334]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14334]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14334]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14337]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14337]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14337]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14340]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14340]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14340]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14343]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14343]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14343]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14346]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14346]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14346]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14349]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14349]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14349]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14352]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14352]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14352]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14355]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14355]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14355]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14358]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14358]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14358]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14361]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14361]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14361]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14364]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14364]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14364]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14367]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14367]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14367]: Exit
Nov 14 22:10:51 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:51 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:51 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:51 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:51 PortableLM pacrunner[14370]: PAC Runner version 0.19
Nov 14 22:10:51 PortableLM pacrunner[14370]: Terminating
Nov 14 22:10:51 PortableLM pacrunner[14370]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:52 PortableLM pacrunner[14373]: PAC Runner version 0.19
Nov 14 22:10:52 PortableLM pacrunner[14373]: Terminating
Nov 14 22:10:52 PortableLM pacrunner[14373]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:52 PortableLM pacrunner[14376]: PAC Runner version 0.19
Nov 14 22:10:52 PortableLM pacrunner[14376]: Terminating
Nov 14 22:10:52 PortableLM pacrunner[14376]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:52 PortableLM pacrunner[14379]: PAC Runner version 0.19
Nov 14 22:10:52 PortableLM pacrunner[14379]: Terminating
Nov 14 22:10:52 PortableLM pacrunner[14379]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:52 PortableLM pacrunner[14382]: PAC Runner version 0.19
Nov 14 22:10:52 PortableLM pacrunner[14382]: Terminating
Nov 14 22:10:52 PortableLM pacrunner[14382]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:52 PortableLM pacrunner[14385]: PAC Runner version 0.19
Nov 14 22:10:52 PortableLM pacrunner[14385]: Terminating
Nov 14 22:10:52 PortableLM pacrunner[14385]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:52 PortableLM pacrunner[14388]: PAC Runner version 0.19
Nov 14 22:10:52 PortableLM pacrunner[14388]: Terminating
Nov 14 22:10:52 PortableLM pacrunner[14388]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:52 PortableLM pacrunner[14391]: PAC Runner version 0.19
Nov 14 22:10:52 PortableLM pacrunner[14391]: Terminating
Nov 14 22:10:52 PortableLM pacrunner[14391]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:52 PortableLM pacrunner[14394]: PAC Runner version 0.19
Nov 14 22:10:52 PortableLM pacrunner[14394]: Terminating
Nov 14 22:10:52 PortableLM pacrunner[14394]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:52 PortableLM pacrunner[14397]: PAC Runner version 0.19
Nov 14 22:10:52 PortableLM pacrunner[14397]: Terminating
Nov 14 22:10:52 PortableLM pacrunner[14397]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:52 PortableLM pacrunner[14400]: PAC Runner version 0.19
Nov 14 22:10:52 PortableLM pacrunner[14400]: Terminating
Nov 14 22:10:52 PortableLM pacrunner[14400]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:52 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:52 PortableLM pacrunner[14403]: PAC Runner version 0.19
Nov 14 22:10:52 PortableLM pacrunner[14403]: Terminating
Nov 14 22:10:52 PortableLM pacrunner[14403]: Exit
Nov 14 22:10:52 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:52 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14406]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14406]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14406]: Exit
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14409]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14409]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14409]: Exit
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14412]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14412]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14412]: Exit
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14415]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14415]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14415]: Exit
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14418]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14418]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14418]: Exit
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14421]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14421]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14421]: Exit
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14424]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14424]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14424]: Exit
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14427]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14427]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14427]: Exit
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14430]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14430]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14430]: Exit
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14433]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14433]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14433]: Exit
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14436]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14436]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14436]: Exit
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14439]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14439]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14439]: Exit
Nov 14 22:10:53 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:53 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:53 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:53 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:53 PortableLM pacrunner[14442]: PAC Runner version 0.19
Nov 14 22:10:53 PortableLM pacrunner[14442]: Terminating
Nov 14 22:10:53 PortableLM pacrunner[14442]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14445]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14445]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14445]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14448]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14448]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14448]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14451]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14451]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14451]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14454]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14454]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14454]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14457]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14457]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14457]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14460]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14460]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14460]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14463]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14463]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14463]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14466]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14466]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14466]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14469]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14469]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14469]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14472]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14472]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14472]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14475]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14475]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14475]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:54 PortableLM pacrunner[14478]: PAC Runner version 0.19
Nov 14 22:10:54 PortableLM pacrunner[14478]: Terminating
Nov 14 22:10:54 PortableLM pacrunner[14478]: Exit
Nov 14 22:10:54 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:54 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:54 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14481]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14481]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14481]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14484]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14484]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14484]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14487]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14487]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14487]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14490]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14490]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14490]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14493]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14493]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14493]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14496]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14496]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14496]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14499]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14499]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14499]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14502]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14502]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14502]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14505]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14505]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14505]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14508]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14508]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14508]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14511]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14511]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14511]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14514]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14514]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14514]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:55 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:55 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:55 PortableLM pacrunner[14517]: PAC Runner version 0.19
Nov 14 22:10:55 PortableLM pacrunner[14517]: Terminating
Nov 14 22:10:55 PortableLM pacrunner[14517]: Exit
Nov 14 22:10:55 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14520]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14520]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14520]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14523]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14523]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14523]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14526]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14526]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14526]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14529]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14529]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14529]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14532]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14532]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14532]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14535]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14535]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14535]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14538]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14538]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14538]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14541]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14541]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14541]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14544]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14544]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14544]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14547]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14547]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14547]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14550]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14550]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14550]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14553]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14553]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14553]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:56 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:56 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:56 PortableLM pacrunner[14556]: PAC Runner version 0.19
Nov 14 22:10:56 PortableLM pacrunner[14556]: Terminating
Nov 14 22:10:56 PortableLM pacrunner[14556]: Exit
Nov 14 22:10:56 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:56 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:57 PortableLM pacrunner[14559]: PAC Runner version 0.19
Nov 14 22:10:57 PortableLM pacrunner[14559]: Terminating
Nov 14 22:10:57 PortableLM pacrunner[14559]: Exit
Nov 14 22:10:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:57 PortableLM pacrunner[14562]: PAC Runner version 0.19
Nov 14 22:10:57 PortableLM pacrunner[14562]: Terminating
Nov 14 22:10:57 PortableLM pacrunner[14562]: Exit
Nov 14 22:10:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:57 PortableLM pacrunner[14565]: PAC Runner version 0.19
Nov 14 22:10:57 PortableLM pacrunner[14565]: Terminating
Nov 14 22:10:57 PortableLM pacrunner[14565]: Exit
Nov 14 22:10:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:57 PortableLM pacrunner[14568]: PAC Runner version 0.19
Nov 14 22:10:57 PortableLM pacrunner[14568]: Terminating
Nov 14 22:10:57 PortableLM pacrunner[14568]: Exit
Nov 14 22:10:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:57 PortableLM pacrunner[14571]: PAC Runner version 0.19
Nov 14 22:10:57 PortableLM pacrunner[14571]: Terminating
Nov 14 22:10:57 PortableLM pacrunner[14571]: Exit
Nov 14 22:10:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:57 PortableLM pacrunner[14574]: PAC Runner version 0.19
Nov 14 22:10:57 PortableLM pacrunner[14574]: Terminating
Nov 14 22:10:57 PortableLM pacrunner[14574]: Exit
Nov 14 22:10:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:57 PortableLM pacrunner[14577]: PAC Runner version 0.19
Nov 14 22:10:57 PortableLM pacrunner[14577]: Terminating
Nov 14 22:10:57 PortableLM pacrunner[14577]: Exit
Nov 14 22:10:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:57 PortableLM pacrunner[14580]: PAC Runner version 0.19
Nov 14 22:10:57 PortableLM pacrunner[14580]: Terminating
Nov 14 22:10:57 PortableLM pacrunner[14580]: Exit
Nov 14 22:10:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:57 PortableLM pacrunner[14583]: PAC Runner version 0.19
Nov 14 22:10:57 PortableLM pacrunner[14583]: Terminating
Nov 14 22:10:57 PortableLM pacrunner[14583]: Exit
Nov 14 22:10:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:57 PortableLM pacrunner[14586]: PAC Runner version 0.19
Nov 14 22:10:57 PortableLM pacrunner[14586]: Terminating
Nov 14 22:10:57 PortableLM pacrunner[14586]: Exit
Nov 14 22:10:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:57 PortableLM pacrunner[14589]: PAC Runner version 0.19
Nov 14 22:10:57 PortableLM pacrunner[14589]: Terminating
Nov 14 22:10:57 PortableLM pacrunner[14589]: Exit
Nov 14 22:10:57 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:57 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:57 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:57 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14592]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14592]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14592]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14595]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14595]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14595]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14598]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14598]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14598]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14601]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14601]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14601]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14604]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14604]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14604]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14607]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14607]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14607]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14610]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14610]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14610]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14613]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14613]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14613]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14616]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14616]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14616]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14619]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14619]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14619]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14622]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14622]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14622]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:58 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:58 PortableLM pacrunner[14625]: PAC Runner version 0.19
Nov 14 22:10:58 PortableLM pacrunner[14625]: Terminating
Nov 14 22:10:58 PortableLM pacrunner[14625]: Exit
Nov 14 22:10:58 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:58 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:58 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14628]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14628]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14628]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14631]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14631]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14631]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14634]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14634]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14634]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14637]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14637]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14637]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14640]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14640]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14640]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14643]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14643]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14643]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14646]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14646]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14646]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14649]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14649]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14649]: Exit
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14652]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14652]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14652]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14655]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14655]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14655]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14658]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14658]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14658]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14661]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14661]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14661]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:10:59 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:10:59 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:10:59 PortableLM pacrunner[14664]: PAC Runner version 0.19
Nov 14 22:10:59 PortableLM pacrunner[14664]: Terminating
Nov 14 22:10:59 PortableLM pacrunner[14664]: Exit
Nov 14 22:10:59 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:10:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:00 PortableLM pacrunner[14667]: PAC Runner version 0.19
Nov 14 22:11:00 PortableLM pacrunner[14667]: Terminating
Nov 14 22:11:00 PortableLM pacrunner[14667]: Exit
Nov 14 22:11:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:00 PortableLM pacrunner[14670]: PAC Runner version 0.19
Nov 14 22:11:00 PortableLM pacrunner[14670]: Terminating
Nov 14 22:11:00 PortableLM pacrunner[14670]: Exit
Nov 14 22:11:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:00 PortableLM pacrunner[14673]: PAC Runner version 0.19
Nov 14 22:11:00 PortableLM pacrunner[14673]: Terminating
Nov 14 22:11:00 PortableLM pacrunner[14673]: Exit
Nov 14 22:11:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:00 PortableLM pacrunner[14676]: PAC Runner version 0.19
Nov 14 22:11:00 PortableLM pacrunner[14676]: Terminating
Nov 14 22:11:00 PortableLM pacrunner[14676]: Exit
Nov 14 22:11:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:00 PortableLM pacrunner[14679]: PAC Runner version 0.19
Nov 14 22:11:00 PortableLM pacrunner[14679]: Terminating
Nov 14 22:11:00 PortableLM pacrunner[14679]: Exit
Nov 14 22:11:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:00 PortableLM pacrunner[14682]: PAC Runner version 0.19
Nov 14 22:11:00 PortableLM pacrunner[14682]: Terminating
Nov 14 22:11:00 PortableLM pacrunner[14682]: Exit
Nov 14 22:11:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:00 PortableLM pacrunner[14685]: PAC Runner version 0.19
Nov 14 22:11:00 PortableLM pacrunner[14685]: Terminating
Nov 14 22:11:00 PortableLM pacrunner[14685]: Exit
Nov 14 22:11:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:00 PortableLM pacrunner[14688]: PAC Runner version 0.19
Nov 14 22:11:00 PortableLM pacrunner[14688]: Terminating
Nov 14 22:11:00 PortableLM pacrunner[14688]: Exit
Nov 14 22:11:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:00 PortableLM pacrunner[14691]: PAC Runner version 0.19
Nov 14 22:11:00 PortableLM pacrunner[14691]: Terminating
Nov 14 22:11:00 PortableLM pacrunner[14691]: Exit
Nov 14 22:11:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:00 PortableLM pacrunner[14694]: PAC Runner version 0.19
Nov 14 22:11:00 PortableLM pacrunner[14694]: Terminating
Nov 14 22:11:00 PortableLM pacrunner[14694]: Exit
Nov 14 22:11:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:00 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:00 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:00 PortableLM pacrunner[14697]: PAC Runner version 0.19
Nov 14 22:11:00 PortableLM pacrunner[14697]: Terminating
Nov 14 22:11:00 PortableLM pacrunner[14697]: Exit
Nov 14 22:11:00 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:00 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14700]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14700]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14700]: Exit
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14703]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14703]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14703]: Exit
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14706]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14706]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14706]: Exit
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14709]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14709]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14709]: Exit
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14712]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14712]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14712]: Exit
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14715]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14715]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14715]: Exit
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14718]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14718]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14718]: Exit
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14721]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14721]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14721]: Exit
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14724]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14724]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14724]: Exit
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14727]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14727]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14727]: Exit
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14730]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14730]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14730]: Exit
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:01 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:01 PortableLM pacrunner[14733]: PAC Runner version 0.19
Nov 14 22:11:01 PortableLM pacrunner[14733]: Terminating
Nov 14 22:11:01 PortableLM pacrunner[14733]: Exit
Nov 14 22:11:01 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:01 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:01 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14736]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14736]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14736]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14739]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14739]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14739]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14742]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14742]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14742]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14745]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14745]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14745]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14748]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14748]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14748]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14751]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14751]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14751]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14754]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14754]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14754]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14757]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14757]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14757]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14760]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14760]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14760]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14763]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14763]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14763]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14766]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14766]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14766]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:02 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:02 PortableLM pacrunner[14769]: PAC Runner version 0.19
Nov 14 22:11:02 PortableLM pacrunner[14769]: Terminating
Nov 14 22:11:02 PortableLM pacrunner[14769]: Exit
Nov 14 22:11:02 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:02 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:02 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14772]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14772]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14772]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14775]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14775]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14775]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14778]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14778]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14778]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14781]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14781]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14781]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14784]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14784]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14784]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14787]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14787]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14787]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14790]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14790]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14790]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14793]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14793]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14793]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14796]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14796]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14796]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14799]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14799]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14799]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14802]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14802]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14802]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14805]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14805]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14805]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14808]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14808]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14808]: Exit
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14811]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14811]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14811]: Exit
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:03 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:03 PortableLM pacrunner[14814]: PAC Runner version 0.19
Nov 14 22:11:03 PortableLM pacrunner[14814]: Terminating
Nov 14 22:11:03 PortableLM pacrunner[14814]: Exit
Nov 14 22:11:03 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:03 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14817]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14817]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14817]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14820]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14820]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14820]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14823]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14823]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14823]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14826]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14826]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14826]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14829]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14829]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14829]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14832]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14832]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14832]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14835]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14835]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14835]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14838]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14838]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14838]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14841]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14841]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14841]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14844]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14844]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14844]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14847]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14847]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14847]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14850]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14850]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14850]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:04 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:04 PortableLM pacrunner[14853]: PAC Runner version 0.19
Nov 14 22:11:04 PortableLM pacrunner[14853]: Terminating
Nov 14 22:11:04 PortableLM pacrunner[14853]: Exit
Nov 14 22:11:04 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:04 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14856]: PAC Runner version 0.19

Offline

#14 2023-11-15 04:22:25

LaurentMercier
Member
From: Montréal, Québec, Canada
Registered: 2023-09-14
Posts: 33

Re: [Solved] Long system boot time

And the last part (sorry for the spam, this was the only way I could think of to post the full journal):

Nov 14 22:11:05 PortableLM pacrunner[14856]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14856]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14859]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14859]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14859]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14862]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14862]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14862]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14865]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14865]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14865]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14868]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14868]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14868]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14871]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14871]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14871]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14874]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14874]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14874]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14877]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14877]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14877]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14880]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14880]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14880]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14883]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14883]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14883]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14886]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14886]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14886]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14889]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14889]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14889]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:05 PortableLM pacrunner[14892]: PAC Runner version 0.19
Nov 14 22:11:05 PortableLM pacrunner[14892]: Terminating
Nov 14 22:11:05 PortableLM pacrunner[14892]: Exit
Nov 14 22:11:05 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:05 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:05 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:06 PortableLM pacrunner[14895]: PAC Runner version 0.19
Nov 14 22:11:06 PortableLM pacrunner[14895]: Terminating
Nov 14 22:11:06 PortableLM pacrunner[14895]: Exit
Nov 14 22:11:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:06 PortableLM pacrunner[14898]: PAC Runner version 0.19
Nov 14 22:11:06 PortableLM pacrunner[14898]: Terminating
Nov 14 22:11:06 PortableLM pacrunner[14898]: Exit
Nov 14 22:11:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:06 PortableLM pacrunner[14901]: PAC Runner version 0.19
Nov 14 22:11:06 PortableLM pacrunner[14901]: Terminating
Nov 14 22:11:06 PortableLM pacrunner[14901]: Exit
Nov 14 22:11:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:06 PortableLM pacrunner[14904]: PAC Runner version 0.19
Nov 14 22:11:06 PortableLM pacrunner[14904]: Terminating
Nov 14 22:11:06 PortableLM pacrunner[14904]: Exit
Nov 14 22:11:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:06 PortableLM pacrunner[14907]: PAC Runner version 0.19
Nov 14 22:11:06 PortableLM pacrunner[14907]: Terminating
Nov 14 22:11:06 PortableLM pacrunner[14907]: Exit
Nov 14 22:11:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:06 PortableLM pacrunner[14910]: PAC Runner version 0.19
Nov 14 22:11:06 PortableLM pacrunner[14910]: Terminating
Nov 14 22:11:06 PortableLM pacrunner[14910]: Exit
Nov 14 22:11:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:06 PortableLM pacrunner[14913]: PAC Runner version 0.19
Nov 14 22:11:06 PortableLM pacrunner[14913]: Terminating
Nov 14 22:11:06 PortableLM pacrunner[14913]: Exit
Nov 14 22:11:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:06 PortableLM pacrunner[14916]: PAC Runner version 0.19
Nov 14 22:11:06 PortableLM pacrunner[14916]: Terminating
Nov 14 22:11:06 PortableLM pacrunner[14916]: Exit
Nov 14 22:11:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:06 PortableLM pacrunner[14919]: PAC Runner version 0.19
Nov 14 22:11:06 PortableLM pacrunner[14919]: Terminating
Nov 14 22:11:06 PortableLM pacrunner[14919]: Exit
Nov 14 22:11:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:06 PortableLM pacrunner[14922]: PAC Runner version 0.19
Nov 14 22:11:06 PortableLM pacrunner[14922]: Terminating
Nov 14 22:11:06 PortableLM pacrunner[14922]: Exit
Nov 14 22:11:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:06 PortableLM pacrunner[14925]: PAC Runner version 0.19
Nov 14 22:11:06 PortableLM pacrunner[14925]: Terminating
Nov 14 22:11:06 PortableLM pacrunner[14925]: Exit
Nov 14 22:11:06 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:06 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:06 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:06 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14928]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14928]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14928]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14931]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14931]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14931]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14934]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14934]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14934]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14937]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14937]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14937]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14940]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14940]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14940]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14943]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14943]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14943]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14946]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14946]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14946]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14949]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14949]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14949]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14952]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14952]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14952]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14955]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14955]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14955]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14958]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14958]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14958]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14961]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14961]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14961]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14964]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14964]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14964]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:07 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:07 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:07 PortableLM pacrunner[14967]: PAC Runner version 0.19
Nov 14 22:11:07 PortableLM pacrunner[14967]: Terminating
Nov 14 22:11:07 PortableLM pacrunner[14967]: Exit
Nov 14 22:11:07 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[14970]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[14970]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[14970]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[14973]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[14973]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[14973]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[14976]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[14976]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[14976]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[14979]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[14979]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[14979]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[14982]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[14982]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[14982]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[14985]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[14985]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[14985]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[14988]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[14988]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[14988]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[14991]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[14991]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[14991]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[14994]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[14994]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[14994]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[14997]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[14997]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[14997]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[15000]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[15000]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[15000]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[15003]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[15003]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[15003]: Exit
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:08 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:08 PortableLM pacrunner[15006]: PAC Runner version 0.19
Nov 14 22:11:08 PortableLM pacrunner[15006]: Terminating
Nov 14 22:11:08 PortableLM pacrunner[15006]: Exit
Nov 14 22:11:08 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:08 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15009]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15009]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15009]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15012]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15012]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15012]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15015]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15015]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15015]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15018]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15018]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15018]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15021]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15021]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15021]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15024]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15024]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15024]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15027]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15027]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15027]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15030]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15030]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15030]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15033]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15033]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15033]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15036]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15036]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15036]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15039]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15039]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15039]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:09 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:09 PortableLM pacrunner[15042]: PAC Runner version 0.19
Nov 14 22:11:09 PortableLM pacrunner[15042]: Terminating
Nov 14 22:11:09 PortableLM pacrunner[15042]: Exit
Nov 14 22:11:09 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:09 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:09 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15045]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15045]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15045]: Exit
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15048]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15048]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15048]: Exit
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15051]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15051]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15051]: Exit
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15054]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15054]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15054]: Exit
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15057]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15057]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15057]: Exit
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15060]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15060]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15060]: Exit
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15063]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15063]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15063]: Exit
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15066]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15066]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15066]: Exit
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15069]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15069]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15069]: Exit
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15072]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15072]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15072]: Exit
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15075]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15075]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15075]: Exit
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:10 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:10 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:10 PortableLM pacrunner[15078]: PAC Runner version 0.19
Nov 14 22:11:10 PortableLM pacrunner[15078]: Terminating
Nov 14 22:11:10 PortableLM pacrunner[15078]: Exit
Nov 14 22:11:10 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:10 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15081]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15081]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15081]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15084]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15084]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15084]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15087]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15087]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15087]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15090]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15090]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15090]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15093]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15093]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15093]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15096]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15096]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15096]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15099]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15099]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15099]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15102]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15102]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15102]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15105]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15105]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15105]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15108]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15108]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15108]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15111]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15111]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15111]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:11 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:11 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:11 PortableLM pacrunner[15114]: PAC Runner version 0.19
Nov 14 22:11:11 PortableLM pacrunner[15114]: Terminating
Nov 14 22:11:11 PortableLM pacrunner[15114]: Exit
Nov 14 22:11:11 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:11 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15117]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15117]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15117]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15120]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15120]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15120]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15123]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15123]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15123]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15126]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15126]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15126]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15129]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15129]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15129]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15132]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15132]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15132]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15135]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15135]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15135]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15138]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15138]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15138]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15141]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15141]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15141]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15144]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15144]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15144]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15147]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15147]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15147]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:12 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:12 PortableLM pacrunner[15150]: PAC Runner version 0.19
Nov 14 22:11:12 PortableLM pacrunner[15150]: Terminating
Nov 14 22:11:12 PortableLM pacrunner[15150]: Exit
Nov 14 22:11:12 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:12 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:12 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15153]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15153]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15153]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15156]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15156]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15156]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15159]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15159]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15159]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15162]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15162]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15162]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15165]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15165]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15165]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15168]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15168]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15168]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15171]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15171]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15171]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15174]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15174]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15174]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15177]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15177]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15177]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15180]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15180]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15180]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15183]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15183]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15183]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15186]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15186]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15186]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:13 PortableLM pacrunner[15189]: PAC Runner version 0.19
Nov 14 22:11:13 PortableLM pacrunner[15189]: Terminating
Nov 14 22:11:13 PortableLM pacrunner[15189]: Exit
Nov 14 22:11:13 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:13 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:13 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:13 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15192]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15192]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15192]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15195]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15195]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15195]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15198]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15198]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15198]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15201]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15201]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15201]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15204]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15204]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15204]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15207]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15207]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15207]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15210]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15210]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15210]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15213]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15213]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15213]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15216]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15216]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15216]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15219]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15219]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15219]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15222]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15222]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15222]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15225]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15225]: Terminating
Nov 14 22:11:14 PortableLM pacrunner[15225]: Exit
Nov 14 22:11:14 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:14 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:14 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:14 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:14 PortableLM pacrunner[15228]: PAC Runner version 0.19
Nov 14 22:11:14 PortableLM pacrunner[15228]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15228]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15231]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15231]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15231]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15234]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15234]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15234]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15237]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15237]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15237]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15240]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15240]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15240]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15243]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15243]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15243]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15246]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15246]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15246]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15249]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15249]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15249]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15252]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15252]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15252]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15255]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15255]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15255]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15258]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15258]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15258]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15261]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15261]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15261]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:15 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:15 PortableLM pacrunner[15264]: PAC Runner version 0.19
Nov 14 22:11:15 PortableLM pacrunner[15264]: Terminating
Nov 14 22:11:15 PortableLM pacrunner[15264]: Exit
Nov 14 22:11:15 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:15 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:15 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:16 PortableLM pacrunner[15267]: PAC Runner version 0.19
Nov 14 22:11:16 PortableLM pacrunner[15267]: Terminating
Nov 14 22:11:16 PortableLM pacrunner[15267]: Exit
Nov 14 22:11:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:16 PortableLM pacrunner[15270]: PAC Runner version 0.19
Nov 14 22:11:16 PortableLM pacrunner[15270]: Terminating
Nov 14 22:11:16 PortableLM pacrunner[15270]: Exit
Nov 14 22:11:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:16 PortableLM pacrunner[15273]: PAC Runner version 0.19
Nov 14 22:11:16 PortableLM pacrunner[15273]: Terminating
Nov 14 22:11:16 PortableLM pacrunner[15273]: Exit
Nov 14 22:11:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:16 PortableLM pacrunner[15276]: PAC Runner version 0.19
Nov 14 22:11:16 PortableLM pacrunner[15276]: Terminating
Nov 14 22:11:16 PortableLM pacrunner[15276]: Exit
Nov 14 22:11:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:16 PortableLM pacrunner[15279]: PAC Runner version 0.19
Nov 14 22:11:16 PortableLM pacrunner[15279]: Terminating
Nov 14 22:11:16 PortableLM pacrunner[15279]: Exit
Nov 14 22:11:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:16 PortableLM pacrunner[15282]: PAC Runner version 0.19
Nov 14 22:11:16 PortableLM pacrunner[15282]: Terminating
Nov 14 22:11:16 PortableLM pacrunner[15282]: Exit
Nov 14 22:11:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:16 PortableLM pacrunner[15285]: PAC Runner version 0.19
Nov 14 22:11:16 PortableLM pacrunner[15285]: Terminating
Nov 14 22:11:16 PortableLM pacrunner[15285]: Exit
Nov 14 22:11:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:16 PortableLM pacrunner[15288]: PAC Runner version 0.19
Nov 14 22:11:16 PortableLM pacrunner[15288]: Terminating
Nov 14 22:11:16 PortableLM pacrunner[15288]: Exit
Nov 14 22:11:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:16 PortableLM pacrunner[15291]: PAC Runner version 0.19
Nov 14 22:11:16 PortableLM pacrunner[15291]: Terminating
Nov 14 22:11:16 PortableLM pacrunner[15291]: Exit
Nov 14 22:11:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:16 PortableLM pacrunner[15294]: PAC Runner version 0.19
Nov 14 22:11:16 PortableLM pacrunner[15294]: Terminating
Nov 14 22:11:16 PortableLM pacrunner[15294]: Exit
Nov 14 22:11:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:16 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:16 PortableLM pacrunner[15297]: PAC Runner version 0.19
Nov 14 22:11:16 PortableLM pacrunner[15297]: Terminating
Nov 14 22:11:16 PortableLM pacrunner[15297]: Exit
Nov 14 22:11:16 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:16 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:16 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:17 PortableLM pacrunner[15300]: PAC Runner version 0.19
Nov 14 22:11:17 PortableLM pacrunner[15300]: Terminating
Nov 14 22:11:17 PortableLM pacrunner[15300]: Exit
Nov 14 22:11:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:17 PortableLM pacrunner[15303]: PAC Runner version 0.19
Nov 14 22:11:17 PortableLM pacrunner[15303]: Terminating
Nov 14 22:11:17 PortableLM pacrunner[15303]: Exit
Nov 14 22:11:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:17 PortableLM pacrunner[15306]: PAC Runner version 0.19
Nov 14 22:11:17 PortableLM pacrunner[15306]: Terminating
Nov 14 22:11:17 PortableLM pacrunner[15306]: Exit
Nov 14 22:11:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:17 PortableLM pacrunner[15309]: PAC Runner version 0.19
Nov 14 22:11:17 PortableLM pacrunner[15309]: Terminating
Nov 14 22:11:17 PortableLM pacrunner[15309]: Exit
Nov 14 22:11:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:17 PortableLM pacrunner[15312]: PAC Runner version 0.19
Nov 14 22:11:17 PortableLM pacrunner[15312]: Terminating
Nov 14 22:11:17 PortableLM pacrunner[15312]: Exit
Nov 14 22:11:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:17 PortableLM pacrunner[15315]: PAC Runner version 0.19
Nov 14 22:11:17 PortableLM pacrunner[15315]: Terminating
Nov 14 22:11:17 PortableLM pacrunner[15315]: Exit
Nov 14 22:11:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:17 PortableLM pacrunner[15318]: PAC Runner version 0.19
Nov 14 22:11:17 PortableLM pacrunner[15318]: Terminating
Nov 14 22:11:17 PortableLM pacrunner[15318]: Exit
Nov 14 22:11:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:17 PortableLM pacrunner[15321]: PAC Runner version 0.19
Nov 14 22:11:17 PortableLM pacrunner[15321]: Terminating
Nov 14 22:11:17 PortableLM pacrunner[15321]: Exit
Nov 14 22:11:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:17 PortableLM pacrunner[15324]: PAC Runner version 0.19
Nov 14 22:11:17 PortableLM pacrunner[15324]: Terminating
Nov 14 22:11:17 PortableLM pacrunner[15324]: Exit
Nov 14 22:11:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:17 PortableLM pacrunner[15327]: PAC Runner version 0.19
Nov 14 22:11:17 PortableLM pacrunner[15327]: Terminating
Nov 14 22:11:17 PortableLM pacrunner[15327]: Exit
Nov 14 22:11:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:17 PortableLM pacrunner[15330]: PAC Runner version 0.19
Nov 14 22:11:17 PortableLM pacrunner[15330]: Terminating
Nov 14 22:11:17 PortableLM pacrunner[15330]: Exit
Nov 14 22:11:17 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:17 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:17 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:17 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15333]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15333]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15333]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15336]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15336]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15336]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15339]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15339]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15339]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15342]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15342]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15342]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15345]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15345]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15345]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15348]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15348]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15348]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15351]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15351]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15351]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15354]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15354]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15354]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15357]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15357]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15357]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15360]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15360]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15360]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15363]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15363]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15363]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15366]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15366]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15366]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:18 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:18 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:18 PortableLM pacrunner[15369]: PAC Runner version 0.19
Nov 14 22:11:18 PortableLM pacrunner[15369]: Terminating
Nov 14 22:11:18 PortableLM pacrunner[15369]: Exit
Nov 14 22:11:18 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:18 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15372]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15372]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15372]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15375]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15375]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15375]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15378]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15378]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15378]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15381]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15381]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15381]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15384]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15384]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15384]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15387]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15387]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15387]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15390]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15390]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15390]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15393]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15393]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15393]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15396]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15396]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15396]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15399]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15399]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15399]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15402]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15402]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15402]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15405]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15405]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15405]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:19 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:19 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:19 PortableLM pacrunner[15408]: PAC Runner version 0.19
Nov 14 22:11:19 PortableLM pacrunner[15408]: Terminating
Nov 14 22:11:19 PortableLM pacrunner[15408]: Exit
Nov 14 22:11:19 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:19 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:20 PortableLM pacrunner[15411]: PAC Runner version 0.19
Nov 14 22:11:20 PortableLM pacrunner[15411]: Terminating
Nov 14 22:11:20 PortableLM pacrunner[15411]: Exit
Nov 14 22:11:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:20 PortableLM pacrunner[15414]: PAC Runner version 0.19
Nov 14 22:11:20 PortableLM pacrunner[15414]: Terminating
Nov 14 22:11:20 PortableLM pacrunner[15414]: Exit
Nov 14 22:11:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:20 PortableLM pacrunner[15417]: PAC Runner version 0.19
Nov 14 22:11:20 PortableLM pacrunner[15417]: Terminating
Nov 14 22:11:20 PortableLM pacrunner[15417]: Exit
Nov 14 22:11:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:20 PortableLM pacrunner[15420]: PAC Runner version 0.19
Nov 14 22:11:20 PortableLM pacrunner[15420]: Terminating
Nov 14 22:11:20 PortableLM pacrunner[15420]: Exit
Nov 14 22:11:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:20 PortableLM pacrunner[15423]: PAC Runner version 0.19
Nov 14 22:11:20 PortableLM pacrunner[15423]: Terminating
Nov 14 22:11:20 PortableLM pacrunner[15423]: Exit
Nov 14 22:11:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:20 PortableLM pacrunner[15426]: PAC Runner version 0.19
Nov 14 22:11:20 PortableLM pacrunner[15426]: Terminating
Nov 14 22:11:20 PortableLM pacrunner[15426]: Exit
Nov 14 22:11:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:20 PortableLM pacrunner[15429]: PAC Runner version 0.19
Nov 14 22:11:20 PortableLM pacrunner[15429]: Terminating
Nov 14 22:11:20 PortableLM pacrunner[15429]: Exit
Nov 14 22:11:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:20 PortableLM pacrunner[15432]: PAC Runner version 0.19
Nov 14 22:11:20 PortableLM pacrunner[15432]: Terminating
Nov 14 22:11:20 PortableLM pacrunner[15432]: Exit
Nov 14 22:11:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:20 PortableLM pacrunner[15435]: PAC Runner version 0.19
Nov 14 22:11:20 PortableLM pacrunner[15435]: Terminating
Nov 14 22:11:20 PortableLM pacrunner[15435]: Exit
Nov 14 22:11:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:20 PortableLM pacrunner[15438]: PAC Runner version 0.19
Nov 14 22:11:20 PortableLM pacrunner[15438]: Terminating
Nov 14 22:11:20 PortableLM pacrunner[15438]: Exit
Nov 14 22:11:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:20 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:20 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:20 PortableLM pacrunner[15441]: PAC Runner version 0.19
Nov 14 22:11:20 PortableLM pacrunner[15441]: Terminating
Nov 14 22:11:20 PortableLM pacrunner[15441]: Exit
Nov 14 22:11:20 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:20 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15444]: PAC Runner version 0.19
Nov 14 22:11:21 PortableLM pacrunner[15444]: Terminating
Nov 14 22:11:21 PortableLM pacrunner[15444]: Exit
Nov 14 22:11:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15447]: PAC Runner version 0.19
Nov 14 22:11:21 PortableLM pacrunner[15447]: Terminating
Nov 14 22:11:21 PortableLM pacrunner[15447]: Exit
Nov 14 22:11:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15450]: PAC Runner version 0.19
Nov 14 22:11:21 PortableLM pacrunner[15450]: Terminating
Nov 14 22:11:21 PortableLM pacrunner[15450]: Exit
Nov 14 22:11:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15453]: PAC Runner version 0.19
Nov 14 22:11:21 PortableLM pacrunner[15453]: Terminating
Nov 14 22:11:21 PortableLM pacrunner[15453]: Exit
Nov 14 22:11:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15456]: PAC Runner version 0.19
Nov 14 22:11:21 PortableLM pacrunner[15456]: Terminating
Nov 14 22:11:21 PortableLM pacrunner[15456]: Exit
Nov 14 22:11:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15459]: PAC Runner version 0.19
Nov 14 22:11:21 PortableLM pacrunner[15459]: Terminating
Nov 14 22:11:21 PortableLM pacrunner[15459]: Exit
Nov 14 22:11:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15462]: PAC Runner version 0.19
Nov 14 22:11:21 PortableLM pacrunner[15462]: Terminating
Nov 14 22:11:21 PortableLM pacrunner[15462]: Exit
Nov 14 22:11:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15465]: PAC Runner version 0.19
Nov 14 22:11:21 PortableLM pacrunner[15465]: Terminating
Nov 14 22:11:21 PortableLM pacrunner[15465]: Exit
Nov 14 22:11:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15468]: PAC Runner version 0.19
Nov 14 22:11:21 PortableLM pacrunner[15468]: Terminating
Nov 14 22:11:21 PortableLM pacrunner[15468]: Exit
Nov 14 22:11:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15471]: PAC Runner version 0.19
Nov 14 22:11:21 PortableLM pacrunner[15471]: Terminating
Nov 14 22:11:21 PortableLM pacrunner[15471]: Exit
Nov 14 22:11:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15474]: PAC Runner version 0.19
Nov 14 22:11:21 PortableLM pacrunner[15474]: Terminating
Nov 14 22:11:21 PortableLM pacrunner[15474]: Exit
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:21 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:21 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:21 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:21 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:21 PortableLM pacrunner[15477]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15477]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15477]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15480]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15480]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15480]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15483]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15483]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15483]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15486]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15486]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15486]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15489]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15489]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15489]: Exit
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15492]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15492]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15492]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15495]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15495]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15495]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15498]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15498]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15498]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15501]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15501]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15501]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15504]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15504]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15504]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15507]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15507]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15507]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15510]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15510]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15510]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:22 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:22 PortableLM pacrunner[15513]: PAC Runner version 0.19
Nov 14 22:11:22 PortableLM pacrunner[15513]: Terminating
Nov 14 22:11:22 PortableLM pacrunner[15513]: Exit
Nov 14 22:11:22 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:22 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:22 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:23 PortableLM pacrunner[15516]: PAC Runner version 0.19
Nov 14 22:11:23 PortableLM pacrunner[15516]: Terminating
Nov 14 22:11:23 PortableLM pacrunner[15516]: Exit
Nov 14 22:11:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:23 PortableLM pacrunner[15519]: PAC Runner version 0.19
Nov 14 22:11:23 PortableLM pacrunner[15519]: Terminating
Nov 14 22:11:23 PortableLM pacrunner[15519]: Exit
Nov 14 22:11:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:23 PortableLM pacrunner[15522]: PAC Runner version 0.19
Nov 14 22:11:23 PortableLM pacrunner[15522]: Terminating
Nov 14 22:11:23 PortableLM pacrunner[15522]: Exit
Nov 14 22:11:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:23 PortableLM pacrunner[15525]: PAC Runner version 0.19
Nov 14 22:11:23 PortableLM pacrunner[15525]: Terminating
Nov 14 22:11:23 PortableLM pacrunner[15525]: Exit
Nov 14 22:11:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:23 PortableLM pacrunner[15528]: PAC Runner version 0.19
Nov 14 22:11:23 PortableLM pacrunner[15528]: Terminating
Nov 14 22:11:23 PortableLM pacrunner[15528]: Exit
Nov 14 22:11:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:23 PortableLM pacrunner[15531]: PAC Runner version 0.19
Nov 14 22:11:23 PortableLM pacrunner[15531]: Terminating
Nov 14 22:11:23 PortableLM pacrunner[15531]: Exit
Nov 14 22:11:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:23 PortableLM pacrunner[15534]: PAC Runner version 0.19
Nov 14 22:11:23 PortableLM pacrunner[15534]: Terminating
Nov 14 22:11:23 PortableLM pacrunner[15534]: Exit
Nov 14 22:11:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:23 PortableLM pacrunner[15537]: PAC Runner version 0.19
Nov 14 22:11:23 PortableLM pacrunner[15537]: Terminating
Nov 14 22:11:23 PortableLM pacrunner[15537]: Exit
Nov 14 22:11:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:23 PortableLM pacrunner[15540]: PAC Runner version 0.19
Nov 14 22:11:23 PortableLM pacrunner[15540]: Terminating
Nov 14 22:11:23 PortableLM pacrunner[15540]: Exit
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:23 PortableLM pacrunner[15543]: PAC Runner version 0.19
Nov 14 22:11:23 PortableLM pacrunner[15543]: Terminating
Nov 14 22:11:23 PortableLM pacrunner[15543]: Exit
Nov 14 22:11:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:23 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:23 PortableLM pacrunner[15546]: PAC Runner version 0.19
Nov 14 22:11:23 PortableLM pacrunner[15546]: Terminating
Nov 14 22:11:23 PortableLM pacrunner[15546]: Exit
Nov 14 22:11:23 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:23 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:23 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15549]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15549]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15549]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15552]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15552]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15552]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15555]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15555]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15555]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15558]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15558]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15558]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15561]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15561]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15561]: Exit
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15564]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15564]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15564]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15567]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15567]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15567]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15570]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15570]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15570]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15573]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15573]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15573]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15576]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15576]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15576]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15579]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15579]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15579]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15582]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15582]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15582]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:24 PortableLM pacrunner[15585]: PAC Runner version 0.19
Nov 14 22:11:24 PortableLM pacrunner[15585]: Terminating
Nov 14 22:11:24 PortableLM pacrunner[15585]: Exit
Nov 14 22:11:24 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:24 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:24 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:24 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15588]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15588]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15588]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15591]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15591]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15591]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15594]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15594]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15594]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15597]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15597]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15597]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15600]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15600]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15600]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15603]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15603]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15603]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15606]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15606]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15606]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15609]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15609]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15609]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15612]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15612]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15612]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15615]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15615]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15615]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15618]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15618]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15618]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15621]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15621]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15621]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:25 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:25 PortableLM pacrunner[15624]: PAC Runner version 0.19
Nov 14 22:11:25 PortableLM pacrunner[15624]: Terminating
Nov 14 22:11:25 PortableLM pacrunner[15624]: Exit
Nov 14 22:11:25 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:25 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:25 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:26 PortableLM pacrunner[15627]: PAC Runner version 0.19
Nov 14 22:11:26 PortableLM pacrunner[15627]: Terminating
Nov 14 22:11:26 PortableLM pacrunner[15627]: Exit
Nov 14 22:11:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:26 PortableLM pacrunner[15630]: PAC Runner version 0.19
Nov 14 22:11:26 PortableLM pacrunner[15630]: Terminating
Nov 14 22:11:26 PortableLM pacrunner[15630]: Exit
Nov 14 22:11:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:26 PortableLM pacrunner[15633]: PAC Runner version 0.19
Nov 14 22:11:26 PortableLM pacrunner[15633]: Terminating
Nov 14 22:11:26 PortableLM pacrunner[15633]: Exit
Nov 14 22:11:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:26 PortableLM pacrunner[15636]: PAC Runner version 0.19
Nov 14 22:11:26 PortableLM pacrunner[15636]: Terminating
Nov 14 22:11:26 PortableLM pacrunner[15636]: Exit
Nov 14 22:11:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:26 PortableLM pacrunner[15639]: PAC Runner version 0.19
Nov 14 22:11:26 PortableLM pacrunner[15639]: Terminating
Nov 14 22:11:26 PortableLM pacrunner[15639]: Exit
Nov 14 22:11:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:26 PortableLM pacrunner[15642]: PAC Runner version 0.19
Nov 14 22:11:26 PortableLM pacrunner[15642]: Terminating
Nov 14 22:11:26 PortableLM pacrunner[15642]: Exit
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:26 PortableLM pacrunner[15645]: PAC Runner version 0.19
Nov 14 22:11:26 PortableLM pacrunner[15645]: Terminating
Nov 14 22:11:26 PortableLM pacrunner[15645]: Exit
Nov 14 22:11:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:26 PortableLM pacrunner[15648]: PAC Runner version 0.19
Nov 14 22:11:26 PortableLM pacrunner[15648]: Terminating
Nov 14 22:11:26 PortableLM pacrunner[15648]: Exit
Nov 14 22:11:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:26 PortableLM pacrunner[15651]: PAC Runner version 0.19
Nov 14 22:11:26 PortableLM pacrunner[15651]: Terminating
Nov 14 22:11:26 PortableLM pacrunner[15651]: Exit
Nov 14 22:11:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:26 PortableLM pacrunner[15654]: PAC Runner version 0.19
Nov 14 22:11:26 PortableLM pacrunner[15654]: Terminating
Nov 14 22:11:26 PortableLM pacrunner[15654]: Exit
Nov 14 22:11:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:26 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:26 PortableLM pacrunner[15657]: PAC Runner version 0.19
Nov 14 22:11:26 PortableLM pacrunner[15657]: Terminating
Nov 14 22:11:26 PortableLM pacrunner[15657]: Exit
Nov 14 22:11:26 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:26 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:26 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15660]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15660]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15660]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15663]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15663]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15663]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15666]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15666]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15666]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15669]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15669]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15669]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15672]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15672]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15672]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15675]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15675]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15675]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15678]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15678]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15678]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15681]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15681]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15681]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15684]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15684]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15684]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15687]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15687]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15687]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15690]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15690]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15690]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:27 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:27 PortableLM pacrunner[15693]: PAC Runner version 0.19
Nov 14 22:11:27 PortableLM pacrunner[15693]: Terminating
Nov 14 22:11:27 PortableLM pacrunner[15693]: Exit
Nov 14 22:11:27 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:27 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:27 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15696]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15696]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15696]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15699]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15699]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15699]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15702]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15702]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15702]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15705]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15705]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15705]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15708]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15708]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15708]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15711]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15711]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15711]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15714]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15714]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15714]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15717]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15717]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15717]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15720]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15720]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15720]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15723]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15723]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15723]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15726]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15726]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15726]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15729]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15729]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15729]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15732]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15732]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15732]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:28 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:28 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:28 PortableLM pacrunner[15735]: PAC Runner version 0.19
Nov 14 22:11:28 PortableLM pacrunner[15735]: Terminating
Nov 14 22:11:28 PortableLM pacrunner[15735]: Exit
Nov 14 22:11:28 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:28 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15738]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15738]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15738]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15741]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15741]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15741]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15744]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15744]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15744]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15747]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15747]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15747]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15750]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15750]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15750]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15753]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15753]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15753]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15756]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15756]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15756]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15759]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15759]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15759]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15762]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15762]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15762]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15765]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15765]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15765]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15768]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15768]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15768]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:29 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:29 PortableLM NetworkManager[356]: <info>  [1700017889.9731] device (wlp1s0): set-hw-addr: set MAC address to 52:C0:2A:5E:11:73 (scanning)
Nov 14 22:11:29 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:29 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:29 PortableLM pacrunner[15771]: PAC Runner version 0.19
Nov 14 22:11:29 PortableLM pacrunner[15771]: Terminating
Nov 14 22:11:29 PortableLM pacrunner[15771]: Exit
Nov 14 22:11:29 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:30 PortableLM systemd[1]: Reached target Network.
Nov 14 22:11:30 PortableLM systemd[1]: Started auto-cpufreq - Automatic CPU speed & power optimizer for Linux.
Nov 14 22:11:30 PortableLM systemd[1]: Starting Permit User Sessions...
Nov 14 22:11:30 PortableLM systemd[1]: Finished Permit User Sessions.
Nov 14 22:11:30 PortableLM systemd[1]: Reached target Multi-User System.
Nov 14 22:11:30 PortableLM systemd[1]: Started Simple Desktop Display Manager.
Nov 14 22:11:30 PortableLM systemd[1]: Reached target Graphical Interface.
Nov 14 22:11:30 PortableLM systemd[1]: Startup finished in 5.623s (firmware) + 6.210s (loader) + 9.533s (kernel) + 6min 55.644s (userspace) = 7min 17.012s.
Nov 14 22:11:30 PortableLM sddm[15776]: Initializing...
Nov 14 22:11:30 PortableLM sddm[15776]: Starting...
Nov 14 22:11:30 PortableLM sddm[15776]: Logind interface found
Nov 14 22:11:30 PortableLM sddm[15776]: Adding new display...
Nov 14 22:11:30 PortableLM sddm[15776]: Loaded empty theme configuration
Nov 14 22:11:30 PortableLM sddm[15776]: Xauthority path: "/run/sddm/xauth_dJVYuG"
Nov 14 22:11:30 PortableLM sddm[15776]: Using VT 2
Nov 14 22:11:30 PortableLM sddm[15776]: Display server starting...
Nov 14 22:11:30 PortableLM sddm[15776]: Writing cookie to "/run/sddm/xauth_dJVYuG"
Nov 14 22:11:30 PortableLM sddm[15776]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_dJVYuG -noreset -displayfd 16
Nov 14 22:11:30 PortableLM NetworkManager[356]: <info>  [1700017890.4533] device (wlp1s0): supplicant interface state: disconnected -> interface_disabled
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:30 PortableLM NetworkManager[356]: <info>  [1700017890.4784] device (wlp1s0): supplicant interface state: interface_disabled -> inactive
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:30 PortableLM pacrunner[15780]: PAC Runner version 0.19
Nov 14 22:11:30 PortableLM pacrunner[15780]: Terminating
Nov 14 22:11:30 PortableLM pacrunner[15780]: Exit
Nov 14 22:11:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:30 PortableLM pacrunner[15783]: PAC Runner version 0.19
Nov 14 22:11:30 PortableLM pacrunner[15783]: Terminating
Nov 14 22:11:30 PortableLM pacrunner[15783]: Exit
Nov 14 22:11:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:30 PortableLM pacrunner[15786]: PAC Runner version 0.19
Nov 14 22:11:30 PortableLM pacrunner[15786]: Terminating
Nov 14 22:11:30 PortableLM pacrunner[15786]: Exit
Nov 14 22:11:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:30 PortableLM pacrunner[15789]: PAC Runner version 0.19
Nov 14 22:11:30 PortableLM pacrunner[15789]: Terminating
Nov 14 22:11:30 PortableLM pacrunner[15789]: Exit
Nov 14 22:11:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:30 PortableLM pacrunner[15796]: PAC Runner version 0.19
Nov 14 22:11:30 PortableLM pacrunner[15796]: Terminating
Nov 14 22:11:30 PortableLM pacrunner[15796]: Exit
Nov 14 22:11:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:30 PortableLM pacrunner[15801]: PAC Runner version 0.19
Nov 14 22:11:30 PortableLM pacrunner[15801]: Terminating
Nov 14 22:11:30 PortableLM pacrunner[15801]: Exit
Nov 14 22:11:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:30 PortableLM pacrunner[15805]: PAC Runner version 0.19
Nov 14 22:11:30 PortableLM pacrunner[15805]: Terminating
Nov 14 22:11:30 PortableLM pacrunner[15805]: Exit
Nov 14 22:11:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:30 PortableLM pacrunner[15808]: PAC Runner version 0.19
Nov 14 22:11:30 PortableLM pacrunner[15808]: Terminating
Nov 14 22:11:30 PortableLM pacrunner[15808]: Exit
Nov 14 22:11:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:30 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:30 PortableLM pacrunner[15813]: PAC Runner version 0.19
Nov 14 22:11:30 PortableLM pacrunner[15813]: Terminating
Nov 14 22:11:30 PortableLM pacrunner[15813]: Exit
Nov 14 22:11:30 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:30 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:30 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15826]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15826]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15826]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15831]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15831]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15831]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15834]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15834]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15834]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15837]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15837]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15837]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15840]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15840]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15840]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15843]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15843]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15843]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15846]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15846]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15846]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15849]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15849]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15849]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15852]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15852]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15852]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM sddm[15776]: Setting default cursor
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15857]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM sddm[15776]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Nov 14 22:11:31 PortableLM pacrunner[15857]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15857]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM sddm[15776]: Display server started.
Nov 14 22:11:31 PortableLM sddm[15776]: Socket server starting...
Nov 14 22:11:31 PortableLM sddm[15776]: Socket server started.
Nov 14 22:11:31 PortableLM sddm[15776]: Loading theme configuration from "/usr/share/sddm/themes/Sweet/theme.conf"
Nov 14 22:11:31 PortableLM sddm[15776]: Greeter starting...
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM sddm-helper[15860]: [PAM] Starting...
Nov 14 22:11:31 PortableLM sddm-helper[15860]: [PAM] Authenticating...
Nov 14 22:11:31 PortableLM sddm-helper[15860]: [PAM] returning.
Nov 14 22:11:31 PortableLM sddm-helper[15860]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=972) by (uid=0)
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15862]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15862]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15862]: Exit
Nov 14 22:11:31 PortableLM systemd-logind[347]: New session c1 of user sddm.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Created slice User Slice of UID 972.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM systemd[1]: Starting User Runtime Directory /run/user/972...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15867]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15867]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15867]: Exit
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Finished User Runtime Directory /run/user/972.
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM systemd[1]: Starting User Manager for UID 972...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15872]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.5159' (uid=0 pid=15871 comm="(systemd)")
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 14 22:11:31 PortableLM (systemd)[15871]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 14 22:11:31 PortableLM (systemd)[15871]: pam_unix(systemd-user:session): session opened for user sddm(uid=972) by sddm(uid=0)
Nov 14 22:11:31 PortableLM pacrunner[15872]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15872]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15880]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15880]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15880]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:31 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:31 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:31 PortableLM pacrunner[15883]: PAC Runner version 0.19
Nov 14 22:11:31 PortableLM pacrunner[15883]: Terminating
Nov 14 22:11:31 PortableLM pacrunner[15883]: Exit
Nov 14 22:11:31 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:31 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM systemd[15871]: Queued start job for default target Main User Target.
Nov 14 22:11:32 PortableLM systemd[15871]: Created slice User Application Slice.
Nov 14 22:11:32 PortableLM systemd[15871]: Reached target Paths.
Nov 14 22:11:32 PortableLM systemd[15871]: Reached target Timers.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM systemd[15871]: Starting D-Bus User Message Bus Socket...
Nov 14 22:11:32 PortableLM pacrunner[15888]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM systemd[15871]: Listening on GnuPG network certificate management daemon.
Nov 14 22:11:32 PortableLM systemd[15871]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 14 22:11:32 PortableLM systemd[15871]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 14 22:11:32 PortableLM systemd[15871]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 14 22:11:32 PortableLM systemd[15871]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 14 22:11:32 PortableLM systemd[15871]: Listening on p11-kit server.
Nov 14 22:11:32 PortableLM systemd[15871]: Listening on PipeWire Multimedia System Sockets.
Nov 14 22:11:32 PortableLM systemd[15871]: Listening on Sound System.
Nov 14 22:11:32 PortableLM pacrunner[15888]: Terminating
Nov 14 22:11:32 PortableLM pacrunner[15888]: Exit
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[15871]: Listening on D-Bus User Message Bus Socket.
Nov 14 22:11:32 PortableLM systemd[15871]: Reached target Sockets.
Nov 14 22:11:32 PortableLM systemd[15871]: Reached target Basic System.
Nov 14 22:11:32 PortableLM systemd[15871]: Starting Update XDG user dir configuration...
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM systemd[15871]: Finished Update XDG user dir configuration.
Nov 14 22:11:32 PortableLM systemd[1]: Started User Manager for UID 972.
Nov 14 22:11:32 PortableLM systemd[15871]: Reached target Main User Target.
Nov 14 22:11:32 PortableLM systemd[15871]: Startup finished in 213ms.
Nov 14 22:11:32 PortableLM systemd[1]: Started Session c1 of User sddm.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM sddm-helper[15860]: Writing cookie to "/tmp/xauth_VLOTuH"
Nov 14 22:11:32 PortableLM sddm-helper[15860]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-QhQiRW --theme /usr/share/sddm/themes/Sweet"
Nov 14 22:11:32 PortableLM sddm[15776]: Greeter session started successfully
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15901]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM pacrunner[15901]: Terminating
Nov 14 22:11:32 PortableLM pacrunner[15901]: Exit
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM sddm-greeter[15900]: High-DPI autoscaling Enabled
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15906]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM pacrunner[15906]: Terminating
Nov 14 22:11:32 PortableLM pacrunner[15906]: Exit
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15922]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM sddm-greeter[15900]: Reading from "/usr/local/share/xsessions/plasma.desktop"
Nov 14 22:11:32 PortableLM sddm-greeter[15900]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 14 22:11:32 PortableLM pacrunner[15922]: Terminating
Nov 14 22:11:32 PortableLM sddm-greeter[15900]: Loading theme configuration from "/usr/share/sddm/themes/Sweet/theme.conf"
Nov 14 22:11:32 PortableLM pacrunner[15922]: Exit
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[15871]: Created slice User Core Session Slice.
Nov 14 22:11:32 PortableLM systemd[15871]: Starting D-Bus User Message Bus...
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM systemd[15871]: Started D-Bus User Message Bus.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15935]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM sddm-greeter[15900]: Connected to the daemon.
Nov 14 22:11:32 PortableLM sddm[15776]: Message received from greeter: Connect
Nov 14 22:11:32 PortableLM pacrunner[15935]: Terminating
Nov 14 22:11:32 PortableLM pacrunner[15935]: Exit
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15943]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM pacrunner[15943]: Terminating
Nov 14 22:11:32 PortableLM pacrunner[15943]: Exit
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15950]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM pacrunner[15950]: Terminating
Nov 14 22:11:32 PortableLM pacrunner[15950]: Exit
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM kernel: sddm-greeter[15900]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15955]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM pacrunner[15955]: Terminating
Nov 14 22:11:32 PortableLM pacrunner[15955]: Exit
Nov 14 22:11:32 PortableLM sddm-greeter[15900]: Loading file:///usr/share/sddm/themes/Sweet/Main.qml...
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15959]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM pacrunner[15959]: Terminating
Nov 14 22:11:32 PortableLM pacrunner[15959]: Exit
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15962]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM pacrunner[15962]: Terminating
Nov 14 22:11:32 PortableLM pacrunner[15962]: Exit
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15965]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM pacrunner[15965]: Terminating
Nov 14 22:11:32 PortableLM pacrunner[15965]: Exit
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM sddm-greeter[15900]: QObject: Cannot create children for a parent that is in a different thread.
                                                (Parent is QGuiApplication(0x7ffd171a7770), parent's thread is QThread(0x55a031002a30), current thread is QThread(0x55a031414e90)
Nov 14 22:11:32 PortableLM sddm-greeter[15900]: QObject: Cannot create children for a parent that is in a different thread.
                                                (Parent is QGuiApplication(0x7ffd171a7770), parent's thread is QThread(0x55a031002a30), current thread is QThread(0x55a031414e90)
Nov 14 22:11:32 PortableLM sddm-greeter[15900]: QObject: Cannot create children for a parent that is in a different thread.
                                                (Parent is QGuiApplication(0x7ffd171a7770), parent's thread is QThread(0x55a031002a30), current thread is QThread(0x55a031414e90)
Nov 14 22:11:32 PortableLM sddm-greeter[15900]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15968]: PAC Runner version 0.19
Nov 14 22:11:32 PortableLM pacrunner[15968]: Terminating
Nov 14 22:11:32 PortableLM pacrunner[15968]: Exit
Nov 14 22:11:32 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:32 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:32 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:32 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:32 PortableLM pacrunner[15971]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[15971]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[15971]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[15974]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[15974]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[15974]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[15977]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[15977]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[15977]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[15980]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[15980]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[15980]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[15984]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[15984]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[15984]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[15987]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[15987]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[15987]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/Main.qml:440:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[15992]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[15992]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[15992]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/VirtualKeyboard.qml:21:1: module "QtQuick.VirtualKeyboard" is not installed
Nov 14 22:11:33 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/Login.qml:94:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[15995]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[15995]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[15995]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM sddm-greeter[15900]: Adding view for "eDP" QRect(0,0 1920x1080)
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[16002]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[16002]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[16002]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[16005]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[16005]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[16005]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM sddm-greeter[15900]: Message received from daemon: Capabilities
Nov 14 22:11:33 PortableLM sddm-greeter[15900]: Message received from daemon: HostName
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[16009]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[16009]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[16009]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[16012]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[16012]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[16012]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:33 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:33 PortableLM pacrunner[16015]: PAC Runner version 0.19
Nov 14 22:11:33 PortableLM pacrunner[16015]: Terminating
Nov 14 22:11:33 PortableLM pacrunner[16015]: Exit
Nov 14 22:11:33 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:33 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:33 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16018]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16018]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16018]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16021]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16021]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16021]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16024]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16024]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16024]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16027]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16027]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16027]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16030]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16030]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16030]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16033]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16033]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16033]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16036]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16036]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16036]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16039]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16039]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16039]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16042]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16042]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16042]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16045]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16045]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16045]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16048]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16048]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16048]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16051]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16051]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16051]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:34 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:34 PortableLM pacrunner[16054]: PAC Runner version 0.19
Nov 14 22:11:34 PortableLM pacrunner[16054]: Terminating
Nov 14 22:11:34 PortableLM pacrunner[16054]: Exit
Nov 14 22:11:34 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:34 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:34 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:35 PortableLM pacrunner[16057]: PAC Runner version 0.19
Nov 14 22:11:35 PortableLM pacrunner[16057]: Terminating
Nov 14 22:11:35 PortableLM pacrunner[16057]: Exit
Nov 14 22:11:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:35 PortableLM pacrunner[16060]: PAC Runner version 0.19
Nov 14 22:11:35 PortableLM pacrunner[16060]: Terminating
Nov 14 22:11:35 PortableLM pacrunner[16060]: Exit
Nov 14 22:11:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:35 PortableLM pacrunner[16063]: PAC Runner version 0.19
Nov 14 22:11:35 PortableLM pacrunner[16063]: Terminating
Nov 14 22:11:35 PortableLM pacrunner[16063]: Exit
Nov 14 22:11:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:35 PortableLM pacrunner[16066]: PAC Runner version 0.19
Nov 14 22:11:35 PortableLM pacrunner[16066]: Terminating
Nov 14 22:11:35 PortableLM pacrunner[16066]: Exit
Nov 14 22:11:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:35 PortableLM pacrunner[16069]: PAC Runner version 0.19
Nov 14 22:11:35 PortableLM pacrunner[16069]: Terminating
Nov 14 22:11:35 PortableLM pacrunner[16069]: Exit
Nov 14 22:11:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:35 PortableLM pacrunner[16072]: PAC Runner version 0.19
Nov 14 22:11:35 PortableLM pacrunner[16072]: Terminating
Nov 14 22:11:35 PortableLM pacrunner[16072]: Exit
Nov 14 22:11:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:35 PortableLM pacrunner[16075]: PAC Runner version 0.19
Nov 14 22:11:35 PortableLM pacrunner[16075]: Terminating
Nov 14 22:11:35 PortableLM pacrunner[16075]: Exit
Nov 14 22:11:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:35 PortableLM pacrunner[16085]: PAC Runner version 0.19
Nov 14 22:11:35 PortableLM pacrunner[16085]: Terminating
Nov 14 22:11:35 PortableLM pacrunner[16085]: Exit
Nov 14 22:11:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:35 PortableLM pacrunner[16089]: PAC Runner version 0.19
Nov 14 22:11:35 PortableLM pacrunner[16089]: Terminating
Nov 14 22:11:35 PortableLM pacrunner[16089]: Exit
Nov 14 22:11:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:35 PortableLM pacrunner[16092]: PAC Runner version 0.19
Nov 14 22:11:35 PortableLM pacrunner[16092]: Terminating
Nov 14 22:11:35 PortableLM pacrunner[16092]: Exit
Nov 14 22:11:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:35 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:35 PortableLM pacrunner[16095]: PAC Runner version 0.19
Nov 14 22:11:35 PortableLM pacrunner[16095]: Terminating
Nov 14 22:11:35 PortableLM pacrunner[16095]: Exit
Nov 14 22:11:35 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:35 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:35 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16098]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16098]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16098]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16101]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16101]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16101]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16104]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16104]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16104]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16107]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16107]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16107]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16110]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16110]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16110]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16113]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16113]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16113]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16116]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16116]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16116]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16119]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16119]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16119]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16132]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16132]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16132]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16135]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16135]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16135]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16138]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16138]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16138]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:36 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:36 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:36 PortableLM pacrunner[16141]: PAC Runner version 0.19
Nov 14 22:11:36 PortableLM pacrunner[16141]: Terminating
Nov 14 22:11:36 PortableLM pacrunner[16141]: Exit
Nov 14 22:11:36 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:36 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16144]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16144]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16144]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16147]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16147]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16147]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16150]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16150]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16150]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16153]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16153]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16153]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16156]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16156]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16156]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16159]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16159]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16159]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16162]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16162]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16162]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16165]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16165]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16165]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16168]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16168]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16168]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16171]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16171]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16171]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16174]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16174]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16174]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:37 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:37 PortableLM pacrunner[16177]: PAC Runner version 0.19
Nov 14 22:11:37 PortableLM pacrunner[16177]: Terminating
Nov 14 22:11:37 PortableLM pacrunner[16177]: Exit
Nov 14 22:11:37 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:37 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:37 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16180]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16180]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16180]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16183]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16183]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16183]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16186]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16186]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16186]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16189]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16189]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16189]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16192]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16192]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16192]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16195]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16195]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16195]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16198]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16198]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16198]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16201]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16201]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16201]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16204]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16204]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16204]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16207]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16207]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16207]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16210]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16210]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16210]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:38 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:38 PortableLM pacrunner[16213]: PAC Runner version 0.19
Nov 14 22:11:38 PortableLM pacrunner[16213]: Terminating
Nov 14 22:11:38 PortableLM pacrunner[16213]: Exit
Nov 14 22:11:38 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:38 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:38 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16216]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16216]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16216]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16219]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16219]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16219]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16222]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16222]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16222]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16225]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16225]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16225]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16228]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16228]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16228]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16231]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16231]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16231]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16234]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16234]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16234]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16237]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16237]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16237]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16240]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16240]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16240]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16243]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16243]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16243]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16246]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16246]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16246]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:39 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:39 PortableLM pacrunner[16249]: PAC Runner version 0.19
Nov 14 22:11:39 PortableLM pacrunner[16249]: Terminating
Nov 14 22:11:39 PortableLM pacrunner[16249]: Exit
Nov 14 22:11:39 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:39 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:39 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:40 PortableLM pacrunner[16255]: PAC Runner version 0.19
Nov 14 22:11:40 PortableLM pacrunner[16255]: Terminating
Nov 14 22:11:40 PortableLM pacrunner[16255]: Exit
Nov 14 22:11:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:40 PortableLM pacrunner[16263]: PAC Runner version 0.19
Nov 14 22:11:40 PortableLM pacrunner[16263]: Terminating
Nov 14 22:11:40 PortableLM pacrunner[16263]: Exit
Nov 14 22:11:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:40 PortableLM pacrunner[16266]: PAC Runner version 0.19
Nov 14 22:11:40 PortableLM pacrunner[16266]: Terminating
Nov 14 22:11:40 PortableLM pacrunner[16266]: Exit
Nov 14 22:11:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:40 PortableLM pacrunner[16269]: PAC Runner version 0.19
Nov 14 22:11:40 PortableLM pacrunner[16269]: Terminating
Nov 14 22:11:40 PortableLM pacrunner[16269]: Exit
Nov 14 22:11:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:40 PortableLM pacrunner[16272]: PAC Runner version 0.19
Nov 14 22:11:40 PortableLM pacrunner[16272]: Terminating
Nov 14 22:11:40 PortableLM pacrunner[16272]: Exit
Nov 14 22:11:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:40 PortableLM pacrunner[16275]: PAC Runner version 0.19
Nov 14 22:11:40 PortableLM pacrunner[16275]: Terminating
Nov 14 22:11:40 PortableLM pacrunner[16275]: Exit
Nov 14 22:11:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:40 PortableLM pacrunner[16278]: PAC Runner version 0.19
Nov 14 22:11:40 PortableLM pacrunner[16278]: Terminating
Nov 14 22:11:40 PortableLM pacrunner[16278]: Exit
Nov 14 22:11:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:40 PortableLM pacrunner[16281]: PAC Runner version 0.19
Nov 14 22:11:40 PortableLM pacrunner[16281]: Terminating
Nov 14 22:11:40 PortableLM pacrunner[16281]: Exit
Nov 14 22:11:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:40 PortableLM pacrunner[16284]: PAC Runner version 0.19
Nov 14 22:11:40 PortableLM pacrunner[16284]: Terminating
Nov 14 22:11:40 PortableLM pacrunner[16284]: Exit
Nov 14 22:11:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:40 PortableLM pacrunner[16287]: PAC Runner version 0.19
Nov 14 22:11:40 PortableLM pacrunner[16287]: Terminating
Nov 14 22:11:40 PortableLM pacrunner[16287]: Exit
Nov 14 22:11:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:40 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:40 PortableLM pacrunner[16290]: PAC Runner version 0.19
Nov 14 22:11:40 PortableLM pacrunner[16290]: Terminating
Nov 14 22:11:40 PortableLM pacrunner[16290]: Exit
Nov 14 22:11:40 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:40 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:40 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16293]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16293]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16293]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16298]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16298]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16298]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16309]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16309]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16309]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16312]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16312]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16312]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16315]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16315]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16315]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16318]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16318]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16318]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16321]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16321]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16321]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16324]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16324]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16324]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16327]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16327]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16327]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16330]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16330]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16330]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16333]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16333]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16333]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:41 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:41 PortableLM pacrunner[16336]: PAC Runner version 0.19
Nov 14 22:11:41 PortableLM pacrunner[16336]: Terminating
Nov 14 22:11:41 PortableLM pacrunner[16336]: Exit
Nov 14 22:11:41 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:41 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:41 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16339]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16339]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16339]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16342]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16342]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16342]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16345]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16345]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16345]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16348]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16348]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16348]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16351]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16351]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16351]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16354]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16354]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16354]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16357]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16357]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16357]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16360]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16360]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16360]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16363]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16363]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16363]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16366]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16366]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16366]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16369]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16369]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16369]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:42 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:42 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:42 PortableLM pacrunner[16372]: PAC Runner version 0.19
Nov 14 22:11:42 PortableLM pacrunner[16372]: Terminating
Nov 14 22:11:42 PortableLM pacrunner[16372]: Exit
Nov 14 22:11:42 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:42 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16375]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16375]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16375]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16378]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16378]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16378]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16381]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16381]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16381]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16384]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16384]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16384]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16387]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16387]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16387]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16390]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16390]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16390]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16393]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16393]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16393]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16396]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16396]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16396]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16399]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16399]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16399]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16402]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16402]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16402]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16405]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16405]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16405]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:43 PortableLM pacrunner[16408]: PAC Runner version 0.19
Nov 14 22:11:43 PortableLM pacrunner[16408]: Terminating
Nov 14 22:11:43 PortableLM pacrunner[16408]: Exit
Nov 14 22:11:43 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:43 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:43 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:43 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16411]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16411]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16411]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16414]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16414]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16414]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16417]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16417]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16417]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16420]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16420]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16420]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16423]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16423]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16423]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16433]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16433]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16433]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16437]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16437]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16437]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16440]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16440]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16440]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16443]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16443]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16443]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16446]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16446]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16446]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16449]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16449]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16449]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:44 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:44 PortableLM pacrunner[16452]: PAC Runner version 0.19
Nov 14 22:11:44 PortableLM pacrunner[16452]: Terminating
Nov 14 22:11:44 PortableLM pacrunner[16452]: Exit
Nov 14 22:11:44 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:44 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:44 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16455]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16455]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16455]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16458]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16458]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16458]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16461]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16461]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16461]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16464]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16464]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16464]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16467]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16467]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16467]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16470]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16470]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16470]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16475]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16475]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16475]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16486]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16486]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16486]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16489]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16489]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16489]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16492]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16492]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16492]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16495]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16495]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16495]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:45 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:45 PortableLM pacrunner[16498]: PAC Runner version 0.19
Nov 14 22:11:45 PortableLM pacrunner[16498]: Terminating
Nov 14 22:11:45 PortableLM pacrunner[16498]: Exit
Nov 14 22:11:45 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:45 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:45 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16501]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16501]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16501]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16504]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16504]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16504]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16507]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16507]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16507]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16510]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16510]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16510]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16513]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16513]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16513]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16516]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16516]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16516]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16519]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16519]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16519]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16522]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16522]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16522]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16525]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16525]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16525]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16528]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16528]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16528]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16531]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16531]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16531]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:46 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:46 PortableLM pacrunner[16534]: PAC Runner version 0.19
Nov 14 22:11:46 PortableLM pacrunner[16534]: Terminating
Nov 14 22:11:46 PortableLM pacrunner[16534]: Exit
Nov 14 22:11:46 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:46 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:46 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16537]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16537]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16537]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16540]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16540]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16540]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16543]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16543]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16543]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16546]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16546]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16546]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16549]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16549]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16549]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16552]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16552]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16552]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16555]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16555]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16555]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16558]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16558]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16558]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16561]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16561]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16561]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16564]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16564]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16564]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16567]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16567]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16567]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:47 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:47 PortableLM pacrunner[16570]: PAC Runner version 0.19
Nov 14 22:11:47 PortableLM pacrunner[16570]: Terminating
Nov 14 22:11:47 PortableLM pacrunner[16570]: Exit
Nov 14 22:11:47 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:47 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:47 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16573]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16573]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16573]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16576]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16576]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16576]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16579]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16579]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16579]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16582]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16582]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16582]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16585]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16585]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16585]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16588]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16588]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16588]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16591]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16591]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16591]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16594]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16594]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16594]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16597]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16597]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16597]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16600]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16600]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16600]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16610]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16610]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16610]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:48 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:48 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:48 PortableLM pacrunner[16614]: PAC Runner version 0.19
Nov 14 22:11:48 PortableLM pacrunner[16614]: Terminating
Nov 14 22:11:48 PortableLM pacrunner[16614]: Exit
Nov 14 22:11:48 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:48 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:49 PortableLM pacrunner[16617]: PAC Runner version 0.19
Nov 14 22:11:49 PortableLM pacrunner[16617]: Terminating
Nov 14 22:11:49 PortableLM pacrunner[16617]: Exit
Nov 14 22:11:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:49 PortableLM pacrunner[16620]: PAC Runner version 0.19
Nov 14 22:11:49 PortableLM pacrunner[16620]: Terminating
Nov 14 22:11:49 PortableLM pacrunner[16620]: Exit
Nov 14 22:11:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:49 PortableLM pacrunner[16623]: PAC Runner version 0.19
Nov 14 22:11:49 PortableLM pacrunner[16623]: Terminating
Nov 14 22:11:49 PortableLM pacrunner[16623]: Exit
Nov 14 22:11:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:49 PortableLM pacrunner[16626]: PAC Runner version 0.19
Nov 14 22:11:49 PortableLM pacrunner[16626]: Terminating
Nov 14 22:11:49 PortableLM pacrunner[16626]: Exit
Nov 14 22:11:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:49 PortableLM pacrunner[16629]: PAC Runner version 0.19
Nov 14 22:11:49 PortableLM pacrunner[16629]: Terminating
Nov 14 22:11:49 PortableLM pacrunner[16629]: Exit
Nov 14 22:11:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:49 PortableLM pacrunner[16632]: PAC Runner version 0.19
Nov 14 22:11:49 PortableLM pacrunner[16632]: Terminating
Nov 14 22:11:49 PortableLM pacrunner[16632]: Exit
Nov 14 22:11:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:49 PortableLM pacrunner[16635]: PAC Runner version 0.19
Nov 14 22:11:49 PortableLM pacrunner[16635]: Terminating
Nov 14 22:11:49 PortableLM pacrunner[16635]: Exit
Nov 14 22:11:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:49 PortableLM pacrunner[16638]: PAC Runner version 0.19
Nov 14 22:11:49 PortableLM pacrunner[16638]: Terminating
Nov 14 22:11:49 PortableLM pacrunner[16638]: Exit
Nov 14 22:11:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:49 PortableLM pacrunner[16641]: PAC Runner version 0.19
Nov 14 22:11:49 PortableLM pacrunner[16641]: Terminating
Nov 14 22:11:49 PortableLM pacrunner[16641]: Exit
Nov 14 22:11:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 14 22:11:49 PortableLM sddm[15776]: Message received from greeter: Login
Nov 14 22:11:49 PortableLM sddm[15776]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 14 22:11:49 PortableLM sddm[15776]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2
Nov 14 22:11:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:49 PortableLM pacrunner[16645]: PAC Runner version 0.19
Nov 14 22:11:49 PortableLM pacrunner[16645]: Terminating
Nov 14 22:11:49 PortableLM pacrunner[16645]: Exit
Nov 14 22:11:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:49 PortableLM sddm-helper[16644]: [PAM] Starting...
Nov 14 22:11:49 PortableLM sddm-helper[16644]: [PAM] Authenticating...
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.5377' (uid=0 pid=16644 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-")
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 14 22:11:49 PortableLM sddm-helper[16644]: [PAM] Preparing to converse...
Nov 14 22:11:49 PortableLM sddm-helper[16644]: [PAM] Conversation with 1 messages
Nov 14 22:11:49 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:49 PortableLM sddm-helper[16644]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Nov 14 22:11:49 PortableLM sddm-helper[16644]: [PAM] returning.
Nov 14 22:11:49 PortableLM sddm[15776]: Authentication for user  "laurent"  successful
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: Message received from daemon: LoginSucceeded
Nov 14 22:11:49 PortableLM sddm-helper[16644]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Nov 14 22:11:49 PortableLM sddm-helper[16644]: pam_unix(sddm:session): session opened for user laurent(uid=1000) by laurent(uid=0)
Nov 14 22:11:49 PortableLM NetworkManager[356]: <info>  [1700017909.8467] policy: auto-activating connection 'Caféine' (4bc00ab3-2ae8-4262-b997-84357a257efd)
Nov 14 22:11:49 PortableLM NetworkManager[356]: <info>  [1700017909.8476] device (wlp1s0): Activation: starting connection 'Caféine' (4bc00ab3-2ae8-4262-b997-84357a257efd)
Nov 14 22:11:49 PortableLM NetworkManager[356]: <info>  [1700017909.8477] device (wlp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 14 22:11:49 PortableLM NetworkManager[356]: <info>  [1700017909.8482] manager: NetworkManager state is now CONNECTING
Nov 14 22:11:49 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.pacrunner'
Nov 14 22:11:49 PortableLM pacrunner[16648]: PAC Runner version 0.19
Nov 14 22:11:49 PortableLM systemd[1]: Created slice User Slice of UID 1000.
Nov 14 22:11:49 PortableLM systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 14 22:11:49 PortableLM pacrunner[16648]: Terminating
Nov 14 22:11:49 PortableLM pacrunner[16648]: Exit
Nov 14 22:11:49 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/Main.qml:415: TypeError: Cannot read property 'smallSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:83: TypeError: Cannot read property 'gridUnit' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:112: TypeError: Cannot read property 'smallSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:98: TypeError: Cannot read property 'gridUnit' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:99: TypeError: Cannot read property 'gridUnit' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:89: TypeError: Cannot read property 'gridUnit' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/UserList.qml:25: TypeError: Cannot read property 'gridUnit' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/UserList.qml:26: TypeError: Cannot read property 'gridUnit' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:118: TypeError: Cannot read property 'largeSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:44: TypeError: Cannot read property 'smallSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:84: TypeError: Cannot read property 'largeSpacing' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:110: TypeError: Cannot read property 'gridUnit' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:90: TypeError: Cannot read property 'longDuration' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:50: TypeError: Cannot read property 'longDuration' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/Main.qml:202: TypeError: Cannot read property 'longDuration' of null
Nov 14 22:11:49 PortableLM sddm-greeter[15900]: file:///usr/share/sddm/themes/Sweet/Main.qml:420: TypeError: Cannot read property 'longDuration' of null
Nov 14 22:11:49 PortableLM NetworkManager[356]: <info>  [1700017909.8697] device (wlp1s0): set-hw-addr: reset MAC address to DC:F5:05:77:7F:FD (preserve)
Nov 14 22:11:49 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:49 PortableLM systemd-logind[347]: New session 2 of user laurent.
Nov 14 22:11:49 PortableLM systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 14 22:11:49 PortableLM sddm-helper[15860]: [PAM] Closing session
Nov 14 22:11:49 PortableLM sddm-helper[15860]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 14 22:11:49 PortableLM sddm-helper[15860]: [PAM] Ended.
Nov 14 22:11:49 PortableLM sddm[15776]: Auth: sddm-helper exited successfully
Nov 14 22:11:49 PortableLM sddm[15776]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Nov 14 22:11:49 PortableLM systemd[1]: Starting User Manager for UID 1000...
Nov 14 22:11:49 PortableLM systemd[1]: session-c1.scope: Deactivated successfully.
Nov 14 22:11:49 PortableLM systemd[1]: session-c1.scope: Consumed 1.524s CPU time.
Nov 14 22:11:49 PortableLM systemd-logind[347]: Session c1 logged out. Waiting for processes to exit.
Nov 14 22:11:49 PortableLM systemd-logind[347]: Removed session c1.
Nov 14 22:11:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.5382' (uid=0 pid=16654 comm="(systemd)")
Nov 14 22:11:50 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 14 22:11:50 PortableLM (systemd)[16654]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[laurent] ruser=[<unknown>] rhost=[<unknown>]
Nov 14 22:11:50 PortableLM (systemd)[16654]: pam_unix(systemd-user:session): session opened for user laurent(uid=1000) by laurent(uid=0)
Nov 14 22:11:50 PortableLM systemd-journald[209]: /var/log/journal/5da0f8618ec54675833f5850ef119464/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Nov 14 22:11:50 PortableLM kernel: wlp1s0: authenticate with de:36:0c:29:8f:f0
Nov 14 22:11:50 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.pacrunner' unit='pacrunner.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3465] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 14 22:11:50 PortableLM wpa_supplicant[375]: wlp1s0: SME: Trying to authenticate with de:36:0c:29:8f:f0 (SSID='Caf\xc3\xa9ine' freq=5765 MHz)
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3472] device (wlp1s0): Activation: (wifi) access point 'Caféine' has security, but secrets are required.
Nov 14 22:11:50 PortableLM sddm-helper[16644]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3473] device (wlp1s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3504] device (wlp1s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3509] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3513] device (wlp1s0): Activation: (wifi) connection 'Caféine' has security, and secrets exist.  No new secrets needed.
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3515] Config: added 'ssid' value 'Caféine'
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3515] Config: added 'scan_ssid' value '1'
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3515] Config: added 'bgscan' value 'simple:30:-65:300'
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3515] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3516] Config: added 'psk' value '<hidden>'
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3603] device (wlp1s0): supplicant interface state: inactive -> disconnected
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.3747] device (wlp1s0): supplicant interface state: disconnected -> inactive
Nov 14 22:11:50 PortableLM systemd[1]: Starting Proxy configuration daemon...
Nov 14 22:11:50 PortableLM systemd[1]: pacrunner.service: Deactivated successfully.
Nov 14 22:11:50 PortableLM systemd[1]: Started Proxy configuration daemon.
Nov 14 22:11:50 PortableLM systemd[1]: Started User Manager for UID 1000.
Nov 14 22:11:50 PortableLM systemd[1]: Started Session 2 of User laurent.
Nov 14 22:11:50 PortableLM sddm-helper[16644]: Writing cookie to "/tmp/xauth_SZwBKI"
Nov 14 22:11:50 PortableLM sddm-helper[16644]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Nov 14 22:11:50 PortableLM sddm[15776]: Session started true
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.9499] device (wlp1s0): supplicant interface state: inactive -> authenticating
Nov 14 22:11:50 PortableLM wpa_supplicant[375]: wlp1s0: Trying to associate with de:36:0c:29:8f:f0 (SSID='Caf\xc3\xa9ine' freq=5765 MHz)
Nov 14 22:11:50 PortableLM kernel: wlp1s0: send auth to de:36:0c:29:8f:f0 (try 1/3)
Nov 14 22:11:50 PortableLM kernel: wlp1s0: authenticated
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.9527] device (wlp1s0): supplicant interface state: authenticating -> associating
Nov 14 22:11:50 PortableLM kernel: wlp1s0: associate with de:36:0c:29:8f:f0 (try 1/3)
Nov 14 22:11:50 PortableLM kernel: wlp1s0: RX AssocResp from de:36:0c:29:8f:f0 (capab=0x1511 status=0 aid=4)
Nov 14 22:11:50 PortableLM kernel: wlp1s0: associated
Nov 14 22:11:50 PortableLM wpa_supplicant[375]: wlp1s0: Associated with de:36:0c:29:8f:f0
Nov 14 22:11:50 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.9652] device (wlp1s0): supplicant interface state: associating -> associated
Nov 14 22:11:50 PortableLM NetworkManager[356]: <info>  [1700017910.9755] device (wlp1s0): supplicant interface state: associated -> 4way_handshake
Nov 14 22:11:51 PortableLM wpa_supplicant[375]: wlp1s0: WPA: Key negotiation completed with de:36:0c:29:8f:f0 [PTK=CCMP GTK=CCMP]
Nov 14 22:11:51 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-CONNECTED - Connection to de:36:0c:29:8f:f0 completed [id=0 id_str=]
Nov 14 22:11:51 PortableLM NetworkManager[356]: <info>  [1700017911.0708] device (wlp1s0): supplicant interface state: 4way_handshake -> completed
Nov 14 22:11:51 PortableLM NetworkManager[356]: <info>  [1700017911.0708] device (wlp1s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Caféine"
Nov 14 22:11:51 PortableLM NetworkManager[356]: <info>  [1700017911.0712] device (wlp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 14 22:11:51 PortableLM NetworkManager[356]: <info>  [1700017911.0729] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 14 22:11:51 PortableLM kernel: wlp1s0: Limiting TX power to 30 (30 - 0) dBm as advertised by de:36:0c:29:8f:f0
Nov 14 22:11:52 PortableLM NetworkManager[356]: <info>  [1700017912.0070] dhcp4 (wlp1s0): state changed new lease, address=192.168.0.20
Nov 14 22:11:52 PortableLM NetworkManager[356]: <info>  [1700017912.0078] policy: set 'Caféine' (wlp1s0) as default for IPv4 routing and DNS
Nov 14 22:11:52 PortableLM systemd-resolved[328]: wlp1s0: Bus client set search domain list to: hitronhub.home
Nov 14 22:11:52 PortableLM systemd-resolved[328]: wlp1s0: Bus client set default route setting: yes
Nov 14 22:11:52 PortableLM systemd-resolved[328]: wlp1s0: Bus client set DNS server list to: 192.168.0.1
Nov 14 22:11:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:11:52 PortableLM NetworkManager[356]: <info>  [1700017912.0206] device (wlp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 14 22:11:52 PortableLM systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 14 22:11:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 14 22:11:52 PortableLM systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 14 22:11:52 PortableLM NetworkManager[356]: <info>  [1700017912.0692] device (wlp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 14 22:11:52 PortableLM NetworkManager[356]: <info>  [1700017912.0696] device (wlp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 14 22:11:52 PortableLM NetworkManager[356]: <info>  [1700017912.0704] manager: NetworkManager state is now CONNECTED_SITE
Nov 14 22:11:52 PortableLM NetworkManager[356]: <info>  [1700017912.0715] device (wlp1s0): Activation: successful, device activated.
Nov 14 22:11:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.5385' (uid=1000 pid=16731 comm="/usr/lib/baloo_file")
Nov 14 22:11:52 PortableLM systemd[1]: Starting Disk Manager...
Nov 14 22:11:52 PortableLM udisksd[16744]: udisks daemon version 2.10.1 starting
Nov 14 22:11:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.5386' (uid=0 pid=16744 comm="/usr/lib/udisks2/udisksd")
Nov 14 22:11:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.5387' (uid=1000 pid=16734 comm="/usr/lib/xdg-desktop-portal")
Nov 14 22:11:52 PortableLM systemd[1]: Starting Authorization Manager...
Nov 14 22:11:52 PortableLM systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 14 22:11:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 14 22:11:52 PortableLM systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 14 22:11:52 PortableLM rtkit-daemon[16765]: Successfully called chroot.
Nov 14 22:11:52 PortableLM rtkit-daemon[16765]: Successfully dropped privileges.
Nov 14 22:11:52 PortableLM rtkit-daemon[16765]: Successfully limited resources.
Nov 14 22:11:52 PortableLM rtkit-daemon[16765]: Canary thread running.
Nov 14 22:11:52 PortableLM rtkit-daemon[16765]: Watchdog thread running.
Nov 14 22:11:52 PortableLM rtkit-daemon[16765]: Running.
Nov 14 22:11:52 PortableLM rtkit-daemon[16765]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 22:11:52 PortableLM rtkit-daemon[16765]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 22:11:52 PortableLM rtkit-daemon[16765]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 22:11:52 PortableLM NetworkManager[356]: <info>  [1700017912.3608] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 14 22:11:52 PortableLM polkitd[16763]: Started polkitd version 123
Nov 14 22:11:52 PortableLM polkitd[16763]: Loading rules from directory /etc/polkit-1/rules.d
Nov 14 22:11:52 PortableLM polkitd[16763]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 14 22:11:52 PortableLM polkitd[16763]: Finished loading, compiling and executing 5 rules
Nov 14 22:11:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 14 22:11:52 PortableLM systemd[1]: Started Authorization Manager.
Nov 14 22:11:52 PortableLM polkitd[16763]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 14 22:11:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 14 22:11:52 PortableLM systemd[1]: Started Disk Manager.
Nov 14 22:11:52 PortableLM udisksd[16744]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 14 22:11:52 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.5385' (uid=1000 pid=16731 comm="/usr/lib/baloo_file")
Nov 14 22:11:52 PortableLM systemd[1]: Starting Daemon for power management...
Nov 14 22:11:52 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 14 22:11:52 PortableLM systemd[1]: Started Daemon for power management.
Nov 14 22:11:53 PortableLM kernel: warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Nov 14 22:11:53 PortableLM NetworkManager[356]: <info>  [1700017913.8566] agent-manager: agent[ba28a3230757a429,:1.5392/org.kde.plasma.networkmanagement/1000]: agent registered
Nov 14 22:11:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.5392' (uid=1000 pid=16793 comm="/usr/bin/kded5")
Nov 14 22:11:54 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 14 22:11:54 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.5392' (uid=1000 pid=16793 comm="/usr/bin/kded5")
Nov 14 22:11:54 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 14 22:11:54 PortableLM dbus-daemon[345]: [system] Activating service name='org.kde.kded.smart' requested by ':1.5392' (uid=1000 pid=16793 comm="/usr/bin/kded5") (using servicehelper)
Nov 14 22:11:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.kde.kded.smart'
Nov 14 22:11:55 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.5392' (uid=1000 pid=16793 comm="/usr/bin/kded5")
Nov 14 22:11:55 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Nov 14 22:11:55 PortableLM dbus-daemon[345]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.5395' (uid=1000 pid=16902 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 14 22:11:55 PortableLM polkitd[16763]: Registered Authentication Agent for unix-session:2 (system bus name :1.5403 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 14 22:11:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Nov 14 22:11:55 PortableLM dbus-daemon[345]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.5395' (uid=1000 pid=16902 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Successfully made thread 16983 of process 16981 owned by '1000' RT at priority 20.
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Supervising 1 threads of 1 processes of 1 users.
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Supervising 1 threads of 1 processes of 1 users.
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Supervising 1 threads of 1 processes of 1 users.
Nov 14 22:11:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
Nov 14 22:11:55 PortableLM dbus-daemon[345]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.5395' (uid=1000 pid=16902 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Successfully made thread 16979 of process 16979 owned by '1000' high priority at nice level -11.
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Supervising 2 threads of 2 processes of 1 users.
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Successfully made thread 16990 of process 16979 owned by '1000' RT at priority 20.
Nov 14 22:11:55 PortableLM rtkit-daemon[16765]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 22:11:55 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 14 22:11:56 PortableLM rtkit-daemon[16765]: Successfully made thread 17095 of process 17095 owned by '1000' high priority at nice level -11.
Nov 14 22:11:56 PortableLM rtkit-daemon[16765]: Supervising 4 threads of 3 processes of 1 users.
Nov 14 22:11:56 PortableLM rtkit-daemon[16765]: Supervising 4 threads of 3 processes of 1 users.
Nov 14 22:11:56 PortableLM rtkit-daemon[16765]: Successfully made thread 17111 of process 17095 owned by '1000' RT at priority 5.
Nov 14 22:11:56 PortableLM rtkit-daemon[16765]: Supervising 5 threads of 3 processes of 1 users.
Nov 14 22:11:56 PortableLM rtkit-daemon[16765]: Supervising 5 threads of 3 processes of 1 users.
Nov 14 22:11:56 PortableLM rtkit-daemon[16765]: Successfully made thread 17114 of process 17095 owned by '1000' RT at priority 5.
Nov 14 22:11:56 PortableLM rtkit-daemon[16765]: Supervising 6 threads of 3 processes of 1 users.
Nov 14 22:12:00 PortableLM systemd[1]: Stopping User Manager for UID 972...
Nov 14 22:12:00 PortableLM systemd[15871]: Activating special unit Exit the Session...
Nov 14 22:12:00 PortableLM systemd[15871]: Stopped target Main User Target.
Nov 14 22:12:00 PortableLM systemd[15871]: Stopping D-Bus User Message Bus...
Nov 14 22:12:00 PortableLM systemd[15871]: Stopped D-Bus User Message Bus.
Nov 14 22:12:00 PortableLM systemd[15871]: Removed slice User Core Session Slice.
Nov 14 22:12:00 PortableLM systemd[15871]: Stopped target Basic System.
Nov 14 22:12:00 PortableLM systemd[15871]: Stopped target Paths.
Nov 14 22:12:00 PortableLM systemd[15871]: Stopped target Sockets.
Nov 14 22:12:00 PortableLM systemd[15871]: Stopped target Timers.
Nov 14 22:12:00 PortableLM systemd[15871]: Closed D-Bus User Message Bus Socket.
Nov 14 22:12:00 PortableLM systemd[15871]: Closed GnuPG network certificate management daemon.
Nov 14 22:12:00 PortableLM systemd[15871]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 14 22:12:00 PortableLM systemd[15871]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 14 22:12:00 PortableLM systemd[15871]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 14 22:12:00 PortableLM systemd[15871]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 14 22:12:00 PortableLM systemd[15871]: Closed p11-kit server.
Nov 14 22:12:00 PortableLM systemd[15871]: Closed PipeWire Multimedia System Sockets.
Nov 14 22:12:00 PortableLM systemd[15871]: Closed Sound System.
Nov 14 22:12:00 PortableLM systemd[15871]: Removed slice User Application Slice.
Nov 14 22:12:00 PortableLM systemd[15871]: Reached target Shutdown.
Nov 14 22:12:00 PortableLM systemd[15871]: Finished Exit the Session.
Nov 14 22:12:00 PortableLM systemd[15871]: Reached target Exit the Session.
Nov 14 22:12:00 PortableLM (sd-pam)[15874]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 14 22:12:00 PortableLM systemd[1]: user@972.service: Deactivated successfully.
Nov 14 22:12:00 PortableLM systemd[1]: Stopped User Manager for UID 972.
Nov 14 22:12:00 PortableLM systemd[1]: Stopping User Runtime Directory /run/user/972...
Nov 14 22:12:00 PortableLM systemd[1]: run-user-972.mount: Deactivated successfully.
Nov 14 22:12:00 PortableLM systemd[1]: user-runtime-dir@972.service: Deactivated successfully.
Nov 14 22:12:00 PortableLM systemd[1]: Stopped User Runtime Directory /run/user/972.
Nov 14 22:12:00 PortableLM systemd[1]: Removed slice User Slice of UID 972.
Nov 14 22:12:00 PortableLM systemd[1]: user-972.slice: Consumed 1.822s CPU time.
Nov 14 22:12:02 PortableLM systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 14 22:12:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.5427' (uid=1000 pid=17594 comm="/opt/brave-bin/brave")
Nov 14 22:12:08 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Nov 14 22:12:10 PortableLM systemd-timesyncd[330]: Contacted time server 198.50.127.72:123 (2.arch.pool.ntp.org).
Nov 14 22:12:10 PortableLM systemd-timesyncd[330]: Initial clock synchronization to Tue 2023-11-14 22:12:10.978277 EST.
Nov 14 22:12:15 PortableLM dbus-daemon[345]: [system] Failed to activate service 'org.pacrunner': timed out (service_start_timeout=25000ms)
Nov 14 22:13:05 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.5429' (uid=0 pid=18146 comm="sudo systemd-analyze critical-chain")
Nov 14 22:13:05 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 14 22:19:32 PortableLM systemd[1]: Starting Cleanup of Temporary Directories...
Nov 14 22:19:32 PortableLM systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Nov 14 22:19:32 PortableLM systemd[1]: Finished Cleanup of Temporary Directories.
Nov 14 22:20:15 PortableLM dbus-daemon[345]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.5395' (uid=1000 pid=16902 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 14 22:20:15 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 14 22:35:59 PortableLM dbus-daemon[345]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.5395' (uid=1000 pid=16902 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 14 22:35:59 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.5434' (uid=1000 pid=19931 comm="/usr/lib/kscreenlocker_greet --graceTime 5000 --ks")
Nov 14 22:35:59 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 14 22:35:59 PortableLM dbus-daemon[345]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 14 22:36:04 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.5439' (uid=1000 pid=23856 comm="/opt/brave-bin/brave")
Nov 14 22:36:04 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Nov 14 22:36:59 PortableLM systemd-logind[347]: Power key pressed short.
Nov 14 22:37:03 PortableLM polkitd[16763]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.5403, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Nov 14 22:37:07 PortableLM systemd[1]: run-user-1000-doc.mount: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd-logind[347]: The system will power off now!
Nov 14 22:37:07 PortableLM systemd-logind[347]: System is powering down.
Nov 14 22:37:07 PortableLM sddm-helper[16644]: Signal received: SIGTERM
Nov 14 22:37:07 PortableLM systemd[1]: Stopping Session 2 of User laurent...
Nov 14 22:37:07 PortableLM sddm[15776]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Nov 14 22:37:07 PortableLM sddm[15776]: Auth: sddm-helper (--socket /tmp/sddm-auth-2028306c-a13a-45fa-bfbb-2ce34412274e --id 1 --start /usr/bin/startplasma-x11 --user laurent) crashed (exit code 1)
Nov 14 22:37:07 PortableLM sddm[15776]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Nov 14 22:37:07 PortableLM sddm[15776]: Auth: sddm-helper exited with 1
Nov 14 22:37:07 PortableLM systemd[1]: Removed slice Slice /system/getty.
Nov 14 22:37:07 PortableLM systemd[1]: Removed slice Slice /system/modprobe.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped target Bluetooth Support.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped target Graphical Interface.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped target Multi-User System.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped target Login Prompts.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped target Host and Network Name Lookups.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped target Sound Card.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped target Timer Units.
Nov 14 22:37:07 PortableLM systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Nov 14 22:37:07 PortableLM systemd[1]: man-db.timer: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped Daily man-db regeneration.
Nov 14 22:37:07 PortableLM systemd[1]: shadow.timer: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped Daily verification of password and group files.
Nov 14 22:37:07 PortableLM systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped target System Time Set.
Nov 14 22:37:07 PortableLM systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Closed LVM2 poll daemon socket.
Nov 14 22:37:07 PortableLM systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 14 22:37:07 PortableLM systemd[1]: Stopping auto-cpufreq - Automatic CPU speed & power optimizer for Linux...
Nov 14 22:37:07 PortableLM systemd[1]: Starting Generate shutdown-ramfs...
Nov 14 22:37:07 PortableLM systemd[1]: Stopping Authorization Manager...
Nov 14 22:37:07 PortableLM systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Nov 14 22:37:07 PortableLM sddm[15776]: Signal received: SIGTERM
Nov 14 22:37:07 PortableLM systemd[1]: Stopping Simple Desktop Display Manager...
Nov 14 22:37:07 PortableLM sddm[15776]: Socket server stopping...
Nov 14 22:37:07 PortableLM sddm[15776]: Socket server stopped.
Nov 14 22:37:07 PortableLM sddm[15776]: Display server stopping...
Nov 14 22:37:07 PortableLM systemd[1]: Stopping Load/Save OS Random Seed...
Nov 14 22:37:07 PortableLM systemd[1]: Stopping Disk Manager...
Nov 14 22:37:07 PortableLM systemd[1]: Stopping Daemon for power management...
Nov 14 22:37:07 PortableLM systemd[1]: auto-cpufreq.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM udisksd[16744]: udisks daemon version 2.10.1 exiting
Nov 14 22:37:07 PortableLM systemd[1]: Stopped auto-cpufreq - Automatic CPU speed & power optimizer for Linux.
Nov 14 22:37:07 PortableLM systemd[1]: auto-cpufreq.service: Consumed 52.843s CPU time.
Nov 14 22:37:07 PortableLM systemd[1]: udisks2.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped Disk Manager.
Nov 14 22:37:07 PortableLM systemd[1]: udisks2.service: Consumed 1.241s CPU time.
Nov 14 22:37:07 PortableLM systemd[1]: rtkit-daemon.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Nov 14 22:37:07 PortableLM systemd[1]: systemd-random-seed.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM mkinitcpio[24504]: ==> Starting build: 'none'
Nov 14 22:37:07 PortableLM systemd[1]: Stopped Load/Save OS Random Seed.
Nov 14 22:37:07 PortableLM systemd[1]: session-2.scope: Deactivated successfully.
Nov 14 22:37:07 PortableLM mkinitcpio[24504]:   -> Running build hook: [sd-shutdown]
Nov 14 22:37:07 PortableLM systemd[1]: Stopped Session 2 of User laurent.
Nov 14 22:37:07 PortableLM systemd[1]: session-2.scope: Consumed 2.285s CPU time.
Nov 14 22:37:07 PortableLM systemd[1]: polkit.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped Authorization Manager.
Nov 14 22:37:07 PortableLM systemd[1]: upower.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped Daemon for power management.
Nov 14 22:37:07 PortableLM systemd-logind[347]: Session 2 logged out. Waiting for processes to exit.
Nov 14 22:37:07 PortableLM NetworkManager[356]: <info>  [1700019427.5521] device (wlp1s0): state change: activated -> deactivating (reason 'connection-removed', sys-iface-state: 'managed')
Nov 14 22:37:07 PortableLM NetworkManager[356]: <info>  [1700019427.5526] manager: NetworkManager state is now DISCONNECTING
Nov 14 22:37:07 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:37:07 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Nov 14 22:37:07 PortableLM systemd[1]: Stopping User Manager for UID 1000...
Nov 14 22:37:07 PortableLM kernel: wlp1s0: deauthenticating from de:36:0c:29:8f:f0 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 14 22:37:07 PortableLM systemd-logind[347]: Removed session 2.
Nov 14 22:37:07 PortableLM systemd[1]: user@1000.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped User Manager for UID 1000.
Nov 14 22:37:07 PortableLM systemd[1]: user@1000.service: Consumed 2min 57.233s CPU time.
Nov 14 22:37:07 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-DISCONNECTED bssid=de:36:0c:29:8f:f0 reason=3 locally_generated=1
Nov 14 22:37:07 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 14 22:37:07 PortableLM NetworkManager[356]: <info>  [1700019427.6711] device (wlp1s0): supplicant interface state: completed -> disconnected
Nov 14 22:37:07 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 14 22:37:07 PortableLM NetworkManager[356]: <info>  [1700019427.6714] device (wlp1s0): state change: deactivating -> disconnected (reason 'connection-removed', sys-iface-state: 'managed')
Nov 14 22:37:07 PortableLM NetworkManager[356]: <info>  [1700019427.6719] dhcp4 (wlp1s0): canceled DHCP transaction
Nov 14 22:37:07 PortableLM NetworkManager[356]: <info>  [1700019427.6719] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 14 22:37:07 PortableLM NetworkManager[356]: <info>  [1700019427.6719] dhcp4 (wlp1s0): state changed no lease
Nov 14 22:37:07 PortableLM NetworkManager[356]: <info>  [1700019427.6933] device (wlp1s0): set-hw-addr: set MAC address to 6A:9B:82:78:FD:39 (scanning)
Nov 14 22:37:07 PortableLM systemd[1]: Stopping User Runtime Directory /run/user/1000...
Nov 14 22:37:07 PortableLM systemd[1]: run-user-1000.mount: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Unmounted /run/user/1000.
Nov 14 22:37:07 PortableLM systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped User Runtime Directory /run/user/1000.
Nov 14 22:37:07 PortableLM sddm[15776]: Display server stopped.
Nov 14 22:37:07 PortableLM sddm[15776]: Running display stop script  ("/usr/share/sddm/scripts/Xstop")
Nov 14 22:37:07 PortableLM systemd[1]: Removed slice User Slice of UID 1000.
Nov 14 22:37:07 PortableLM systemd[1]: user-1000.slice: Consumed 2min 59.544s CPU time.
Nov 14 22:37:07 PortableLM systemd[1]: sddm.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped Simple Desktop Display Manager.
Nov 14 22:37:07 PortableLM systemd[1]: sddm.service: Consumed 13.815s CPU time.
Nov 14 22:37:07 PortableLM systemd[1]: Stopping User Login Management...
Nov 14 22:37:07 PortableLM mkinitcpio[24504]: ==> Build complete.
Nov 14 22:37:07 PortableLM systemd[1]: Stopping Permit User Sessions...
Nov 14 22:37:07 PortableLM systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Finished Generate shutdown-ramfs.
Nov 14 22:37:07 PortableLM systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped Permit User Sessions.
Nov 14 22:37:07 PortableLM systemd[1]: systemd-logind.service: Deactivated successfully.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped User Login Management.
Nov 14 22:37:07 PortableLM systemd[1]: systemd-logind.service: Consumed 4.830s CPU time.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped target Network.
Nov 14 22:37:07 PortableLM systemd[1]: Stopped target Remote File Systems.
Nov 14 22:37:07 PortableLM systemd[1]: Stopping Network Manager...
Nov 14 22:37:07 PortableLM systemd[1]: Stopping WPA supplicant...
Nov 14 22:37:08 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 14 22:37:08 PortableLM systemd-resolved[328]: wlp1s0: Bus client reset search domain list.
Nov 14 22:37:08 PortableLM systemd-resolved[328]: wlp1s0: Bus client set default route setting: no
Nov 14 22:37:08 PortableLM systemd-resolved[328]: wlp1s0: Bus client reset DNS server list.
Nov 14 22:37:08 PortableLM NetworkManager[356]: <info>  [1700019428.2071] manager: NetworkManager state is now DISCONNECTED
Nov 14 22:37:08 PortableLM NetworkManager[356]: <info>  [1700019428.2084] caught SIGTERM, shutting down normally.
Nov 14 22:37:08 PortableLM NetworkManager[356]: <info>  [1700019428.2086] device (wlp1s0): supplicant interface state: disconnected -> interface_disabled
Nov 14 22:37:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:37:08 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Nov 14 22:37:08 PortableLM NetworkManager[356]: <info>  [1700019428.2098] device (wlp1s0): state change: disconnected -> unmanaged (reason 'unmanaged', sys-iface-state: 'managed')
Nov 14 22:37:08 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 14 22:37:08 PortableLM wpa_supplicant[375]: nl80211: deinit ifname=wlp1s0 disabled_11b_rates=0
Nov 14 22:37:08 PortableLM wpa_supplicant[375]: wlp1s0: CTRL-EVENT-TERMINATING
Nov 14 22:37:08 PortableLM NetworkManager[356]: <info>  [1700019428.2365] device (wlp1s0): set-hw-addr: reset MAC address to DC:F5:05:77:7F:FD (unmanage)
Nov 14 22:37:08 PortableLM systemd[1]: wpa_supplicant.service: Deactivated successfully.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped WPA supplicant.
Nov 14 22:37:08 PortableLM dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=356 comm="/usr/bin/NetworkManager --no-daemon")
Nov 14 22:37:08 PortableLM dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Nov 14 22:37:08 PortableLM NetworkManager[356]: <info>  [1700019428.7322] exiting (success)
Nov 14 22:37:08 PortableLM systemd[1]: NetworkManager.service: Deactivated successfully.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped Network Manager.
Nov 14 22:37:08 PortableLM systemd[1]: NetworkManager.service: Consumed 8.666s CPU time.
Nov 14 22:37:08 PortableLM systemd[1]: Stopping D-Bus System Message Bus...
Nov 14 22:37:08 PortableLM systemd[1]: dbus.service: Deactivated successfully.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped D-Bus System Message Bus.
Nov 14 22:37:08 PortableLM systemd[1]: dbus.service: Consumed 32.856s CPU time.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped target Basic System.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped target Path Units.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped target Slice Units.
Nov 14 22:37:08 PortableLM systemd[1]: Removed slice User and Session Slice.
Nov 14 22:37:08 PortableLM systemd[1]: user.slice: Consumed 3min 1.367s CPU time.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped target Socket Units.
Nov 14 22:37:08 PortableLM systemd[1]: dbus.socket: Deactivated successfully.
Nov 14 22:37:08 PortableLM systemd[1]: Closed D-Bus System Message Bus Socket.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped target System Initialization.
Nov 14 22:37:08 PortableLM systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Nov 14 22:37:08 PortableLM systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped target Local Encrypted Volumes.
Nov 14 22:37:08 PortableLM systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Nov 14 22:37:08 PortableLM systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped target Local Integrity Protected Volumes.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped target Local Verity Protected Volumes.
Nov 14 22:37:08 PortableLM systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
Nov 14 22:37:08 PortableLM systemd[1]: Stopping Network Name Resolution...
Nov 14 22:37:08 PortableLM systemd[1]: systemd-sysctl.service: Deactivated successfully.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped Apply Kernel Variables.
Nov 14 22:37:08 PortableLM systemd[1]: systemd-coredump.socket: Deactivated successfully.
Nov 14 22:37:08 PortableLM systemd[1]: Closed Process Core Dump Socket.
Nov 14 22:37:08 PortableLM systemd[1]: systemd-modules-load.service: Deactivated successfully.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped Load Kernel Modules.
Nov 14 22:37:08 PortableLM systemd[1]: Stopping Network Time Synchronization...
Nov 14 22:37:08 PortableLM systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Nov 14 22:37:08 PortableLM systemd[1]: systemd-resolved.service: Deactivated successfully.
Nov 14 22:37:08 PortableLM systemd[1]: Stopped Network Name Resolution.
Nov 14 22:37:08 PortableLM systemd[1]: systemd-timesyncd.service: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped Network Time Synchronization.
Nov 14 22:37:09 PortableLM systemd[1]: systemd-backlight@backlight:amdgpu_bl1.service: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
Nov 14 22:37:09 PortableLM systemd[1]: Removed slice Slice /system/systemd-backlight.
Nov 14 22:37:09 PortableLM systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Nov 14 22:37:09 PortableLM systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped Create Volatile Files and Directories.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped target Local File Systems.
Nov 14 22:37:09 PortableLM systemd[1]: Unmounting /boot...
Nov 14 22:37:09 PortableLM systemd[1]: Unmounting Temporary Directory /tmp...
Nov 14 22:37:09 PortableLM systemd[1]: boot.mount: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Unmounted /boot.
Nov 14 22:37:09 PortableLM systemd[1]: tmp.mount: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Unmounted Temporary Directory /tmp.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped target Swaps.
Nov 14 22:37:09 PortableLM systemd[1]: Deactivating swap /dev/disk/by-diskseq/1-part2...
Nov 14 22:37:09 PortableLM systemd[1]: systemd-fsck@dev-disk-by\x2duuid-5289\x2d9E7B.service: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped File System Check on /dev/disk/by-uuid/5289-9E7B.
Nov 14 22:37:09 PortableLM systemd[1]: Removed slice Slice /system/systemd-fsck.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped target Preparation for Local File Systems.
Nov 14 22:37:09 PortableLM systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 14 22:37:09 PortableLM systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped Remount Root and Kernel File Systems.
Nov 14 22:37:09 PortableLM systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped Create Static Device Nodes in /dev.
Nov 14 22:37:09 PortableLM systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped Create Static Device Nodes in /dev gracefully.
Nov 14 22:37:09 PortableLM systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:11.0\x2data\x2d1.0\x2dpart2.swap: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:11.0-ata-1.0-part2.
Nov 14 22:37:09 PortableLM systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:11.0\x2data\x2d1\x2dpart2.swap: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:11.0-ata-1-part2.
Nov 14 22:37:09 PortableLM systemd[1]: dev-disk-by\x2did-ata\x2dCT1000MX500SSD4_1922E20772EB\x2dpart2.swap: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Deactivated swap /dev/disk/by-id/ata-CT1000MX500SSD4_1922E20772EB-part2.
Nov 14 22:37:09 PortableLM systemd[1]: dev-disk-by\x2did-wwn\x2d0x500a0751e20772eb\x2dpart2.swap: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Deactivated swap /dev/disk/by-id/wwn-0x500a0751e20772eb-part2.
Nov 14 22:37:09 PortableLM systemd[1]: dev-disk-by\x2ddiskseq-1\x2dpart2.swap: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Deactivated swap /dev/disk/by-diskseq/1-part2.
Nov 14 22:37:09 PortableLM systemd[1]: dev-disk-by\x2dpartuuid-ceafc13a\x2d9ac5\x2d7042\x2daf3a\x2db41f6f372a55.swap: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Deactivated swap /dev/disk/by-partuuid/ceafc13a-9ac5-7042-af3a-b41f6f372a55.
Nov 14 22:37:09 PortableLM systemd[1]: dev-sda2.swap: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Deactivated swap /dev/sda2.
Nov 14 22:37:09 PortableLM systemd[1]: dev-disk-by\x2duuid-b6e37559\x2d7fb5\x2d4956\x2d90c7\x2d30ac34e9e9bb.swap: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Deactivated swap /dev/disk/by-uuid/b6e37559-7fb5-4956-90c7-30ac34e9e9bb.
Nov 14 22:37:09 PortableLM systemd[1]: Reached target Unmount All Filesystems.
Nov 14 22:37:09 PortableLM systemd[1]: lvm2-monitor.service: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 14 22:37:09 PortableLM systemd[1]: Reached target System Shutdown.
Nov 14 22:37:09 PortableLM systemd[1]: Reached target Late Shutdown Services.
Nov 14 22:37:09 PortableLM systemd[1]: systemd-poweroff.service: Deactivated successfully.
Nov 14 22:37:09 PortableLM systemd[1]: Finished System Power Off.
Nov 14 22:37:09 PortableLM systemd[1]: Reached target System Power Off.
Nov 14 22:37:09 PortableLM systemd[1]: Shutting down.
Nov 14 22:37:09 PortableLM systemd-shutdown[1]: Syncing filesystems and block devices.
Nov 14 22:37:09 PortableLM systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Nov 14 22:37:09 PortableLM systemd-journald[209]: Received SIGTERM from PID 1 (systemd-shutdow).
Nov 14 22:37:09 PortableLM systemd-journald[209]: Journal stopped

Offline

#15 2023-11-15 08:13:39

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,065

Re: [Solved] Long system boot time

Remove pacrunner, reboot and post a complete system journal:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#16 2023-11-15 15:32:46

LaurentMercier
Member
From: Montréal, Québec, Canada
Registered: 2023-09-14
Posts: 33

Re: [Solved] Long system boot time

seth wrote:

Remove pacrunner, reboot and post a complete system journal:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Thanks a lot, that solved it! The boot was really fast. Here's the journal:

https://0x0.st/Hv1a.txt

Nov 15 10:29:01 PortableLM kernel: Linux version 6.6.1-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Wed, 08 Nov 2023 16:05:38 +0000
Nov 15 10:29:01 PortableLM kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=14c14e1c-cb89-40a5-869d-feb83e3fc728 rw loglevel=3 quiet rtw88_pci.disable_aspm=y
Nov 15 10:29:01 PortableLM kernel: [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
Nov 15 10:29:01 PortableLM kernel: BIOS-provided physical RAM map:
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000dc736fff] usable
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000dc737000-0x00000000dd212fff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000dd213000-0x00000000dd247fff] ACPI data
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000dd248000-0x00000000dd71dfff] ACPI NVS
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000dd71e000-0x00000000dda75fff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000dda76000-0x00000000ddb36fff] type 20
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000ddb37000-0x00000000deffffff] usable
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000fe800000-0x00000000fe8fffff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc8fff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x0000000100000000-0x00000003feffffff] usable
Nov 15 10:29:01 PortableLM kernel: BIOS-e820: [mem 0x00000003ff000000-0x000000041effffff] reserved
Nov 15 10:29:01 PortableLM kernel: NX (Execute Disable) protection: active
Nov 15 10:29:01 PortableLM kernel: APIC: Static calls initialized
Nov 15 10:29:01 PortableLM kernel: efi: EFI v2.6 by American Megatrends
Nov 15 10:29:01 PortableLM kernel: efi: TPMFinalLog=0xdd6de000 ACPI 2.0=0xdd22d000 ACPI=0xdd22d000 SMBIOS=0xdd942000 SMBIOS 3.0=0xdd941000 ESRT=0xdb4cd818 
Nov 15 10:29:01 PortableLM kernel: efi: Remove mem29: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
Nov 15 10:29:01 PortableLM kernel: e820: remove [mem 0xf8000000-0xfbffffff] reserved
Nov 15 10:29:01 PortableLM kernel: efi: Remove mem30: MMIO range=[0xfe800000-0xfe8fffff] (1MB) from e820 map
Nov 15 10:29:01 PortableLM kernel: e820: remove [mem 0xfe800000-0xfe8fffff] reserved
Nov 15 10:29:01 PortableLM kernel: efi: Remove mem31: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Nov 15 10:29:01 PortableLM kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Nov 15 10:29:01 PortableLM kernel: efi: Not removing mem32: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Nov 15 10:29:01 PortableLM kernel: efi: Not removing mem33: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Nov 15 10:29:01 PortableLM kernel: efi: Not removing mem34: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Nov 15 10:29:01 PortableLM kernel: efi: Not removing mem35: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Nov 15 10:29:01 PortableLM kernel: efi: Not removing mem36: MMIO range=[0xfedc0000-0xfedc0fff] (4KB) from e820 map
Nov 15 10:29:01 PortableLM kernel: efi: Not removing mem37: MMIO range=[0xfedc2000-0xfedc8fff] (28KB) from e820 map
Nov 15 10:29:01 PortableLM kernel: efi: Remove mem38: MMIO range=[0xfee00000-0xfeefffff] (1MB) from e820 map
Nov 15 10:29:01 PortableLM kernel: e820: remove [mem 0xfee00000-0xfeefffff] reserved
Nov 15 10:29:01 PortableLM kernel: efi: Remove mem39: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Nov 15 10:29:01 PortableLM kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Nov 15 10:29:01 PortableLM kernel: SMBIOS 3.0.0 present.
Nov 15 10:29:01 PortableLM kernel: DMI: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X510QA_F510QA/X510QA, BIOS X510QA.307 07/03/2019
Nov 15 10:29:01 PortableLM kernel: tsc: Fast TSC calibration using PIT
Nov 15 10:29:01 PortableLM kernel: tsc: Detected 2694.951 MHz processor
Nov 15 10:29:01 PortableLM kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 15 10:29:01 PortableLM kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 15 10:29:01 PortableLM kernel: last_pfn = 0x3ff000 max_arch_pfn = 0x400000000
Nov 15 10:29:01 PortableLM kernel: total RAM covered: 3568M
Nov 15 10:29:01 PortableLM kernel: Found optimal setting for mtrr clean up
Nov 15 10:29:01 PortableLM kernel:  gran_size: 64K         chunk_size: 1G         num_reg: 3          lose cover RAM: 0G
Nov 15 10:29:01 PortableLM kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
Nov 15 10:29:01 PortableLM kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Nov 15 10:29:01 PortableLM kernel: e820: update [mem 0xdf000000-0xffffffff] usable ==> reserved
Nov 15 10:29:01 PortableLM kernel: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
Nov 15 10:29:01 PortableLM kernel: found SMP MP-table at [mem 0x000fcb60-0x000fcb6f]
Nov 15 10:29:01 PortableLM kernel: esrt: Reserving ESRT space from 0x00000000db4cd818 to 0x00000000db4cd850.
Nov 15 10:29:01 PortableLM kernel: e820: update [mem 0xdb4cd000-0xdb4cdfff] usable ==> reserved
Nov 15 10:29:01 PortableLM kernel: Using GB pages for direct mapping
Nov 15 10:29:01 PortableLM kernel: Secure boot disabled
Nov 15 10:29:01 PortableLM kernel: RAMDISK: [mem 0x33b07000-0x35d7afff]
Nov 15 10:29:01 PortableLM kernel: ACPI: Early table checksum verification disabled
Nov 15 10:29:01 PortableLM kernel: ACPI: RSDP 0x00000000DD22D000 000024 (v02 _ASUS_)
Nov 15 10:29:01 PortableLM kernel: ACPI: XSDT 0x00000000DD22D0A0 0000BC (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 15 10:29:01 PortableLM kernel: ACPI: FACP 0x00000000DD2391D0 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 15 10:29:01 PortableLM kernel: ACPI: DSDT 0x00000000DD22D1E8 00BFE6 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
Nov 15 10:29:01 PortableLM kernel: ACPI: FACS 0x00000000DD6DBF00 000040
Nov 15 10:29:01 PortableLM kernel: ACPI: APIC 0x00000000DD2392E8 00007E (v03 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 15 10:29:01 PortableLM kernel: ACPI: FPDT 0x00000000DD239368 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 15 10:29:01 PortableLM kernel: ACPI: FIDT 0x00000000DD2393B0 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 15 10:29:01 PortableLM kernel: ACPI: ECDT 0x00000000DD239450 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
Nov 15 10:29:01 PortableLM kernel: ACPI: MCFG 0x00000000DD239518 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
Nov 15 10:29:01 PortableLM kernel: ACPI: MSDM 0x00000000DD239558 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Nov 15 10:29:01 PortableLM kernel: ACPI: HPET 0x00000000DD2395B0 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
Nov 15 10:29:01 PortableLM kernel: ACPI: UEFI 0x00000000DD2395E8 000042 (v01                 00000000      00000000)
Nov 15 10:29:01 PortableLM kernel: ACPI: IVRS 0x00000000DD239630 0000D0 (v02 AMD    AGESA    00000001 AMD  00000000)
Nov 15 10:29:01 PortableLM kernel: ACPI: BGRT 0x00000000DD239700 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 15 10:29:01 PortableLM kernel: ACPI: TPM2 0x00000000DD239738 000034 (v04 _ASUS_ Notebook 00000001 AMI  00000000)
Nov 15 10:29:01 PortableLM kernel: ACPI: SSDT 0x00000000DD239770 0009F8 (v01 AMD    AGESA    00000001 AMD  00000001)
Nov 15 10:29:01 PortableLM kernel: ACPI: SSDT 0x00000000DD23A168 00888F (v02 AMD    AGESA    00000002 MSFT 04000000)
Nov 15 10:29:01 PortableLM kernel: ACPI: CRAT 0x00000000DD2429F8 000550 (v01 AMD    AGESA    00000001 AMD  00000001)
Nov 15 10:29:01 PortableLM kernel: ACPI: SSDT 0x00000000DD242F48 001744 (v01 AMD    CPMDFIGP 00000001 INTL 20120913)
Nov 15 10:29:01 PortableLM kernel: ACPI: SSDT 0x00000000DD244690 00165E (v01 AMD    CPMCMN   00000001 INTL 20120913)
Nov 15 10:29:01 PortableLM kernel: ACPI: SSDT 0x00000000DD245CF0 0021DF (v01 AMD    CPMZPODD 00000001 INTL 20120913)
Nov 15 10:29:01 PortableLM kernel: ACPI: WSMT 0x00000000DD247ED0 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving FACP table memory at [mem 0xdd2391d0-0xdd2392e3]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving DSDT table memory at [mem 0xdd22d1e8-0xdd2391cd]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving FACS table memory at [mem 0xdd6dbf00-0xdd6dbf3f]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving APIC table memory at [mem 0xdd2392e8-0xdd239365]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving FPDT table memory at [mem 0xdd239368-0xdd2393ab]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving FIDT table memory at [mem 0xdd2393b0-0xdd23944b]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving ECDT table memory at [mem 0xdd239450-0xdd239510]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving MCFG table memory at [mem 0xdd239518-0xdd239553]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving MSDM table memory at [mem 0xdd239558-0xdd2395ac]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving HPET table memory at [mem 0xdd2395b0-0xdd2395e7]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving UEFI table memory at [mem 0xdd2395e8-0xdd239629]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving IVRS table memory at [mem 0xdd239630-0xdd2396ff]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving BGRT table memory at [mem 0xdd239700-0xdd239737]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving TPM2 table memory at [mem 0xdd239738-0xdd23976b]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving SSDT table memory at [mem 0xdd239770-0xdd23a167]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving SSDT table memory at [mem 0xdd23a168-0xdd2429f6]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving CRAT table memory at [mem 0xdd2429f8-0xdd242f47]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving SSDT table memory at [mem 0xdd242f48-0xdd24468b]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving SSDT table memory at [mem 0xdd244690-0xdd245ced]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving SSDT table memory at [mem 0xdd245cf0-0xdd247ece]
Nov 15 10:29:01 PortableLM kernel: ACPI: Reserving WSMT table memory at [mem 0xdd247ed0-0xdd247ef7]
Nov 15 10:29:01 PortableLM kernel: No NUMA configuration found
Nov 15 10:29:01 PortableLM kernel: Faking a node at [mem 0x0000000000000000-0x00000003feffffff]
Nov 15 10:29:01 PortableLM kernel: NODE_DATA(0) allocated [mem 0x3feffb000-0x3feffffff]
Nov 15 10:29:01 PortableLM kernel: Zone ranges:
Nov 15 10:29:01 PortableLM kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 15 10:29:01 PortableLM kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 15 10:29:01 PortableLM kernel:   Normal   [mem 0x0000000100000000-0x00000003feffffff]
Nov 15 10:29:01 PortableLM kernel:   Device   empty
Nov 15 10:29:01 PortableLM kernel: Movable zone start for each node
Nov 15 10:29:01 PortableLM kernel: Early memory node ranges
Nov 15 10:29:01 PortableLM kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Nov 15 10:29:01 PortableLM kernel:   node   0: [mem 0x0000000000100000-0x00000000dc736fff]
Nov 15 10:29:01 PortableLM kernel:   node   0: [mem 0x00000000ddb37000-0x00000000deffffff]
Nov 15 10:29:01 PortableLM kernel:   node   0: [mem 0x0000000100000000-0x00000003feffffff]
Nov 15 10:29:01 PortableLM kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000003feffffff]
Nov 15 10:29:01 PortableLM kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 15 10:29:01 PortableLM kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Nov 15 10:29:01 PortableLM kernel: On node 0, zone DMA32: 5120 pages in unavailable ranges
Nov 15 10:29:01 PortableLM kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Nov 15 10:29:01 PortableLM kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Nov 15 10:29:01 PortableLM kernel: ACPI: PM-Timer IO Port: 0x808
Nov 15 10:29:01 PortableLM kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Nov 15 10:29:01 PortableLM kernel: IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
Nov 15 10:29:01 PortableLM kernel: IOAPIC[1]: apic_id 1, version 33, address 0xfec01000, GSI 24-55
Nov 15 10:29:01 PortableLM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 15 10:29:01 PortableLM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Nov 15 10:29:01 PortableLM kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 15 10:29:01 PortableLM kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Nov 15 10:29:01 PortableLM kernel: e820: update [mem 0xdab16000-0xdab44fff] usable ==> reserved
Nov 15 10:29:01 PortableLM kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdab16000-0xdab44fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdb4cd000-0xdb4cdfff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdc737000-0xdd212fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdd213000-0xdd247fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdd248000-0xdd71dfff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdd71e000-0xdda75fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdda76000-0xddb36fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xfec0ffff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedbffff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedc8fff]
Nov 15 10:29:01 PortableLM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc9000-0xffffffff]
Nov 15 10:29:01 PortableLM kernel: [mem 0xe0000000-0xfec0ffff] available for PCI devices
Nov 15 10:29:01 PortableLM kernel: Booting paravirtualized kernel on bare hardware
Nov 15 10:29:01 PortableLM kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 15 10:29:01 PortableLM kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Nov 15 10:29:01 PortableLM kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
Nov 15 10:29:01 PortableLM kernel: pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
Nov 15 10:29:01 PortableLM kernel: pcpu-alloc: [0] 0 1 2 3 
Nov 15 10:29:01 PortableLM kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=14c14e1c-cb89-40a5-869d-feb83e3fc728 rw loglevel=3 quiet rtw88_pci.disable_aspm=y
Nov 15 10:29:01 PortableLM kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Nov 15 10:29:01 PortableLM kernel: random: crng init done
Nov 15 10:29:01 PortableLM kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: Fallback order for Node 0: 0 
Nov 15 10:29:01 PortableLM kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3986384
Nov 15 10:29:01 PortableLM kernel: Policy zone: Normal
Nov 15 10:29:01 PortableLM kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 15 10:29:01 PortableLM kernel: software IO TLB: area num 4.
Nov 15 10:29:01 PortableLM kernel: Memory: 15686404K/16199292K available (16384K kernel code, 2132K rwdata, 13064K rodata, 3404K init, 3852K bss, 512628K reserved, 0K cma-reserved)
Nov 15 10:29:01 PortableLM kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Nov 15 10:29:01 PortableLM kernel: ftrace: allocating 48783 entries in 191 pages
Nov 15 10:29:01 PortableLM kernel: ftrace: allocated 191 pages with 7 groups
Nov 15 10:29:01 PortableLM kernel: Dynamic Preempt: full
Nov 15 10:29:01 PortableLM kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 15 10:29:01 PortableLM kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Nov 15 10:29:01 PortableLM kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Nov 15 10:29:01 PortableLM kernel:         Trampoline variant of Tasks RCU enabled.
Nov 15 10:29:01 PortableLM kernel:         Rude variant of Tasks RCU enabled.
Nov 15 10:29:01 PortableLM kernel:         Tracing variant of Tasks RCU enabled.
Nov 15 10:29:01 PortableLM kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 15 10:29:01 PortableLM kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Nov 15 10:29:01 PortableLM kernel: NR_IRQS: 20736, nr_irqs: 1000, preallocated irqs: 16
Nov 15 10:29:01 PortableLM kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 15 10:29:01 PortableLM kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 15 10:29:01 PortableLM kernel: Console: colour dummy device 80x25
Nov 15 10:29:01 PortableLM kernel: printk: console [tty0] enabled
Nov 15 10:29:01 PortableLM kernel: ACPI: Core revision 20230628
Nov 15 10:29:01 PortableLM kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Nov 15 10:29:01 PortableLM kernel: APIC: Switch to symmetric I/O mode setup
Nov 15 10:29:01 PortableLM kernel: AMD-Vi: Using global IVHD EFR:0x77ef22294ada, EFR2:0x0
Nov 15 10:29:01 PortableLM kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 15 10:29:01 PortableLM kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26d89d0b68c, max_idle_ns: 440795309635 ns
Nov 15 10:29:01 PortableLM kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5392.48 BogoMIPS (lpj=8983170)
Nov 15 10:29:01 PortableLM kernel: BIOS may not properly restore RDRAND after suspend, hiding RDRAND via CPUID. Use rdrand=force to reenable.
Nov 15 10:29:01 PortableLM kernel: LVT offset 1 assigned for vector 0xf9
Nov 15 10:29:01 PortableLM kernel: Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
Nov 15 10:29:01 PortableLM kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
Nov 15 10:29:01 PortableLM kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 15 10:29:01 PortableLM kernel: Spectre V2 : Mitigation: Retpolines
Nov 15 10:29:01 PortableLM kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 15 10:29:01 PortableLM kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Nov 15 10:29:01 PortableLM kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Nov 15 10:29:01 PortableLM kernel: RETBleed: Mitigation: untrained return thunk
Nov 15 10:29:01 PortableLM kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 15 10:29:01 PortableLM kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 15 10:29:01 PortableLM kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 15 10:29:01 PortableLM kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 15 10:29:01 PortableLM kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 15 10:29:01 PortableLM kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Nov 15 10:29:01 PortableLM kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Nov 15 10:29:01 PortableLM kernel: Freeing SMP alternatives memory: 40K
Nov 15 10:29:01 PortableLM kernel: pid_max: default: 32768 minimum: 301
Nov 15 10:29:01 PortableLM kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Nov 15 10:29:01 PortableLM kernel: landlock: Up and running.
Nov 15 10:29:01 PortableLM kernel: Yama: becoming mindful.
Nov 15 10:29:01 PortableLM kernel: LSM support for eBPF active
Nov 15 10:29:01 PortableLM kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: smpboot: CPU0: AMD A12-9720P RADEON R7, 12 COMPUTE CORES 4C+8G (family: 0x15, model: 0x65, stepping: 0x1)
Nov 15 10:29:01 PortableLM kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Nov 15 10:29:01 PortableLM kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Nov 15 10:29:01 PortableLM kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Nov 15 10:29:01 PortableLM kernel: Performance Events: Fam15h core perfctr, AMD PMU driver.
Nov 15 10:29:01 PortableLM kernel: ... version:                0
Nov 15 10:29:01 PortableLM kernel: ... bit width:              48
Nov 15 10:29:01 PortableLM kernel: ... generic registers:      6
Nov 15 10:29:01 PortableLM kernel: ... value mask:             0000ffffffffffff
Nov 15 10:29:01 PortableLM kernel: ... max period:             00007fffffffffff
Nov 15 10:29:01 PortableLM kernel: ... fixed-purpose events:   0
Nov 15 10:29:01 PortableLM kernel: ... event mask:             000000000000003f
Nov 15 10:29:01 PortableLM kernel: signal: max sigframe size: 1776
Nov 15 10:29:01 PortableLM kernel: rcu: Hierarchical SRCU implementation.
Nov 15 10:29:01 PortableLM kernel: rcu:         Max phase no-delay instances is 1000.
Nov 15 10:29:01 PortableLM kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 15 10:29:01 PortableLM kernel: smp: Bringing up secondary CPUs ...
Nov 15 10:29:01 PortableLM kernel: smpboot: x86: Booting SMP configuration:
Nov 15 10:29:01 PortableLM kernel: .... node  #0, CPUs:      #2 #1 #3
Nov 15 10:29:01 PortableLM kernel: smp: Brought up 1 node, 4 CPUs
Nov 15 10:29:01 PortableLM kernel: smpboot: Max logical packages: 1
Nov 15 10:29:01 PortableLM kernel: smpboot: Total of 4 processors activated (21568.92 BogoMIPS)
Nov 15 10:29:01 PortableLM kernel: devtmpfs: initialized
Nov 15 10:29:01 PortableLM kernel: x86/mm: Memory block size: 128MB
Nov 15 10:29:01 PortableLM kernel: ACPI: PM: Registering ACPI NVS region [mem 0xdd248000-0xdd71dfff] (5070848 bytes)
Nov 15 10:29:01 PortableLM kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 15 10:29:01 PortableLM kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: pinctrl core: initialized pinctrl subsystem
Nov 15 10:29:01 PortableLM kernel: PM: RTC time: 15:28:51, date: 2023-11-15
Nov 15 10:29:01 PortableLM kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 15 10:29:01 PortableLM kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Nov 15 10:29:01 PortableLM kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 15 10:29:01 PortableLM kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 15 10:29:01 PortableLM kernel: audit: initializing netlink subsys (disabled)
Nov 15 10:29:01 PortableLM kernel: audit: type=2000 audit(1700062131.176:1): state=initialized audit_enabled=0 res=1
Nov 15 10:29:01 PortableLM kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 15 10:29:01 PortableLM kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 15 10:29:01 PortableLM kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 15 10:29:01 PortableLM kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 15 10:29:01 PortableLM kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 15 10:29:01 PortableLM kernel: cpuidle: using governor ladder
Nov 15 10:29:01 PortableLM kernel: cpuidle: using governor menu
Nov 15 10:29:01 PortableLM kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Nov 15 10:29:01 PortableLM kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 15 10:29:01 PortableLM kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 15 10:29:01 PortableLM kernel: PCI: not using MMCONFIG
Nov 15 10:29:01 PortableLM kernel: PCI: Using configuration type 1 for base access
Nov 15 10:29:01 PortableLM kernel: PCI: Using configuration type 1 for extended access
Nov 15 10:29:01 PortableLM kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 15 10:29:01 PortableLM kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 15 10:29:01 PortableLM kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 15 10:29:01 PortableLM kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 15 10:29:01 PortableLM kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 15 10:29:01 PortableLM kernel: ACPI: Added _OSI(Module Device)
Nov 15 10:29:01 PortableLM kernel: ACPI: Added _OSI(Processor Device)
Nov 15 10:29:01 PortableLM kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 15 10:29:01 PortableLM kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 15 10:29:01 PortableLM kernel: ACPI BIOS Error (bug): Failure creating named object [\_GPE._L00], AE_ALREADY_EXISTS (20230628/dswload2-326)
Nov 15 10:29:01 PortableLM kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Nov 15 10:29:01 PortableLM kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Nov 15 10:29:01 PortableLM kernel: ACPI: 6 ACPI AML tables successfully acquired and loaded
Nov 15 10:29:01 PortableLM kernel: ACPI: EC: EC started
Nov 15 10:29:01 PortableLM kernel: ACPI: EC: interrupt blocked
Nov 15 10:29:01 PortableLM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 15 10:29:01 PortableLM kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Nov 15 10:29:01 PortableLM kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 15 10:29:01 PortableLM kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Nov 15 10:29:01 PortableLM kernel: ACPI: Interpreter enabled
Nov 15 10:29:01 PortableLM kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 15 10:29:01 PortableLM kernel: ACPI: Using IOAPIC for interrupt routing
Nov 15 10:29:01 PortableLM kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 15 10:29:01 PortableLM kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as ACPI motherboard resource
Nov 15 10:29:01 PortableLM kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 15 10:29:01 PortableLM kernel: PCI: Using E820 reservations for host bridge windows
Nov 15 10:29:01 PortableLM kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
Nov 15 10:29:01 PortableLM kernel: ACPI: \_SB_.P0U2: New power resource
Nov 15 10:29:01 PortableLM kernel: ACPI: \_SB_.P3U2: New power resource
Nov 15 10:29:01 PortableLM kernel: ACPI: \_SB_.P0U3: New power resource
Nov 15 10:29:01 PortableLM kernel: ACPI: \_SB_.P3U3: New power resource
Nov 15 10:29:01 PortableLM kernel: ACPI: \_SB_.P0ST: New power resource
Nov 15 10:29:01 PortableLM kernel: ACPI: \_SB_.P3ST: New power resource
Nov 15 10:29:01 PortableLM kernel: ACPI: \_SB_.P0SD: New power resource
Nov 15 10:29:01 PortableLM kernel: ACPI: \_SB_.P3SD: New power resource
Nov 15 10:29:01 PortableLM kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Nov 15 10:29:01 PortableLM kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 15 10:29:01 PortableLM kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Nov 15 10:29:01 PortableLM kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Nov 15 10:29:01 PortableLM kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Nov 15 10:29:01 PortableLM kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Nov 15 10:29:01 PortableLM kernel: PCI host bridge to bus 0000:00
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfed3ffff window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: root bus resource [mem 0xfedca000-0xffffffff window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:00.0: [1022:1576] type 00 class 0x060000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:00.2: [1022:1577] type 00 class 0x080600
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: [1002:9874] type 00 class 0x030000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: reg 0x18: [mem 0xf0000000-0xf07fffff 64bit pref]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: reg 0x20: [io  0xf000-0xf0ff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: reg 0x24: [mem 0xfeb00000-0xfeb3ffff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: reg 0x30: [mem 0xfeb40000-0xfeb5ffff pref]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: enabling Extended Tags
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: BAR 0: assigned to efifb
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: supports D1 D2
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: PME# supported from D1 D2 D3hot
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.1: reg 0x10: [mem 0xfeb64000-0xfeb67fff 64bit]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.1: enabling Extended Tags
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.1: supports D1 D2
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.0: [1022:157b] type 00 class 0x060000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.4: [1022:157c] type 01 class 0x060400
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.4: enabling Extended Tags
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.0: [1022:157b] type 00 class 0x060000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: [1022:157c] type 01 class 0x060400
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: enabling Extended Tags
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:08.0: [1022:1578] type 00 class 0x108000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:08.0: reg 0x10: [mem 0xf0800000-0xf081ffff 64bit pref]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:08.0: reg 0x18: [mem 0xfe900000-0xfe9fffff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:08.0: reg 0x1c: [mem 0xfeb6f000-0xfeb6ffff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:08.0: reg 0x24: [mem 0xfeb6a000-0xfeb6bfff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:09.0: [1022:157d] type 00 class 0x060000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:09.2: [1022:157a] type 00 class 0x040300
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:09.2: reg 0x10: [mem 0xfeb60000-0xfeb63fff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:09.2: PME# supported from D0 D3hot D3cold
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:10.0: [1022:7914] type 00 class 0x0c0330
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:10.0: reg 0x10: [mem 0xfeb68000-0xfeb69fff 64bit]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:11.0: [1022:7901] type 00 class 0x010601
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:11.0: reg 0x24: [mem 0xfeb6d000-0xfeb6d3ff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:11.0: PME# supported from D3hot
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:12.0: [1022:7908] type 00 class 0x0c0320
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:12.0: reg 0x10: [mem 0xfeb6c000-0xfeb6c0ff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:12.0: supports D1 D2
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.0: [1022:1570] type 00 class 0x060000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.1: [1022:1571] type 00 class 0x060000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.2: [1022:1572] type 00 class 0x060000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.3: [1022:1573] type 00 class 0x060000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.4: [1022:1574] type 00 class 0x060000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.5: [1022:1575] type 00 class 0x060000
Nov 15 10:29:01 PortableLM kernel: pci 0000:01:00.0: [10ec:b822] type 00 class 0x028000
Nov 15 10:29:01 PortableLM kernel: pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:01:00.0: reg 0x18: [mem 0xfea00000-0xfea0ffff 64bit]
Nov 15 10:29:01 PortableLM kernel: pci 0000:01:00.0: supports D1 D2
Nov 15 10:29:01 PortableLM kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.4: PCI bridge to [bus 01]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.4:   bridge window [io  0xe000-0xefff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.4:   bridge window [mem 0xfea00000-0xfeafffff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: PCI bridge to [bus 02]
Nov 15 10:29:01 PortableLM kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 15 10:29:01 PortableLM kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Nov 15 10:29:01 PortableLM kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 5
Nov 15 10:29:01 PortableLM kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 4
Nov 15 10:29:01 PortableLM kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 15 10:29:01 PortableLM kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 15 10:29:01 PortableLM kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Nov 15 10:29:01 PortableLM kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 10
Nov 15 10:29:01 PortableLM kernel: ACPI: EC: interrupt unblocked
Nov 15 10:29:01 PortableLM kernel: ACPI: EC: event unblocked
Nov 15 10:29:01 PortableLM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 15 10:29:01 PortableLM kernel: ACPI: EC: GPE=0x3
Nov 15 10:29:01 PortableLM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
Nov 15 10:29:01 PortableLM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Nov 15 10:29:01 PortableLM kernel: iommu: Default domain type: Translated
Nov 15 10:29:01 PortableLM kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 15 10:29:01 PortableLM kernel: SCSI subsystem initialized
Nov 15 10:29:01 PortableLM kernel: libata version 3.00 loaded.
Nov 15 10:29:01 PortableLM kernel: ACPI: bus type USB registered
Nov 15 10:29:01 PortableLM kernel: usbcore: registered new interface driver usbfs
Nov 15 10:29:01 PortableLM kernel: usbcore: registered new interface driver hub
Nov 15 10:29:01 PortableLM kernel: usbcore: registered new device driver usb
Nov 15 10:29:01 PortableLM kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 15 10:29:01 PortableLM kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 15 10:29:01 PortableLM kernel: PTP clock support registered
Nov 15 10:29:01 PortableLM kernel: EDAC MC: Ver: 3.0.0
Nov 15 10:29:01 PortableLM kernel: efivars: Registered efivars operations
Nov 15 10:29:01 PortableLM kernel: NetLabel: Initializing
Nov 15 10:29:01 PortableLM kernel: NetLabel:  domain hash size = 128
Nov 15 10:29:01 PortableLM kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Nov 15 10:29:01 PortableLM kernel: NetLabel:  unlabeled traffic allowed by default
Nov 15 10:29:01 PortableLM kernel: mctp: management component transport protocol core
Nov 15 10:29:01 PortableLM kernel: NET: Registered PF_MCTP protocol family
Nov 15 10:29:01 PortableLM kernel: PCI: Using ACPI for IRQ routing
Nov 15 10:29:01 PortableLM kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 15 10:29:01 PortableLM kernel: resource: Expanded resource Reserved due to conflict with AMD0020:01
Nov 15 10:29:01 PortableLM kernel: e820: reserve RAM buffer [mem 0xdab16000-0xdbffffff]
Nov 15 10:29:01 PortableLM kernel: e820: reserve RAM buffer [mem 0xdb4cd000-0xdbffffff]
Nov 15 10:29:01 PortableLM kernel: e820: reserve RAM buffer [mem 0xdc737000-0xdfffffff]
Nov 15 10:29:01 PortableLM kernel: e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
Nov 15 10:29:01 PortableLM kernel: e820: reserve RAM buffer [mem 0x3ff000000-0x3ffffffff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: vgaarb: setting as boot VGA device
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: vgaarb: bridge control possible
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 15 10:29:01 PortableLM kernel: vgaarb: loaded
Nov 15 10:29:01 PortableLM kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Nov 15 10:29:01 PortableLM kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Nov 15 10:29:01 PortableLM kernel: clocksource: Switched to clocksource tsc-early
Nov 15 10:29:01 PortableLM kernel: VFS: Disk quotas dquot_6.6.0
Nov 15 10:29:01 PortableLM kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 15 10:29:01 PortableLM kernel: pnp: PnP ACPI init
Nov 15 10:29:01 PortableLM kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:01: [mem 0xc0000000-0xdfffffff] could not be reserved
Nov 15 10:29:01 PortableLM kernel: system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x04d0-0x04d1] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x040b] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x04d6] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0c00-0x0c01] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0c14] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0c50-0x0c51] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0c52] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0c6c] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0c6f] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0cd0-0x0cd1] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0cd2-0x0cd3] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0cd4-0x0cd5] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0cd6-0x0cd7] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0cd8-0x0cdf] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0800-0x089f] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0b00-0x0b0f] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0b20-0x0b3f] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0900-0x090f] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0x0910-0x091f] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [io  0xfe00-0xfefe] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [mem 0xfed61000-0xfed70fff] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
Nov 15 10:29:01 PortableLM kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Nov 15 10:29:01 PortableLM kernel: pnp: PnP ACPI: found 6 devices
Nov 15 10:29:01 PortableLM kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 15 10:29:01 PortableLM kernel: NET: Registered PF_INET protocol family
Nov 15 10:29:01 PortableLM kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: TCP: Hash tables configured (established 131072 bind 65536)
Nov 15 10:29:01 PortableLM kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 15 10:29:01 PortableLM kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 15 10:29:01 PortableLM kernel: NET: Registered PF_XDP protocol family
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: BAR 14: assigned [mem 0xf0900000-0xf0afffff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: BAR 15: assigned [mem 0xf0b00000-0xf0cfffff 64bit pref]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: BAR 13: assigned [io  0x1000-0x1fff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.4: PCI bridge to [bus 01]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.4:   bridge window [io  0xe000-0xefff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.4:   bridge window [mem 0xfea00000-0xfeafffff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: PCI bridge to [bus 02]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1:   bridge window [io  0x1000-0x1fff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1:   bridge window [mem 0xf0900000-0xf0afffff]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1:   bridge window [mem 0xf0b00000-0xf0cfffff 64bit pref]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfed3ffff window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:00: resource 10 [mem 0xfedca000-0xffffffff window]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:02: resource 1 [mem 0xf0900000-0xf0afffff]
Nov 15 10:29:01 PortableLM kernel: pci_bus 0000:02: resource 2 [mem 0xf0b00000-0xf0cfffff 64bit pref]
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:10.0: PME# does not work under D0, disabling it
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x7d0 took 15409 usecs
Nov 15 10:29:01 PortableLM kernel: PCI: CLS 64 bytes, default 64
Nov 15 10:29:01 PortableLM kernel: AMD-Vi: [Firmware Warn]: EFR mismatch. Use IVHD EFR (0x37ef22294ada : 0x77ef22294ada), EFR2 (0x0 : 0x0).
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Nov 15 10:29:01 PortableLM kernel: Trying to unpack rootfs image as initramfs...
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.0: Adding to iommu group 0
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:01.1: Adding to iommu group 0
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.0: Adding to iommu group 1
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:02.4: Adding to iommu group 1
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.0: Adding to iommu group 2
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:03.1: Adding to iommu group 2
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:08.0: Adding to iommu group 3
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:09.0: Adding to iommu group 4
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:09.2: Adding to iommu group 4
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:10.0: Adding to iommu group 5
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:11.0: Adding to iommu group 6
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:12.0: Adding to iommu group 7
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:14.0: Adding to iommu group 8
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:14.3: Adding to iommu group 8
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.0: Adding to iommu group 9
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.1: Adding to iommu group 9
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.2: Adding to iommu group 9
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.3: Adding to iommu group 9
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.4: Adding to iommu group 9
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:18.5: Adding to iommu group 9
Nov 15 10:29:01 PortableLM kernel: pci 0000:01:00.0: Adding to iommu group 1
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:00.2: PCI INT A: not connected
Nov 15 10:29:01 PortableLM kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Nov 15 10:29:01 PortableLM kernel: AMD-Vi: Extended features (0x77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Nov 15 10:29:01 PortableLM kernel: AMD-Vi: Interrupt remapping enabled
Nov 15 10:29:01 PortableLM kernel: AMD-Vi: Virtual APIC enabled
Nov 15 10:29:01 PortableLM kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 15 10:29:01 PortableLM kernel: software IO TLB: mapped [mem 0x00000000d4917000-0x00000000d8917000] (64MB)
Nov 15 10:29:01 PortableLM kernel: LVT offset 0 assigned for vector 0x400
Nov 15 10:29:01 PortableLM kernel: perf: AMD IBS detected (0x000007ff)
Nov 15 10:29:01 PortableLM kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Nov 15 10:29:01 PortableLM kernel: Initialise system trusted keyrings
Nov 15 10:29:01 PortableLM kernel: Key type blacklist registered
Nov 15 10:29:01 PortableLM kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Nov 15 10:29:01 PortableLM kernel: zbud: loaded
Nov 15 10:29:01 PortableLM kernel: integrity: Platform Keyring initialized
Nov 15 10:29:01 PortableLM kernel: integrity: Machine keyring initialized
Nov 15 10:29:01 PortableLM kernel: Key type asymmetric registered
Nov 15 10:29:01 PortableLM kernel: Asymmetric key parser 'x509' registered
Nov 15 10:29:01 PortableLM kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Nov 15 10:29:01 PortableLM kernel: io scheduler mq-deadline registered
Nov 15 10:29:01 PortableLM kernel: io scheduler kyber registered
Nov 15 10:29:01 PortableLM kernel: io scheduler bfq registered
Nov 15 10:29:01 PortableLM kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 26
Nov 15 10:29:01 PortableLM kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 28
Nov 15 10:29:01 PortableLM kernel: pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Nov 15 10:29:01 PortableLM kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 15 10:29:01 PortableLM kernel: ACPI: AC: AC Adapter [AC0] (on-line)
Nov 15 10:29:01 PortableLM kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PNP0C09:00/PNP0C0D:00/input/input0
Nov 15 10:29:01 PortableLM kernel: ACPI: button: Lid Switch [LID]
Nov 15 10:29:01 PortableLM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Nov 15 10:29:01 PortableLM kernel: ACPI: button: Power Button [PWRB]
Nov 15 10:29:01 PortableLM kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Nov 15 10:29:01 PortableLM kernel: ACPI: button: Sleep Button [SLPB]
Nov 15 10:29:01 PortableLM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Nov 15 10:29:01 PortableLM kernel: ACPI: button: Power Button [PWRF]
Nov 15 10:29:01 PortableLM kernel: ACPI: \_PR_.P000: Found 2 idle states
Nov 15 10:29:01 PortableLM kernel: ACPI: \_PR_.P001: Found 2 idle states
Nov 15 10:29:01 PortableLM kernel: ACPI: \_PR_.P002: Found 2 idle states
Nov 15 10:29:01 PortableLM kernel: ACPI: \_PR_.P003: Found 2 idle states
Nov 15 10:29:01 PortableLM kernel: thermal LNXTHERM:00: registered as thermal_zone0
Nov 15 10:29:01 PortableLM kernel: ACPI: thermal: Thermal Zone [THRM] (55 C)
Nov 15 10:29:01 PortableLM kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 15 10:29:01 PortableLM kernel: Non-volatile memory driver v1.3
Nov 15 10:29:01 PortableLM kernel: ACPI: battery: Slot [BAT0] (battery present)
Nov 15 10:29:01 PortableLM kernel: Linux agpgart interface v0.103
Nov 15 10:29:01 PortableLM kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xdd716000-0xdd716fff flags 0x200] vs dd716000 4000
Nov 15 10:29:01 PortableLM kernel: tpm_crb MSFT0101:00: can't request region for resource [mem 0xdd716000-0xdd716fff]
Nov 15 10:29:01 PortableLM kernel: tpm_crb: probe of MSFT0101:00 failed with error -16
Nov 15 10:29:01 PortableLM kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Nov 15 10:29:01 PortableLM kernel: ACPI: bus type drm_connector registered
Nov 15 10:29:01 PortableLM kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Nov 15 10:29:01 PortableLM kernel: fbcon: Deferring console take-over
Nov 15 10:29:01 PortableLM kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Nov 15 10:29:01 PortableLM kernel: ahci 0000:00:11.0: version 3.0
Nov 15 10:29:01 PortableLM kernel: ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Nov 15 10:29:01 PortableLM kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part 
Nov 15 10:29:01 PortableLM kernel: scsi host0: ahci
Nov 15 10:29:01 PortableLM kernel: scsi host1: ahci
Nov 15 10:29:01 PortableLM kernel: ata1: SATA max UDMA/133 abar m1024@0xfeb6d000 port 0xfeb6d100 irq 19
Nov 15 10:29:01 PortableLM kernel: ata2: SATA max UDMA/133 abar m1024@0xfeb6d000 port 0xfeb6d180 irq 19
Nov 15 10:29:01 PortableLM kernel: usbcore: registered new interface driver usbserial_generic
Nov 15 10:29:01 PortableLM kernel: usbserial: USB Serial support registered for generic
Nov 15 10:29:01 PortableLM kernel: ehci-pci 0000:00:12.0: EHCI Host Controller
Nov 15 10:29:01 PortableLM kernel: ehci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
Nov 15 10:29:01 PortableLM kernel: ehci-pci 0000:00:12.0: debug port 2
Nov 15 10:29:01 PortableLM kernel: rtc_cmos 00:03: RTC can wake from S4
Nov 15 10:29:01 PortableLM kernel: ehci-pci 0000:00:12.0: irq 18, io mem 0xfeb6c000
Nov 15 10:29:01 PortableLM kernel: rtc_cmos 00:03: registered as rtc0
Nov 15 10:29:01 PortableLM kernel: rtc_cmos 00:03: setting system clock to 2023-11-15T15:28:51 UTC (1700062131)
Nov 15 10:29:01 PortableLM kernel: rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Nov 15 10:29:01 PortableLM kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Nov 15 10:29:01 PortableLM kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 15 10:29:01 PortableLM kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 15 10:29:01 PortableLM kernel: drop_monitor: Initializing network drop monitor service
Nov 15 10:29:01 PortableLM kernel: ehci-pci 0000:00:12.0: USB 2.0 started, EHCI 1.00
Nov 15 10:29:01 PortableLM kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 15 10:29:01 PortableLM kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 15 10:29:01 PortableLM kernel: usb usb1: Product: EHCI Host Controller
Nov 15 10:29:01 PortableLM kernel: usb usb1: Manufacturer: Linux 6.6.1-arch1-1 ehci_hcd
Nov 15 10:29:01 PortableLM kernel: usb usb1: SerialNumber: 0000:00:12.0
Nov 15 10:29:01 PortableLM kernel: hub 1-0:1.0: USB hub found
Nov 15 10:29:01 PortableLM kernel: hub 1-0:1.0: 2 ports detected
Nov 15 10:29:01 PortableLM kernel: Initializing XFRM netlink socket
Nov 15 10:29:01 PortableLM kernel: NET: Registered PF_INET6 protocol family
Nov 15 10:29:01 PortableLM kernel: Freeing initrd memory: 35280K
Nov 15 10:29:01 PortableLM kernel: Segment Routing with IPv6
Nov 15 10:29:01 PortableLM kernel: RPL Segment Routing with IPv6
Nov 15 10:29:01 PortableLM kernel: In-situ OAM (IOAM) with IPv6
Nov 15 10:29:01 PortableLM kernel: NET: Registered PF_PACKET protocol family
Nov 15 10:29:01 PortableLM kernel: x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
Nov 15 10:29:01 PortableLM kernel: microcode: CPU2: patch_level=0x0600611a
Nov 15 10:29:01 PortableLM kernel: microcode: CPU3: patch_level=0x0600611a
Nov 15 10:29:01 PortableLM kernel: microcode: CPU1: patch_level=0x0600611a
Nov 15 10:29:01 PortableLM kernel: microcode: CPU0: patch_level=0x0600611a
Nov 15 10:29:01 PortableLM kernel: microcode: Microcode Update Driver: v2.2.
Nov 15 10:29:01 PortableLM kernel: IPI shorthand broadcast: enabled
Nov 15 10:29:01 PortableLM kernel: sched_clock: Marking stable (739356347, 445695)->(743535972, -3733930)
Nov 15 10:29:01 PortableLM kernel: registered taskstats version 1
Nov 15 10:29:01 PortableLM kernel: Loading compiled-in X.509 certificates
Nov 15 10:29:01 PortableLM kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 75867b0fcb3a137e7101a6391d3e0cb71bd19afd'
Nov 15 10:29:01 PortableLM kernel: zswap: loaded using pool zstd/zsmalloc
Nov 15 10:29:01 PortableLM kernel: Key type .fscrypt registered
Nov 15 10:29:01 PortableLM kernel: Key type fscrypt-provisioning registered
Nov 15 10:29:01 PortableLM kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 15 10:29:01 PortableLM kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Nov 15 10:29:01 PortableLM kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 15 10:29:01 PortableLM kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Nov 15 10:29:01 PortableLM kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 15 10:29:01 PortableLM kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Nov 15 10:29:01 PortableLM kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 15 10:29:01 PortableLM kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Nov 15 10:29:01 PortableLM kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 15 10:29:01 PortableLM kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Nov 15 10:29:01 PortableLM kernel: PM:   Magic number: 15:674:487
Nov 15 10:29:01 PortableLM kernel: RAS: Correctable Errors collector initialized.
Nov 15 10:29:01 PortableLM kernel: clk: Disabling unused clocks
Nov 15 10:29:01 PortableLM kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Nov 15 10:29:01 PortableLM kernel: usb 1-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
Nov 15 10:29:01 PortableLM kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 15 10:29:01 PortableLM kernel: hub 1-1:1.0: USB hub found
Nov 15 10:29:01 PortableLM kernel: hub 1-1:1.0: 4 ports detected
Nov 15 10:29:01 PortableLM kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 15 10:29:01 PortableLM kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 15 10:29:01 PortableLM kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 15 10:29:01 PortableLM kernel: ata1.00: ATA-10: CT1000MX500SSD4, M3CR023, max UDMA/133
Nov 15 10:29:01 PortableLM kernel: ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 15 10:29:01 PortableLM kernel: ata1.00: Features: Trust Dev-Sleep
Nov 15 10:29:01 PortableLM kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 15 10:29:01 PortableLM kernel: ata1.00: configured for UDMA/133
Nov 15 10:29:01 PortableLM kernel: scsi 0:0:0:0: Direct-Access     ATA      CT1000MX500SSD4  023  PQ: 0 ANSI: 5
Nov 15 10:29:01 PortableLM kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Nov 15 10:29:01 PortableLM kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Nov 15 10:29:01 PortableLM kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 15 10:29:01 PortableLM kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 15 10:29:01 PortableLM kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 15 10:29:01 PortableLM kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Nov 15 10:29:01 PortableLM kernel:  sda: sda1 sda2 sda3
Nov 15 10:29:01 PortableLM kernel: sd 0:0:0:0: [sda] supports TCG Opal
Nov 15 10:29:01 PortableLM kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Nov 15 10:29:01 PortableLM kernel: ata2.00: ATA-10: ST1000LM035-1RK172, SDM3, max UDMA/133
Nov 15 10:29:01 PortableLM kernel: ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Nov 15 10:29:01 PortableLM kernel: ata2.00: configured for UDMA/133
Nov 15 10:29:01 PortableLM kernel: scsi 1:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 SDM3 PQ: 0 ANSI: 5
Nov 15 10:29:01 PortableLM kernel: sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Nov 15 10:29:01 PortableLM kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks
Nov 15 10:29:01 PortableLM kernel: sd 1:0:0:0: [sdb] Write Protect is off
Nov 15 10:29:01 PortableLM kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Nov 15 10:29:01 PortableLM kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 15 10:29:01 PortableLM kernel: sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
Nov 15 10:29:01 PortableLM kernel: usb 1-1.1: new full-speed USB device number 3 using ehci-pci
Nov 15 10:29:01 PortableLM kernel:  sdb: sdb1
Nov 15 10:29:01 PortableLM kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Nov 15 10:29:01 PortableLM kernel: Freeing unused decrypted memory: 2028K
Nov 15 10:29:01 PortableLM kernel: Freeing unused kernel image (initmem) memory: 3404K
Nov 15 10:29:01 PortableLM kernel: Write protecting the kernel read-only data: 30720k
Nov 15 10:29:01 PortableLM kernel: Freeing unused kernel image (rodata/data gap) memory: 1272K
Nov 15 10:29:01 PortableLM kernel: usb 1-1.1: New USB device found, idVendor=04f3, idProduct=0903, bcdDevice= 1.63
Nov 15 10:29:01 PortableLM kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 15 10:29:01 PortableLM kernel: usb 1-1.1: Product: ELAN:Fingerprint
Nov 15 10:29:01 PortableLM kernel: usb 1-1.1: Manufacturer: ELAN
Nov 15 10:29:01 PortableLM kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 15 10:29:01 PortableLM kernel: rodata_test: all tests were successful
Nov 15 10:29:01 PortableLM kernel: Run /init as init process
Nov 15 10:29:01 PortableLM kernel:   with arguments:
Nov 15 10:29:01 PortableLM kernel:     /init
Nov 15 10:29:01 PortableLM kernel:   with environment:
Nov 15 10:29:01 PortableLM kernel:     HOME=/
Nov 15 10:29:01 PortableLM kernel:     TERM=linux
Nov 15 10:29:01 PortableLM kernel:     BOOT_IMAGE=/vmlinuz-linux
Nov 15 10:29:01 PortableLM kernel: usb 1-1.3: new full-speed USB device number 4 using ehci-pci
Nov 15 10:29:01 PortableLM kernel: tsc: Refined TSC clocksource calibration: 2694.941 MHz
Nov 15 10:29:01 PortableLM kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26d89377419, max_idle_ns: 440795242263 ns
Nov 15 10:29:01 PortableLM kernel: clocksource: Switched to clocksource tsc
Nov 15 10:29:01 PortableLM kernel: usb 1-1.3: New USB device found, idVendor=13d3, idProduct=3526, bcdDevice= 1.10
Nov 15 10:29:01 PortableLM kernel: usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 15 10:29:01 PortableLM kernel: usb 1-1.3: Product: Bluetooth Radio 
Nov 15 10:29:01 PortableLM kernel: usb 1-1.3: Manufacturer: Realtek 
Nov 15 10:29:01 PortableLM kernel: usb 1-1.3: SerialNumber: 00e04c000001
Nov 15 10:29:01 PortableLM kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Nov 15 10:29:01 PortableLM kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
Nov 15 10:29:01 PortableLM kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
Nov 15 10:29:01 PortableLM kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Nov 15 10:29:01 PortableLM kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 15 10:29:01 PortableLM kernel: usb 1-1.4: new high-speed USB device number 5 using ehci-pci
Nov 15 10:29:01 PortableLM kernel: xhci_hcd 0000:00:10.0: xHCI Host Controller
Nov 15 10:29:01 PortableLM kernel: xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
Nov 15 10:29:01 PortableLM kernel: xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000410
Nov 15 10:29:01 PortableLM kernel: xhci_hcd 0000:00:10.0: xHCI Host Controller
Nov 15 10:29:01 PortableLM kernel: xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
Nov 15 10:29:01 PortableLM kernel: xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
Nov 15 10:29:01 PortableLM kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 15 10:29:01 PortableLM kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 15 10:29:01 PortableLM kernel: usb usb2: Product: xHCI Host Controller
Nov 15 10:29:01 PortableLM kernel: usb usb2: Manufacturer: Linux 6.6.1-arch1-1 xhci-hcd
Nov 15 10:29:01 PortableLM kernel: usb usb2: SerialNumber: 0000:00:10.0
Nov 15 10:29:01 PortableLM kernel: hub 2-0:1.0: USB hub found
Nov 15 10:29:01 PortableLM kernel: hub 2-0:1.0: 4 ports detected
Nov 15 10:29:01 PortableLM kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 15 10:29:01 PortableLM kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Nov 15 10:29:01 PortableLM kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 15 10:29:01 PortableLM kernel: usb usb3: Product: xHCI Host Controller
Nov 15 10:29:01 PortableLM kernel: usb usb3: Manufacturer: Linux 6.6.1-arch1-1 xhci-hcd
Nov 15 10:29:01 PortableLM kernel: usb usb3: SerialNumber: 0000:00:10.0
Nov 15 10:29:01 PortableLM kernel: hub 3-0:1.0: USB hub found
Nov 15 10:29:01 PortableLM kernel: hub 3-0:1.0: 4 ports detected
Nov 15 10:29:01 PortableLM kernel: usb: port power management may be unreliable
Nov 15 10:29:01 PortableLM kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Nov 15 10:29:01 PortableLM kernel: usb 1-1.4: New USB device found, idVendor=13d3, idProduct=5a07, bcdDevice=16.01
Nov 15 10:29:01 PortableLM kernel: usb 1-1.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Nov 15 10:29:01 PortableLM kernel: usb 1-1.4: Product: USB2.0 VGA UVC WebCam
Nov 15 10:29:01 PortableLM kernel: usb 1-1.4: Manufacturer: Azurewave
Nov 15 10:29:01 PortableLM kernel: usb 1-1.4: SerialNumber: 0x0001
Nov 15 10:29:01 PortableLM kernel: [drm] amdgpu kernel modesetting enabled.
Nov 15 10:29:01 PortableLM kernel: amdgpu: Virtual CRAT table created for CPU
Nov 15 10:29:01 PortableLM kernel: amdgpu: Topology: Add CPU node
Nov 15 10:29:01 PortableLM kernel: [drm] initializing kernel modesetting (CARRIZO 0x1002:0x9874 0x1043:0x1931 0xC8).
Nov 15 10:29:01 PortableLM kernel: [drm] register mmio base: 0xFEB00000
Nov 15 10:29:01 PortableLM kernel: [drm] register mmio size: 262144
Nov 15 10:29:01 PortableLM kernel: [drm] add ip block number 0 <vi_common>
Nov 15 10:29:01 PortableLM kernel: [drm] add ip block number 1 <gmc_v8_0>
Nov 15 10:29:01 PortableLM kernel: [drm] add ip block number 2 <cz_ih>
Nov 15 10:29:01 PortableLM kernel: [drm] add ip block number 3 <gfx_v8_0>
Nov 15 10:29:01 PortableLM kernel: [drm] add ip block number 4 <sdma_v3_0>
Nov 15 10:29:01 PortableLM kernel: [drm] add ip block number 5 <powerplay>
Nov 15 10:29:01 PortableLM kernel: [drm] add ip block number 6 <dm>
Nov 15 10:29:01 PortableLM kernel: [drm] add ip block number 7 <uvd_v6_0>
Nov 15 10:29:01 PortableLM kernel: [drm] add ip block number 8 <vce_v3_0>
Nov 15 10:29:01 PortableLM kernel: [drm] add ip block number 9 <acp_ip>
Nov 15 10:29:01 PortableLM kernel: [drm] BIOS signature incorrect 0 0
Nov 15 10:29:01 PortableLM kernel: amdgpu 0000:00:01.0: amdgpu: Fetched VBIOS from ROM BAR
Nov 15 10:29:01 PortableLM kernel: amdgpu: ATOM BIOS: SWBRT00949.001
Nov 15 10:29:01 PortableLM kernel: [drm] UVD is enabled in physical mode
Nov 15 10:29:01 PortableLM kernel: [drm] VCE enabled in physical mode
Nov 15 10:29:01 PortableLM kernel: amdgpu 0000:00:01.0: vgaarb: deactivate vga console
Nov 15 10:29:01 PortableLM kernel: amdgpu 0000:00:01.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Nov 15 10:29:01 PortableLM kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Nov 15 10:29:01 PortableLM kernel: amdgpu 0000:00:01.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Nov 15 10:29:01 PortableLM kernel: amdgpu 0000:00:01.0: amdgpu: GART: 1024M 0x000000FF00000000 - 0x000000FF3FFFFFFF
Nov 15 10:29:01 PortableLM kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Nov 15 10:29:01 PortableLM kernel: [drm] RAM width 128bits UNKNOWN
Nov 15 10:29:01 PortableLM kernel: [drm] amdgpu: 512M of VRAM memory ready
Nov 15 10:29:01 PortableLM kernel: [drm] amdgpu: 7720M of GTT memory ready.
Nov 15 10:29:01 PortableLM kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Nov 15 10:29:01 PortableLM kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400E00000).
Nov 15 10:29:01 PortableLM kernel: amdgpu: hwmgr_sw_init smu backed is smu8_smu
Nov 15 10:29:01 PortableLM kernel: [drm] Found UVD firmware Version: 1.91 Family ID: 11
Nov 15 10:29:01 PortableLM kernel: [drm] UVD ENC is disabled
Nov 15 10:29:01 PortableLM kernel: [drm] Found VCE firmware Version: 52.4 Binary ID: 3
Nov 15 10:29:01 PortableLM kernel: amdgpu: smu version 27.18.00
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB: values for Engine clock
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         300000
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         480000
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         533340
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         576000
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         626090
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         685720
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         720000
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         757900
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB: Validation clocks:
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:    engine_max_clock: 75790
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:    memory_max_clock: 93300
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:    level           : 8
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB: values for Display clock
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         300000
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         400000
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         496560
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         626090
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         685720
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         757900
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         800000
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         847060
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB: Validation clocks:
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:    engine_max_clock: 75790
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:    memory_max_clock: 93300
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:    level           : 8
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB: values for Memory clock
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         667000
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:         933000
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB: Validation clocks:
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:    engine_max_clock: 75790
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:    memory_max_clock: 93300
Nov 15 10:29:01 PortableLM kernel: [drm] DM_PPLIB:    level           : 8
Nov 15 10:29:01 PortableLM kernel: [drm] Display Core v3.2.247 initialized on DCE 11.0
Nov 15 10:29:01 PortableLM kernel: [drm] UVD initialized successfully.
Nov 15 10:29:01 PortableLM kernel: [drm] VCE initialized successfully.
Nov 15 10:29:01 PortableLM kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Nov 15 10:29:01 PortableLM kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Nov 15 10:29:01 PortableLM kernel: amdgpu: Virtual CRAT table created for GPU
Nov 15 10:29:01 PortableLM kernel: amdgpu: Topology: Add dGPU node [0x9874:0x1002]
Nov 15 10:29:01 PortableLM kernel: kfd kfd: amdgpu: added device 1002:9874
Nov 15 10:29:01 PortableLM kernel: amdgpu 0000:00:01.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
Nov 15 10:29:01 PortableLM kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:00:01.0 on minor 1
Nov 15 10:29:01 PortableLM kernel: fbcon: amdgpudrmfb (fb0) is primary device
Nov 15 10:29:01 PortableLM kernel: fbcon: Deferring console take-over
Nov 15 10:29:01 PortableLM kernel: amdgpu 0000:00:01.0: [drm] fb0: amdgpudrmfb frame buffer device
Nov 15 10:29:01 PortableLM kernel: fbcon: Taking over console
Nov 15 10:29:01 PortableLM kernel: EXT4-fs (sda3): mounted filesystem 14c14e1c-cb89-40a5-869d-feb83e3fc728 r/w with ordered data mode. Quota mode: none.
Nov 15 10:29:01 PortableLM kernel: Console: switching to colour frame buffer device 240x67
Nov 15 10:29:01 PortableLM systemd[1]: systemd 254.6-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Nov 15 10:29:01 PortableLM systemd[1]: Detected architecture x86-64.
Nov 15 10:29:01 PortableLM systemd[1]: Hostname set to <PortableLM>.
Nov 15 10:29:01 PortableLM systemd[1]: bpf-lsm: LSM BPF program attached
Nov 15 10:29:01 PortableLM systemd[1]: Queued start job for default target Graphical Interface.
Nov 15 10:29:01 PortableLM systemd[1]: Created slice Slice /system/getty.
Nov 15 10:29:01 PortableLM systemd[1]: Created slice Slice /system/modprobe.
Nov 15 10:29:01 PortableLM systemd[1]: Created slice Slice /system/systemd-fsck.
Nov 15 10:29:01 PortableLM systemd[1]: Created slice User and Session Slice.
Nov 15 10:29:01 PortableLM systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 15 10:29:01 PortableLM systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 15 10:29:01 PortableLM systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 15 10:29:01 PortableLM systemd[1]: Reached target Local Encrypted Volumes.
Nov 15 10:29:01 PortableLM systemd[1]: Reached target Login Prompts.
Nov 15 10:29:01 PortableLM systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 15 10:29:01 PortableLM systemd[1]: Reached target Path Units.
Nov 15 10:29:01 PortableLM systemd[1]: Reached target Remote File Systems.
Nov 15 10:29:01 PortableLM systemd[1]: Reached target Slice Units.
Nov 15 10:29:01 PortableLM systemd[1]: Reached target Local Verity Protected Volumes.
Nov 15 10:29:01 PortableLM systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 15 10:29:01 PortableLM systemd[1]: Listening on LVM2 poll daemon socket.
Nov 15 10:29:01 PortableLM systemd[1]: Listening on Process Core Dump Socket.
Nov 15 10:29:01 PortableLM systemd[1]: Listening on Journal Socket (/dev/log).
Nov 15 10:29:01 PortableLM systemd[1]: Listening on Journal Socket.
Nov 15 10:29:01 PortableLM systemd[1]: Listening on udev Control Socket.
Nov 15 10:29:01 PortableLM systemd[1]: Listening on udev Kernel Socket.
Nov 15 10:29:01 PortableLM systemd[1]: Mounting Huge Pages File System...
Nov 15 10:29:01 PortableLM systemd[1]: Mounting POSIX Message Queue File System...
Nov 15 10:29:01 PortableLM systemd[1]: Mounting Kernel Debug File System...
Nov 15 10:29:01 PortableLM systemd[1]: Mounting Kernel Trace File System...
Nov 15 10:29:01 PortableLM systemd[1]: Starting Create List of Static Device Nodes...
Nov 15 10:29:01 PortableLM systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 15 10:29:01 PortableLM systemd[1]: Starting Load Kernel Module configfs...
Nov 15 10:29:01 PortableLM systemd[1]: Starting Load Kernel Module dm_mod...
Nov 15 10:29:01 PortableLM systemd[1]: Starting Load Kernel Module drm...
Nov 15 10:29:01 PortableLM systemd[1]: Starting Load Kernel Module fuse...
Nov 15 10:29:01 PortableLM systemd[1]: Starting Load Kernel Module loop...
Nov 15 10:29:01 PortableLM systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 15 10:29:01 PortableLM systemd[1]: Starting Journal Service...
Nov 15 10:29:01 PortableLM systemd[1]: Starting Load Kernel Modules...
Nov 15 10:29:01 PortableLM systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 15 10:29:01 PortableLM systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 15 10:29:01 PortableLM systemd[1]: Starting Coldplug All udev Devices...
Nov 15 10:29:01 PortableLM systemd[1]: Mounted Huge Pages File System.
Nov 15 10:29:01 PortableLM systemd[1]: Mounted POSIX Message Queue File System.
Nov 15 10:29:01 PortableLM systemd[1]: Mounted Kernel Debug File System.
Nov 15 10:29:01 PortableLM systemd[1]: Mounted Kernel Trace File System.
Nov 15 10:29:01 PortableLM kernel: loop: module loaded
Nov 15 10:29:01 PortableLM kernel: device-mapper: uevent: version 1.0.3
Nov 15 10:29:01 PortableLM kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Nov 15 10:29:01 PortableLM systemd-journald[211]: Collecting audit messages is disabled.
Nov 15 10:29:01 PortableLM kernel: EXT4-fs (sda3): re-mounted 14c14e1c-cb89-40a5-869d-feb83e3fc728 r/w. Quota mode: none.
Nov 15 10:29:01 PortableLM kernel: fuse: init (API version 7.39)
Nov 15 10:29:01 PortableLM systemd[1]: Finished Create List of Static Device Nodes.
Nov 15 10:29:01 PortableLM systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 15 10:29:01 PortableLM kernel: i2c_dev: i2c /dev entries driver
Nov 15 10:29:01 PortableLM systemd[1]: Finished Load Kernel Module configfs.
Nov 15 10:29:01 PortableLM systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Load Kernel Module dm_mod.
Nov 15 10:29:01 PortableLM systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 15 10:29:01 PortableLM systemd-journald[211]: Journal started
Nov 15 10:29:01 PortableLM systemd-journald[211]: Runtime Journal (/run/log/journal/5da0f8618ec54675833f5850ef119464) is 8.0M, max 772.0M, 764.0M free.
Nov 15 10:29:01 PortableLM systemd-modules-load[212]: Inserted module 'crypto_user'
Nov 15 10:29:01 PortableLM systemd-modules-load[212]: Inserted module 'i2c_dev'
Nov 15 10:29:01 PortableLM systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Load Kernel Module drm.
Nov 15 10:29:01 PortableLM systemd[1]: Started Journal Service.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Load Kernel Module fuse.
Nov 15 10:29:01 PortableLM systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Load Kernel Module loop.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Load Kernel Modules.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Coldplug All udev Devices.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 15 10:29:01 PortableLM systemd[1]: Mounting FUSE Control File System...
Nov 15 10:29:01 PortableLM systemd[1]: Mounting Kernel Configuration File System...
Nov 15 10:29:01 PortableLM systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 15 10:29:01 PortableLM systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 15 10:29:01 PortableLM systemd[1]: Starting Load/Save OS Random Seed...
Nov 15 10:29:01 PortableLM systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 15 10:29:01 PortableLM systemd[1]: Starting Apply Kernel Variables...
Nov 15 10:29:01 PortableLM systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 15 10:29:01 PortableLM systemd[1]: Mounted FUSE Control File System.
Nov 15 10:29:01 PortableLM systemd[1]: Mounted Kernel Configuration File System.
Nov 15 10:29:01 PortableLM systemd-journald[211]: Time spent on flushing to /var/log/journal/5da0f8618ec54675833f5850ef119464 is 74.928ms for 928 entries.
Nov 15 10:29:01 PortableLM systemd-journald[211]: System Journal (/var/log/journal/5da0f8618ec54675833f5850ef119464) is 763.5M, max 4.0G, 3.2G free.
Nov 15 10:29:01 PortableLM systemd-journald[211]: Received client request to flush runtime journal.
Nov 15 10:29:01 PortableLM systemd-journald[211]: /var/log/journal/5da0f8618ec54675833f5850ef119464/system.journal: Journal file uses a different sequence number ID, rotating.
Nov 15 10:29:01 PortableLM systemd-journald[211]: Rotating system journal.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Load/Save OS Random Seed.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Apply Kernel Variables.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 15 10:29:01 PortableLM systemd[1]: Starting Create System Users...
Nov 15 10:29:01 PortableLM systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 15 10:29:01 PortableLM systemd[1]: Finished Create System Users.
Nov 15 10:29:01 PortableLM systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 15 10:29:02 PortableLM systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 15 10:29:02 PortableLM systemd[1]: Reached target Preparation for Local File Systems.
Nov 15 10:29:02 PortableLM systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 15 10:29:02 PortableLM systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 15 10:29:02 PortableLM systemd-udevd[258]: Using default interface naming scheme 'v253'.
Nov 15 10:29:02 PortableLM systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 15 10:29:02 PortableLM systemd[1]: Found device CT1000MX500SSD4 1.
Nov 15 10:29:02 PortableLM kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6
Nov 15 10:29:02 PortableLM kernel: AMD0020:00: ttyS4 at MMIO 0xfedc6000 (irq = 10, base_baud = 3000000) is a 16550A
Nov 15 10:29:02 PortableLM systemd[1]: Starting File System Check on /dev/disk/by-uuid/5289-9E7B...
Nov 15 10:29:02 PortableLM systemd[1]: Found device CT1000MX500SSD4 2.
Nov 15 10:29:02 PortableLM systemd[1]: Activating swap /dev/disk/by-uuid/b6e37559-7fb5-4956-90c7-30ac34e9e9bb...
Nov 15 10:29:02 PortableLM kernel: Adding 1048572k swap on /dev/sda2.  Priority:-2 extents:1 across:1048572k SS
Nov 15 10:29:02 PortableLM systemd[1]: Activated swap /dev/disk/by-uuid/b6e37559-7fb5-4956-90c7-30ac34e9e9bb.
Nov 15 10:29:02 PortableLM kernel: AMD0020:01: ttyS5 at MMIO 0xfedc8000 (irq = 11, base_baud = 3000000) is a 16550A
Nov 15 10:29:02 PortableLM systemd-fsck[300]: fsck.fat 4.2 (2021-01-31)
Nov 15 10:29:02 PortableLM systemd-fsck[300]: /dev/sda1: 368 files, 33915/130811 clusters
Nov 15 10:29:02 PortableLM systemd[1]: Finished File System Check on /dev/disk/by-uuid/5289-9E7B.
Nov 15 10:29:02 PortableLM kernel: input: ELAN1300:00 04F3:3087 Mouse as /devices/platform/AMD0010:03/i2c-0/i2c-ELAN1300:00/0018:04F3:3087.0001/input/input7
Nov 15 10:29:02 PortableLM kernel: input: ELAN1300:00 04F3:3087 Touchpad as /devices/platform/AMD0010:03/i2c-0/i2c-ELAN1300:00/0018:04F3:3087.0001/input/input8
Nov 15 10:29:02 PortableLM kernel: hid-generic 0018:04F3:3087.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1300:00 04F3:3087] on i2c-ELAN1300:00
Nov 15 10:29:02 PortableLM systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 15 10:29:02 PortableLM systemd[1]: Reached target Swaps.
Nov 15 10:29:02 PortableLM kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Nov 15 10:29:02 PortableLM kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Nov 15 10:29:02 PortableLM kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Nov 15 10:29:02 PortableLM kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Nov 15 10:29:02 PortableLM kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
Nov 15 10:29:02 PortableLM kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
Nov 15 10:29:02 PortableLM systemd[1]: Mounting /boot...
Nov 15 10:29:02 PortableLM mtp-probe[305]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.4"
Nov 15 10:29:02 PortableLM mtp-probe[305]: bus: 1, device: 5 was not an MTP device
Nov 15 10:29:02 PortableLM systemd[1]: Mounting Temporary Directory /tmp...
Nov 15 10:29:02 PortableLM systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
Nov 15 10:29:02 PortableLM mtp-probe[304]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.1"
Nov 15 10:29:02 PortableLM mtp-probe[304]: bus: 1, device: 3 was not an MTP device
Nov 15 10:29:02 PortableLM systemd[1]: Mounted Temporary Directory /tmp.
Nov 15 10:29:02 PortableLM kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Nov 15 10:29:02 PortableLM systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
Nov 15 10:29:02 PortableLM kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Nov 15 10:29:02 PortableLM systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 15 10:29:02 PortableLM kernel: Bluetooth: Core ver 2.22
Nov 15 10:29:02 PortableLM kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 15 10:29:02 PortableLM kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 15 10:29:02 PortableLM systemd[1]: Starting Virtual Console Setup...
Nov 15 10:29:02 PortableLM kernel: mc: Linux media interface: v0.10
Nov 15 10:29:02 PortableLM kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Nov 15 10:29:02 PortableLM kernel: cfg80211: failed to load regulatory.db
Nov 15 10:29:02 PortableLM kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 15 10:29:02 PortableLM kernel: Bluetooth: HCI device and connection manager initialized
Nov 15 10:29:02 PortableLM kernel: Bluetooth: HCI socket layer initialized
Nov 15 10:29:02 PortableLM kernel: Bluetooth: L2CAP socket layer initialized
Nov 15 10:29:02 PortableLM kernel: Bluetooth: SCO socket layer initialized
Nov 15 10:29:02 PortableLM kernel: cryptd: max_cpu_qlen set to 1000
Nov 15 10:29:02 PortableLM kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 15 10:29:02 PortableLM systemd[1]: Mounted /boot.
Nov 15 10:29:02 PortableLM systemd[1]: Reached target Local File Systems.
Nov 15 10:29:02 PortableLM kernel: AVX2 version of gcm_enc/dec engaged.
Nov 15 10:29:02 PortableLM kernel: AES CTR mode by8 optimization enabled
Nov 15 10:29:02 PortableLM kernel: asus_wmi: Initialization: 0x1
Nov 15 10:29:02 PortableLM kernel: asus_wmi: BIOS WMI version: 9.0
Nov 15 10:29:02 PortableLM kernel: asus_wmi: SFUN value: 0x21
Nov 15 10:29:02 PortableLM kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Nov 15 10:29:02 PortableLM kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Nov 15 10:29:02 PortableLM systemd[1]: Starting Rebuild Dynamic Linker Cache...
Nov 15 10:29:02 PortableLM systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Nov 15 10:29:02 PortableLM systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 15 10:29:02 PortableLM systemd[1]: Starting Create Volatile Files and Directories...
Nov 15 10:29:02 PortableLM kernel: videodev: Linux video capture interface: v2.00
Nov 15 10:29:02 PortableLM kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input10
Nov 15 10:29:02 PortableLM kernel: i2c_hid_acpi i2c-ELAN1300:00: device returned incorrect report (2 vs 14 expected)
Nov 15 10:29:02 PortableLM kernel: hid-multitouch 0018:04F3:3087.0001: failed to fetch feature 14
Nov 15 10:29:02 PortableLM kernel: input: ELAN1300:00 04F3:3087 Mouse as /devices/platform/AMD0010:03/i2c-0/i2c-ELAN1300:00/0018:04F3:3087.0001/input/input11
Nov 15 10:29:02 PortableLM kernel: input: ELAN1300:00 04F3:3087 Touchpad as /devices/platform/AMD0010:03/i2c-0/i2c-ELAN1300:00/0018:04F3:3087.0001/input/input12
Nov 15 10:29:02 PortableLM kernel: hid-multitouch 0018:04F3:3087.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1300:00 04F3:3087] on i2c-ELAN1300:00
Nov 15 10:29:02 PortableLM systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Nov 15 10:29:02 PortableLM kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
Nov 15 10:29:02 PortableLM kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
Nov 15 10:29:02 PortableLM kernel: asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
Nov 15 10:29:02 PortableLM kernel: ACPI: battery: new extension: ASUS Battery Extension
Nov 15 10:29:02 PortableLM systemd[1]: Stopped Virtual Console Setup.
Nov 15 10:29:02 PortableLM systemd[1]: Starting Virtual Console Setup...
Nov 15 10:29:02 PortableLM kernel: mousedev: PS/2 mouse device common for all mice
Nov 15 10:29:02 PortableLM systemd[1]: Finished Virtual Console Setup.
Nov 15 10:29:02 PortableLM kernel: usbcore: registered new interface driver btusb
Nov 15 10:29:02 PortableLM kernel: Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
Nov 15 10:29:02 PortableLM kernel: Bluetooth: hci0: RTL: rom_version status=0 version=2
Nov 15 10:29:02 PortableLM kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_fw.bin
Nov 15 10:29:02 PortableLM kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_config.bin
Nov 15 10:29:02 PortableLM kernel: Bluetooth: hci0: RTL: cfg_sz 14, total sz 20270
Nov 15 10:29:02 PortableLM kernel: usb 1-1.4: Found UVC 1.00 device USB2.0 VGA UVC WebCam (13d3:5a07)
Nov 15 10:29:02 PortableLM kernel: snd_hda_intel 0000:00:01.1: Force to non-snoop mode
Nov 15 10:29:02 PortableLM kernel: snd_hda_intel 0000:00:09.2: enabling device (0004 -> 0006)
Nov 15 10:29:02 PortableLM systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 15 10:29:02 PortableLM kernel: usbcore: registered new interface driver uvcvideo
Nov 15 10:29:02 PortableLM systemd[1]: Reached target Bluetooth Support.
Nov 15 10:29:02 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0: autoconfig for Generic: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Nov 15 10:29:02 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 15 10:29:02 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
Nov 15 10:29:02 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:    mono: mono_out=0x0
Nov 15 10:29:02 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:    inputs:
Nov 15 10:29:02 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:      Internal Mic=0x1a
Nov 15 10:29:02 PortableLM kernel: snd_hda_codec_generic hdaudioC1D0:      Mic=0x19
Nov 15 10:29:02 PortableLM systemd[1]: Finished Create Volatile Files and Directories.
Nov 15 10:29:02 PortableLM systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 15 10:29:02 PortableLM systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 15 10:29:02 PortableLM systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 15 10:29:02 PortableLM kernel: snd_hda_intel 0000:00:01.1: bound 0000:00:01.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Nov 15 10:29:02 PortableLM kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:09.2/sound/card1/input13
Nov 15 10:29:02 PortableLM kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:09.2/sound/card1/input14
Nov 15 10:29:02 PortableLM systemd[1]: Starting Rebuild Journal Catalog...
Nov 15 10:29:02 PortableLM systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 15 10:29:02 PortableLM kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input15
Nov 15 10:29:03 PortableLM kernel: rtw_8822be 0000:01:00.0: enabling device (0000 -> 0003)
Nov 15 10:29:03 PortableLM kernel: rtw_8822be 0000:01:00.0: Firmware version 27.2.0, H2C version 13
Nov 15 10:29:03 PortableLM systemd[1]: Starting Network Name Resolution...
Nov 15 10:29:03 PortableLM systemd[1]: Starting Network Time Synchronization...
Nov 15 10:29:03 PortableLM systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 15 10:29:03 PortableLM kernel: kvm_amd: TSC scaling supported
Nov 15 10:29:03 PortableLM kernel: kvm_amd: Nested Virtualization enabled
Nov 15 10:29:03 PortableLM kernel: kvm_amd: Nested Paging enabled
Nov 15 10:29:03 PortableLM kernel: kvm_amd: Virtual GIF supported
Nov 15 10:29:03 PortableLM kernel: kvm_amd: LBR virtualization supported
Nov 15 10:29:03 PortableLM systemd[1]: Finished Rebuild Journal Catalog.
Nov 15 10:29:03 PortableLM kernel: rtw_8822be 0000:01:00.0 wlp1s0: renamed from wlan0
Nov 15 10:29:03 PortableLM kernel: MCE: In-kernel MCE decoding enabled.
Nov 15 10:29:03 PortableLM systemd[1]: Reached target Sound Card.
Nov 15 10:29:03 PortableLM systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 15 10:29:03 PortableLM systemd[1]: Finished Rebuild Dynamic Linker Cache.
Nov 15 10:29:03 PortableLM systemd-resolved[355]: Positive Trust Anchors:
Nov 15 10:29:03 PortableLM systemd-resolved[355]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Nov 15 10:29:03 PortableLM systemd-resolved[355]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Nov 15 10:29:03 PortableLM systemd[1]: Starting Update is Completed...
Nov 15 10:29:03 PortableLM systemd[1]: Started Network Time Synchronization.
Nov 15 10:29:03 PortableLM systemd[1]: Reached target System Time Set.
Nov 15 10:29:03 PortableLM systemd[1]: Finished Update is Completed.
Nov 15 10:29:03 PortableLM systemd-resolved[355]: Using system hostname 'PortableLM'.
Nov 15 10:29:03 PortableLM systemd[1]: Started Network Name Resolution.
Nov 15 10:29:03 PortableLM systemd[1]: Reached target Host and Network Name Lookups.
Nov 15 10:29:03 PortableLM systemd[1]: Reached target System Initialization.
Nov 15 10:29:03 PortableLM systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 15 10:29:03 PortableLM systemd[1]: Started Daily man-db regeneration.
Nov 15 10:29:03 PortableLM systemd[1]: Started Daily verification of password and group files.
Nov 15 10:29:03 PortableLM systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 15 10:29:03 PortableLM systemd[1]: Reached target Timer Units.
Nov 15 10:29:03 PortableLM systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 15 10:29:03 PortableLM systemd[1]: Reached target Socket Units.
Nov 15 10:29:03 PortableLM systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 15 10:29:03 PortableLM systemd[1]: Reached target Basic System.
Nov 15 10:29:03 PortableLM systemd[1]: Starting D-Bus System Message Bus...
Nov 15 10:29:03 PortableLM systemd[1]: Starting User Login Management...
Nov 15 10:29:03 PortableLM systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 15 10:29:03 PortableLM systemd[1]: Started D-Bus System Message Bus.
Nov 15 10:29:03 PortableLM systemd[1]: Starting Network Manager...
Nov 15 10:29:03 PortableLM systemd-logind[369]: New seat seat0.
Nov 15 10:29:03 PortableLM systemd-logind[369]: Watching system buttons on /dev/input/event3 (Power Button)
Nov 15 10:29:03 PortableLM systemd-logind[369]: Watching system buttons on /dev/input/event0 (Lid Switch)
Nov 15 10:29:03 PortableLM systemd-logind[369]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 15 10:29:03 PortableLM systemd-logind[369]: Watching system buttons on /dev/input/event2 (Sleep Button)
Nov 15 10:29:03 PortableLM systemd-logind[369]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Nov 15 10:29:03 PortableLM systemd[1]: Started User Login Management.
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.3294] NetworkManager (version 1.44.2-3) is starting... (boot:53a66a18-aacc-4d77-b246-82f762e0af84)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.3296] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: default-wifi-powersave-on.conf)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.3437] manager[0x563823819710]: monitoring kernel firmware directory '/lib/firmware'.
Nov 15 10:29:03 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=370 comm="/usr/bin/NetworkManager --no-daemon")
Nov 15 10:29:03 PortableLM systemd[1]: Starting Hostname Service...
Nov 15 10:29:03 PortableLM dbus-daemon[368]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 15 10:29:03 PortableLM systemd[1]: Started Hostname Service.
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.4488] hostname: hostname: using hostnamed
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.4488] hostname: static hostname changed from (none) to "PortableLM"
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.4496] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.4512] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.4/0000:01:00.0/ieee80211/phy0/rfkill1) (driver rtw_8822be)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.4516] manager[0x563823819710]: rfkill: Wi-Fi hardware radio set enabled
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.4516] manager[0x563823819710]: rfkill: WWAN hardware radio set enabled
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.4647] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.4656] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.4667] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.4689] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5106] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5130] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5134] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5135] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5136] manager: Networking is enabled by state file
Nov 15 10:29:03 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=370 comm="/usr/bin/NetworkManager --no-daemon")
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5142] settings: Loaded settings plugin: keyfile (internal)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5235] dhcp: init: Using DHCP client 'internal'
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5238] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5257] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5264] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5273] device (lo): Activation: starting connection 'lo' (9ec9350d-9e0c-4be0-a512-58d7b9371abd)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5278] device (wlp1s0): driver supports Access Point (AP) mode
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5287] manager: (wlp1s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Nov 15 10:29:03 PortableLM NetworkManager[370]: <info>  [1700062143.5291] device (wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 15 10:29:03 PortableLM systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 10:29:03 PortableLM dbus-daemon[368]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 10:29:03 PortableLM systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 10:29:03 PortableLM kernel: Bluetooth: hci0: RTL: fw version 0xab6b705c
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.0293] device (wlp1s0): set-hw-addr: set MAC address to E2:B2:1D:A1:38:B2 (scanning)
Nov 15 10:29:04 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=370 comm="/usr/bin/NetworkManager --no-daemon")
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.5083] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 15 10:29:04 PortableLM systemd[1]: Started Network Manager.
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.5116] ovsdb: disconnected from ovsdb
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.5118] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.5124] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.5131] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.5147] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.5227] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.5231] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.5242] device (lo): Activation: successful, device activated.
Nov 15 10:29:04 PortableLM systemd[1]: Starting WPA supplicant...
Nov 15 10:29:04 PortableLM dbus-daemon[368]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Nov 15 10:29:04 PortableLM systemd[1]: Started WPA supplicant.
Nov 15 10:29:04 PortableLM systemd[1]: Reached target Network.
Nov 15 10:29:04 PortableLM wpa_supplicant[393]: Successfully initialized wpa_supplicant
Nov 15 10:29:04 PortableLM systemd[1]: Started auto-cpufreq - Automatic CPU speed & power optimizer for Linux.
Nov 15 10:29:04 PortableLM systemd[1]: Starting Permit User Sessions...
Nov 15 10:29:04 PortableLM systemd[1]: Finished Permit User Sessions.
Nov 15 10:29:04 PortableLM systemd[1]: Reached target Multi-User System.
Nov 15 10:29:04 PortableLM wpa_supplicant[393]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 15 10:29:04 PortableLM systemd[1]: Started Simple Desktop Display Manager.
Nov 15 10:29:04 PortableLM systemd[1]: Reached target Graphical Interface.
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.6171] device (wlp1s0): supplicant interface state: internal-starting -> disconnected
Nov 15 10:29:04 PortableLM systemd[1]: Startup finished in 5.636s (firmware) + 6.249s (loader) + 9.522s (kernel) + 4.146s (userspace) = 25.555s.
Nov 15 10:29:04 PortableLM NetworkManager[370]: <info>  [1700062144.6172] device (wlp1s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 15 10:29:04 PortableLM sddm[397]: Initializing...
Nov 15 10:29:04 PortableLM sddm[397]: Starting...
Nov 15 10:29:04 PortableLM sddm[397]: Logind interface found
Nov 15 10:29:04 PortableLM sddm[397]: Adding new display...
Nov 15 10:29:04 PortableLM sddm[397]: Loaded empty theme configuration
Nov 15 10:29:04 PortableLM sddm[397]: Xauthority path: "/run/sddm/xauth_KNdkoE"
Nov 15 10:29:04 PortableLM sddm[397]: Using VT 2
Nov 15 10:29:04 PortableLM sddm[397]: Display server starting...
Nov 15 10:29:04 PortableLM sddm[397]: Writing cookie to "/run/sddm/xauth_KNdkoE"
Nov 15 10:29:04 PortableLM sddm[397]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_KNdkoE -noreset -displayfd 16
Nov 15 10:29:06 PortableLM sddm[397]: Setting default cursor
Nov 15 10:29:06 PortableLM sddm[397]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Nov 15 10:29:06 PortableLM sddm[397]: Display server started.
Nov 15 10:29:06 PortableLM sddm[397]: Socket server starting...
Nov 15 10:29:06 PortableLM sddm[397]: Socket server started.
Nov 15 10:29:06 PortableLM sddm[397]: Loading theme configuration from "/usr/share/sddm/themes/Sweet/theme.conf"
Nov 15 10:29:06 PortableLM sddm[397]: Greeter starting...
Nov 15 10:29:06 PortableLM sddm-helper[423]: [PAM] Starting...
Nov 15 10:29:06 PortableLM sddm-helper[423]: [PAM] Authenticating...
Nov 15 10:29:06 PortableLM sddm-helper[423]: [PAM] returning.
Nov 15 10:29:06 PortableLM sddm-helper[423]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=972) by (uid=0)
Nov 15 10:29:06 PortableLM systemd-logind[369]: New session c1 of user sddm.
Nov 15 10:29:06 PortableLM systemd[1]: Created slice User Slice of UID 972.
Nov 15 10:29:06 PortableLM systemd[1]: Starting User Runtime Directory /run/user/972...
Nov 15 10:29:06 PortableLM systemd[1]: Finished User Runtime Directory /run/user/972.
Nov 15 10:29:06 PortableLM systemd[1]: Starting User Manager for UID 972...
Nov 15 10:29:06 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.12' (uid=0 pid=427 comm="(systemd)")
Nov 15 10:29:06 PortableLM dbus-daemon[368]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 15 10:29:06 PortableLM (systemd)[427]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 15 10:29:06 PortableLM (systemd)[427]: pam_unix(systemd-user:session): session opened for user sddm(uid=972) by sddm(uid=0)
Nov 15 10:29:06 PortableLM wpa_supplicant[393]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 15 10:29:06 PortableLM systemd[427]: Queued start job for default target Main User Target.
Nov 15 10:29:06 PortableLM systemd[427]: Created slice User Application Slice.
Nov 15 10:29:06 PortableLM systemd[427]: Reached target Paths.
Nov 15 10:29:06 PortableLM systemd[427]: Reached target Timers.
Nov 15 10:29:06 PortableLM systemd[427]: Starting D-Bus User Message Bus Socket...
Nov 15 10:29:06 PortableLM systemd[427]: Listening on GnuPG network certificate management daemon.
Nov 15 10:29:06 PortableLM systemd[427]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 15 10:29:06 PortableLM systemd[427]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 15 10:29:06 PortableLM systemd[427]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 15 10:29:06 PortableLM systemd[427]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 15 10:29:06 PortableLM systemd[427]: Listening on p11-kit server.
Nov 15 10:29:06 PortableLM systemd[427]: Listening on PipeWire Multimedia System Sockets.
Nov 15 10:29:06 PortableLM systemd[427]: Listening on Sound System.
Nov 15 10:29:06 PortableLM systemd[427]: Listening on D-Bus User Message Bus Socket.
Nov 15 10:29:06 PortableLM systemd[427]: Reached target Sockets.
Nov 15 10:29:06 PortableLM systemd[427]: Reached target Basic System.
Nov 15 10:29:06 PortableLM systemd[1]: Started User Manager for UID 972.
Nov 15 10:29:06 PortableLM wpa_supplicant[393]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 15 10:29:06 PortableLM systemd[427]: Starting Update XDG user dir configuration...
Nov 15 10:29:06 PortableLM systemd[1]: Started Session c1 of User sddm.
Nov 15 10:29:06 PortableLM systemd[427]: Finished Update XDG user dir configuration.
Nov 15 10:29:06 PortableLM systemd[427]: Reached target Main User Target.
Nov 15 10:29:06 PortableLM systemd[427]: Startup finished in 233ms.
Nov 15 10:29:06 PortableLM sddm-helper[423]: Writing cookie to "/tmp/xauth_nSZIIl"
Nov 15 10:29:06 PortableLM sddm-helper[423]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-sFMvLp --theme /usr/share/sddm/themes/Sweet"
Nov 15 10:29:06 PortableLM sddm[397]: Greeter session started successfully
Nov 15 10:29:06 PortableLM sddm-greeter[444]: High-DPI autoscaling Enabled
Nov 15 10:29:06 PortableLM sddm-greeter[444]: Reading from "/usr/local/share/xsessions/plasma.desktop"
Nov 15 10:29:06 PortableLM sddm-greeter[444]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 15 10:29:06 PortableLM sddm-greeter[444]: Loading theme configuration from "/usr/share/sddm/themes/Sweet/theme.conf"
Nov 15 10:29:06 PortableLM systemd[427]: Created slice User Core Session Slice.
Nov 15 10:29:06 PortableLM systemd[427]: Starting D-Bus User Message Bus...
Nov 15 10:29:06 PortableLM systemd[427]: Started D-Bus User Message Bus.
Nov 15 10:29:06 PortableLM sddm-greeter[444]: Connected to the daemon.
Nov 15 10:29:06 PortableLM sddm[397]: Message received from greeter: Connect
Nov 15 10:29:06 PortableLM kernel: sddm-greeter[444]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Nov 15 10:29:06 PortableLM sddm-greeter[444]: Loading file:///usr/share/sddm/themes/Sweet/Main.qml...
Nov 15 10:29:06 PortableLM sddm-greeter[444]: QObject: Cannot create children for a parent that is in a different thread.
                                              (Parent is QGuiApplication(0x7fffe17f61f0), parent's thread is QThread(0x562ec6440a30), current thread is QThread(0x562ec6853540)
Nov 15 10:29:06 PortableLM sddm-greeter[444]: QObject: Cannot create children for a parent that is in a different thread.
                                              (Parent is QGuiApplication(0x7fffe17f61f0), parent's thread is QThread(0x562ec6440a30), current thread is QThread(0x562ec6853540)
Nov 15 10:29:07 PortableLM sddm-greeter[444]: QObject: Cannot create children for a parent that is in a different thread.
                                              (Parent is QGuiApplication(0x7fffe17f61f0), parent's thread is QThread(0x562ec6440a30), current thread is QThread(0x562ec6853540)
Nov 15 10:29:07 PortableLM sddm-greeter[444]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Nov 15 10:29:07 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/Main.qml:440:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 15 10:29:07 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/VirtualKeyboard.qml:21:1: module "QtQuick.VirtualKeyboard" is not installed
Nov 15 10:29:07 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/Login.qml:94:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 15 10:29:07 PortableLM sddm-greeter[444]: Adding view for "eDP" QRect(0,0 1920x1080)
Nov 15 10:29:07 PortableLM sddm-greeter[444]: Message received from daemon: Capabilities
Nov 15 10:29:07 PortableLM sddm-greeter[444]: Message received from daemon: HostName
Nov 15 10:29:08 PortableLM systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 15 10:29:08 PortableLM wpa_supplicant[393]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 15 10:29:08 PortableLM wpa_supplicant[393]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 15 10:29:09 PortableLM wpa_supplicant[393]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 15 10:29:09 PortableLM NetworkManager[370]: <info>  [1700062149.2593] manager: startup complete
Nov 15 10:29:13 PortableLM sddm-greeter[444]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 15 10:29:13 PortableLM sddm[397]: Message received from greeter: Login
Nov 15 10:29:13 PortableLM sddm[397]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 15 10:29:13 PortableLM sddm[397]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2
Nov 15 10:29:13 PortableLM sddm-helper[512]: [PAM] Starting...
Nov 15 10:29:13 PortableLM sddm-helper[512]: [PAM] Authenticating...
Nov 15 10:29:13 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.14' (uid=0 pid=512 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-")
Nov 15 10:29:13 PortableLM dbus-daemon[368]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 15 10:29:13 PortableLM sddm-helper[512]: [PAM] Preparing to converse...
Nov 15 10:29:13 PortableLM sddm-helper[512]: [PAM] Conversation with 1 messages
Nov 15 10:29:13 PortableLM sddm-helper[512]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Nov 15 10:29:13 PortableLM sddm-helper[512]: [PAM] returning.
Nov 15 10:29:13 PortableLM sddm[397]: Authentication for user  "laurent"  successful
Nov 15 10:29:13 PortableLM sddm-greeter[444]: Message received from daemon: LoginSucceeded
Nov 15 10:29:13 PortableLM sddm-helper[512]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Nov 15 10:29:13 PortableLM sddm-helper[512]: pam_unix(sddm:session): session opened for user laurent(uid=1000) by laurent(uid=0)
Nov 15 10:29:13 PortableLM systemd[1]: Created slice User Slice of UID 1000.
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/Main.qml:415: TypeError: Cannot read property 'smallSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Nov 15 10:29:13 PortableLM systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:83: TypeError: Cannot read property 'gridUnit' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:112: TypeError: Cannot read property 'smallSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:98: TypeError: Cannot read property 'gridUnit' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:99: TypeError: Cannot read property 'gridUnit' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:89: TypeError: Cannot read property 'gridUnit' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/UserList.qml:25: TypeError: Cannot read property 'gridUnit' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/UserList.qml:26: TypeError: Cannot read property 'gridUnit' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:118: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:44: TypeError: Cannot read property 'smallSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:84: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:110: TypeError: Cannot read property 'gridUnit' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:90: TypeError: Cannot read property 'longDuration' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:50: TypeError: Cannot read property 'longDuration' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/Main.qml:202: TypeError: Cannot read property 'longDuration' of null
Nov 15 10:29:13 PortableLM sddm-greeter[444]: file:///usr/share/sddm/themes/Sweet/Main.qml:420: TypeError: Cannot read property 'longDuration' of null
Nov 15 10:29:13 PortableLM systemd-logind[369]: New session 2 of user laurent.
Nov 15 10:29:13 PortableLM systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 15 10:29:13 PortableLM sddm-helper[423]: [PAM] Closing session
Nov 15 10:29:13 PortableLM sddm-helper[423]: [PAM] Ended.
Nov 15 10:29:13 PortableLM sddm-helper[423]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 15 10:29:13 PortableLM systemd[1]: Starting User Manager for UID 1000...
Nov 15 10:29:13 PortableLM systemd[1]: session-c1.scope: Deactivated successfully.
Nov 15 10:29:13 PortableLM sddm[397]: Auth: sddm-helper exited successfully
Nov 15 10:29:13 PortableLM sddm[397]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Nov 15 10:29:13 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.18' (uid=0 pid=515 comm="(systemd)")
Nov 15 10:29:13 PortableLM systemd-logind[369]: Session c1 logged out. Waiting for processes to exit.
Nov 15 10:29:13 PortableLM dbus-daemon[368]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 15 10:29:13 PortableLM (systemd)[515]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[laurent] ruser=[<unknown>] rhost=[<unknown>]
Nov 15 10:29:13 PortableLM (systemd)[515]: pam_unix(systemd-user:session): session opened for user laurent(uid=1000) by laurent(uid=0)
Nov 15 10:29:13 PortableLM systemd-logind[369]: Removed session c1.
Nov 15 10:29:13 PortableLM systemd-xdg-autostart-generator[520]: Exec binary '/usr/bin/teams' does not exist: No such file or directory
Nov 15 10:29:13 PortableLM systemd-journald[211]: /var/log/journal/5da0f8618ec54675833f5850ef119464/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Nov 15 10:29:13 PortableLM systemd-xdg-autostart-generator[520]: /home/laurent/.config/autostart/teams.desktop: not generating unit, executable specified in Exec= does not exist.
Nov 15 10:29:13 PortableLM systemd[515]: Queued start job for default target Main User Target.
Nov 15 10:29:13 PortableLM systemd[515]: Created slice User Application Slice.
Nov 15 10:29:13 PortableLM systemd[515]: Reached target Paths.
Nov 15 10:29:13 PortableLM systemd[515]: Reached target Timers.
Nov 15 10:29:13 PortableLM systemd[515]: Starting D-Bus User Message Bus Socket...
Nov 15 10:29:13 PortableLM systemd[515]: Listening on GnuPG network certificate management daemon.
Nov 15 10:29:13 PortableLM systemd[515]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 15 10:29:13 PortableLM systemd[515]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 15 10:29:13 PortableLM systemd[515]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 15 10:29:13 PortableLM systemd[515]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 15 10:29:13 PortableLM systemd[515]: Listening on p11-kit server.
Nov 15 10:29:13 PortableLM systemd[515]: Listening on PipeWire Multimedia System Sockets.
Nov 15 10:29:13 PortableLM systemd[515]: Listening on Sound System.
Nov 15 10:29:13 PortableLM systemd[515]: Listening on D-Bus User Message Bus Socket.
Nov 15 10:29:13 PortableLM systemd[515]: Reached target Sockets.
Nov 15 10:29:13 PortableLM systemd[515]: Reached target Basic System.
Nov 15 10:29:13 PortableLM systemd[1]: Started User Manager for UID 1000.
Nov 15 10:29:13 PortableLM systemd[515]: Starting Update XDG user dir configuration...
Nov 15 10:29:13 PortableLM systemd[1]: Started Session 2 of User laurent.
Nov 15 10:29:13 PortableLM systemd[515]: Finished Update XDG user dir configuration.
Nov 15 10:29:13 PortableLM sddm-helper[512]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Nov 15 10:29:13 PortableLM systemd[515]: Reached target Main User Target.
Nov 15 10:29:13 PortableLM systemd[515]: Startup finished in 255ms.
Nov 15 10:29:13 PortableLM systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 15 10:29:13 PortableLM wpa_supplicant[393]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 15 10:29:13 PortableLM sddm-helper[530]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Nov 15 10:29:13 PortableLM sddm-helper[512]: Writing cookie to "/tmp/xauth_DcjwCj"
Nov 15 10:29:13 PortableLM sddm-helper[512]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Nov 15 10:29:13 PortableLM sddm[397]: Session started true
Nov 15 10:29:13 PortableLM systemd[515]: Created slice User Core Session Slice.
Nov 15 10:29:13 PortableLM systemd[515]: Starting D-Bus User Message Bus...
Nov 15 10:29:13 PortableLM systemd[515]: Started D-Bus User Message Bus.
Nov 15 10:29:13 PortableLM NetworkManager[370]: <info>  [1700062153.6798] policy: auto-activating connection 'Caféine' (4bc00ab3-2ae8-4262-b997-84357a257efd)
Nov 15 10:29:13 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Successfully activated service 'org.freedesktop.systemd1'
Nov 15 10:29:13 PortableLM NetworkManager[370]: <info>  [1700062153.6806] device (wlp1s0): Activation: starting connection 'Caféine' (4bc00ab3-2ae8-4262-b997-84357a257efd)
Nov 15 10:29:13 PortableLM NetworkManager[370]: <info>  [1700062153.6807] device (wlp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 10:29:13 PortableLM NetworkManager[370]: <info>  [1700062153.6811] manager: NetworkManager state is now CONNECTING
Nov 15 10:29:13 PortableLM NetworkManager[370]: <info>  [1700062153.7228] device (wlp1s0): set-hw-addr: reset MAC address to DC:F5:05:77:7F:FD (preserve)
Nov 15 10:29:13 PortableLM systemd[515]: Reloading requested from client PID 532 ('startplasma-x11')...
Nov 15 10:29:13 PortableLM systemd[515]: Reloading...
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2100] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2112] device (wlp1s0): Activation: (wifi) access point 'Caféine' has security, but secrets are required.
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2113] device (wlp1s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2124] device (wlp1s0): supplicant interface state: disconnected -> interface_disabled
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2144] device (wlp1s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2151] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2160] device (wlp1s0): Activation: (wifi) connection 'Caféine' has security, and secrets exist.  No new secrets needed.
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2163] Config: added 'ssid' value 'Caféine'
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2163] Config: added 'scan_ssid' value '1'
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2163] Config: added 'bgscan' value 'simple:30:-65:300'
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2164] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2164] Config: added 'psk' value '<hidden>'
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.2241] device (wlp1s0): supplicant interface state: interface_disabled -> inactive
Nov 15 10:29:14 PortableLM kernel: wlp1s0: authenticate with de:36:0c:29:8f:f0
Nov 15 10:29:14 PortableLM wpa_supplicant[393]: wlp1s0: SME: Trying to authenticate with de:36:0c:29:8f:f0 (SSID='Caf\xc3\xa9ine' freq=5765 MHz)
Nov 15 10:29:14 PortableLM ksplashqml[542]: file:///home/laurent/.local/share/plasma/look-and-feel/1604-Arch-Splash/contents/splash/Splash.qml:88: ReferenceError: bottomRect is not defined
Nov 15 10:29:14 PortableLM systemd-xdg-autostart-generator[567]: Exec binary '/usr/bin/teams' does not exist: No such file or directory
Nov 15 10:29:14 PortableLM systemd-xdg-autostart-generator[567]: /home/laurent/.config/autostart/teams.desktop: not generating unit, executable specified in Exec= does not exist.
Nov 15 10:29:14 PortableLM systemd[515]: Reloading finished in 496 ms.
Nov 15 10:29:14 PortableLM systemd[515]: Created slice User Background Tasks Slice.
Nov 15 10:29:14 PortableLM systemd[515]: Reached target Session services which should run early before the graphical session is brought up.
Nov 15 10:29:14 PortableLM systemd[515]: Starting KDE Config Module Initialization...
Nov 15 10:29:14 PortableLM systemd[515]: Starting Baloo File Indexer Daemon...
Nov 15 10:29:14 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.4' (uid=1000 pid=575 comm="/usr/bin/kcminit_startup")
Nov 15 10:29:14 PortableLM systemd[515]: Starting Portal service...
Nov 15 10:29:14 PortableLM systemd[515]: Started Baloo File Indexer Daemon.
Nov 15 10:29:14 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.6' (uid=1000 pid=578 comm="/usr/lib/xdg-desktop-portal")
Nov 15 10:29:14 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.20' (uid=1000 pid=574 comm="/usr/lib/baloo_file")
Nov 15 10:29:14 PortableLM systemd[515]: Starting flatpak document portal service...
Nov 15 10:29:14 PortableLM systemd[1]: Starting Disk Manager...
Nov 15 10:29:14 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.7' (uid=1000 pid=584 comm="/usr/lib/xdg-document-portal")
Nov 15 10:29:14 PortableLM systemd[515]: Starting sandboxed app permission store...
Nov 15 10:29:14 PortableLM udisksd[586]: udisks daemon version 2.10.1 starting
Nov 15 10:29:14 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 15 10:29:14 PortableLM systemd[515]: Started sandboxed app permission store.
Nov 15 10:29:14 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 15 10:29:14 PortableLM systemd[515]: Started flatpak document portal service.
Nov 15 10:29:14 PortableLM kcminit_startup[575]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Nov 15 10:29:14 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.21' (uid=0 pid=586 comm="/usr/lib/udisks2/udisksd")
Nov 15 10:29:14 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.22' (uid=1000 pid=578 comm="/usr/lib/xdg-desktop-portal")
Nov 15 10:29:14 PortableLM systemd[1]: Starting Authorization Manager...
Nov 15 10:29:14 PortableLM systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 15 10:29:14 PortableLM kcminit_startup[575]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Nov 15 10:29:14 PortableLM kcminit_startup[575]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
Nov 15 10:29:14 PortableLM dbus-daemon[368]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 15 10:29:14 PortableLM systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 15 10:29:14 PortableLM rtkit-daemon[608]: Successfully called chroot.
Nov 15 10:29:14 PortableLM rtkit-daemon[608]: Successfully dropped privileges.
Nov 15 10:29:14 PortableLM rtkit-daemon[608]: Successfully limited resources.
Nov 15 10:29:14 PortableLM rtkit-daemon[608]: Running.
Nov 15 10:29:14 PortableLM rtkit-daemon[608]: Watchdog thread running.
Nov 15 10:29:14 PortableLM rtkit-daemon[608]: Canary thread running.
Nov 15 10:29:14 PortableLM rtkit-daemon[608]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 10:29:14 PortableLM rtkit-daemon[608]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 10:29:14 PortableLM rtkit-daemon[608]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 10:29:14 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.6' (uid=1000 pid=578 comm="/usr/lib/xdg-desktop-portal")
Nov 15 10:29:14 PortableLM polkitd[606]: Started polkitd version 123
Nov 15 10:29:14 PortableLM polkitd[606]: Loading rules from directory /etc/polkit-1/rules.d
Nov 15 10:29:14 PortableLM polkitd[606]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 15 10:29:14 PortableLM polkitd[606]: Finished loading, compiling and executing 5 rules
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.7966] device (wlp1s0): supplicant interface state: inactive -> authenticating
Nov 15 10:29:14 PortableLM dbus-daemon[368]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 15 10:29:14 PortableLM systemd[1]: Started Authorization Manager.
Nov 15 10:29:14 PortableLM wpa_supplicant[393]: wlp1s0: Trying to associate with de:36:0c:29:8f:f0 (SSID='Caf\xc3\xa9ine' freq=5765 MHz)
Nov 15 10:29:14 PortableLM kernel: wlp1s0: send auth to de:36:0c:29:8f:f0 (try 1/3)
Nov 15 10:29:14 PortableLM kernel: wlp1s0: authenticated
Nov 15 10:29:14 PortableLM kernel: wlp1s0: associate with de:36:0c:29:8f:f0 (try 1/3)
Nov 15 10:29:14 PortableLM polkitd[606]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.7989] device (wlp1s0): supplicant interface state: authenticating -> associating
Nov 15 10:29:14 PortableLM wpa_supplicant[393]: wlp1s0: Associated with de:36:0c:29:8f:f0
Nov 15 10:29:14 PortableLM wpa_supplicant[393]: wlp1s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 15 10:29:14 PortableLM kernel: wlp1s0: RX AssocResp from de:36:0c:29:8f:f0 (capab=0x1511 status=0 aid=2)
Nov 15 10:29:14 PortableLM kernel: wlp1s0: associated
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.8090] device (wlp1s0): supplicant interface state: associating -> associated
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.8202] device (wlp1s0): supplicant interface state: associated -> 4way_handshake
Nov 15 10:29:14 PortableLM dbus-daemon[368]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 15 10:29:14 PortableLM systemd[1]: Started Disk Manager.
Nov 15 10:29:14 PortableLM udisksd[586]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 15 10:29:14 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.20' (uid=1000 pid=574 comm="/usr/lib/baloo_file")
Nov 15 10:29:14 PortableLM systemd[1]: Starting Daemon for power management...
Nov 15 10:29:14 PortableLM wpa_supplicant[393]: wlp1s0: WPA: Key negotiation completed with de:36:0c:29:8f:f0 [PTK=CCMP GTK=CCMP]
Nov 15 10:29:14 PortableLM wpa_supplicant[393]: wlp1s0: CTRL-EVENT-CONNECTED - Connection to de:36:0c:29:8f:f0 completed [id=0 id_str=]
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.9051] device (wlp1s0): supplicant interface state: 4way_handshake -> completed
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.9051] device (wlp1s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Caféine"
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.9053] device (wlp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 15 10:29:14 PortableLM NetworkManager[370]: <info>  [1700062154.9061] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 10:29:14 PortableLM systemd[515]: Started KDE Config Module Initialization.
Nov 15 10:29:14 PortableLM systemd[515]: Starting KDE Session Management Server...
Nov 15 10:29:14 PortableLM systemd[515]: Started Unlock kwallet from pam credentials.
Nov 15 10:29:14 PortableLM kernel: wlp1s0: Limiting TX power to 30 (30 - 0) dBm as advertised by de:36:0c:29:8f:f0
Nov 15 10:29:14 PortableLM systemd[515]: Starting KDE Daemon...
Nov 15 10:29:14 PortableLM systemd[515]: Starting KDE Window Manager...
Nov 15 10:29:15 PortableLM dbus-daemon[368]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 15 10:29:15 PortableLM systemd[1]: Started Daemon for power management.
Nov 15 10:29:15 PortableLM systemd[515]: Started KDE Daemon.
Nov 15 10:29:15 PortableLM systemd[515]: Starting KDE Configuration Module Initialization (Phase 1)...
Nov 15 10:29:15 PortableLM kcminit_startup[575]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
Nov 15 10:29:15 PortableLM ksmserver[645]: Qt: Session management error: networkIdsList argument is NULL
Nov 15 10:29:15 PortableLM kcminit_startup[575]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Nov 15 10:29:15 PortableLM kcminit_startup[575]: kcm_touchpad: Using X11 backend
Nov 15 10:29:15 PortableLM systemd[515]: Finished KDE Configuration Module Initialization (Phase 1).
Nov 15 10:29:15 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.11' (uid=1000 pid=645 comm="/usr/bin/ksmserver")
Nov 15 10:29:15 PortableLM systemd[515]: Starting KDE Global Shortcuts Server...
Nov 15 10:29:15 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Successfully activated service 'org.kde.kglobalaccel'
Nov 15 10:29:15 PortableLM systemd[515]: Started KDE Global Shortcuts Server.
Nov 15 10:29:15 PortableLM kded5[647]: Installing the delayed initialization callback.
Nov 15 10:29:15 PortableLM kernel: warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Nov 15 10:29:15 PortableLM ksmserver[645]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.15'
Nov 15 10:29:15 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.10' (uid=1000 pid=647 comm="/usr/bin/kded5")
Nov 15 10:29:15 PortableLM systemd[515]: Starting KActivityManager Activity manager Service...
Nov 15 10:29:15 PortableLM systemd[515]: Started KDE Session Management Server.
Nov 15 10:29:15 PortableLM systemd[515]: Starting KDE Plasma Workspace...
Nov 15 10:29:15 PortableLM kded5[647]: print-manager.kded: unable to register service to dbus
Nov 15 10:29:15 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.14' (uid=1000 pid=647 comm="/usr/bin/kded5")
Nov 15 10:29:15 PortableLM systemd[515]: Starting User preferences database...
Nov 15 10:29:15 PortableLM systemd[515]: Started KDE Window Manager.
Nov 15 10:29:15 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Successfully activated service 'ca.desrt.dconf'
Nov 15 10:29:15 PortableLM systemd[515]: Started User preferences database.
Nov 15 10:29:15 PortableLM NetworkManager[370]: <info>  [1700062155.6675] agent-manager: agent[cccb9609148fc2ee,:1.26/org.kde.plasma.networkmanagement/1000]: agent registered
Nov 15 10:29:15 PortableLM NetworkManager[370]: <info>  [1700062155.8067] dhcp4 (wlp1s0): state changed new lease, address=192.168.0.20
Nov 15 10:29:15 PortableLM NetworkManager[370]: <info>  [1700062155.8072] policy: set 'Caféine' (wlp1s0) as default for IPv4 routing and DNS
Nov 15 10:29:15 PortableLM systemd-resolved[355]: wlp1s0: Bus client set search domain list to: hitronhub.home
Nov 15 10:29:15 PortableLM systemd-resolved[355]: wlp1s0: Bus client set default route setting: yes
Nov 15 10:29:15 PortableLM systemd-resolved[355]: wlp1s0: Bus client set DNS server list to: 192.168.0.1
Nov 15 10:29:15 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=370 comm="/usr/bin/NetworkManager --no-daemon")
Nov 15 10:29:15 PortableLM NetworkManager[370]: <info>  [1700062155.8178] device (wlp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 15 10:29:15 PortableLM systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 10:29:15 PortableLM dbus-daemon[368]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 10:29:15 PortableLM systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 10:29:15 PortableLM NetworkManager[370]: <info>  [1700062155.8590] device (wlp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 15 10:29:15 PortableLM NetworkManager[370]: <info>  [1700062155.8596] device (wlp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 15 10:29:15 PortableLM NetworkManager[370]: <info>  [1700062155.8607] manager: NetworkManager state is now CONNECTED_SITE
Nov 15 10:29:15 PortableLM NetworkManager[370]: <info>  [1700062155.8626] device (wlp1s0): Activation: successful, device activated.
Nov 15 10:29:15 PortableLM kded5[647]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface: The name org.wicd.daemon was not provided by any .service files
Nov 15 10:29:15 PortableLM kded5[647]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
Nov 15 10:29:15 PortableLM kded5[647]: kcm_touchpad: Using X11 backend
Nov 15 10:29:15 PortableLM kded5[647]: 
Nov 15 10:29:15 PortableLM kded5[647]: Delayed initialization.
Nov 15 10:29:15 PortableLM kded5[647]: Reloading the khotkeys configuration
Nov 15 10:29:15 PortableLM kwin_x11[648]: OpenGL vendor string:                   AMD
Nov 15 10:29:15 PortableLM kwin_x11[648]: OpenGL renderer string:                 AMD Radeon R7 Graphics (carrizo, LLVM 16.0.6, DRM 3.54, 6.6.1-arch1-1)
Nov 15 10:29:15 PortableLM kwin_x11[648]: OpenGL version string:                  4.6 (Compatibility Profile) Mesa 23.2.1-arch1.2
Nov 15 10:29:15 PortableLM kwin_x11[648]: OpenGL shading language version string: 4.60
Nov 15 10:29:15 PortableLM kwin_x11[648]: Driver:                                 Unknown
Nov 15 10:29:15 PortableLM kwin_x11[648]: GPU class:                              Unknown
Nov 15 10:29:15 PortableLM kwin_x11[648]: OpenGL version:                         4.6
Nov 15 10:29:15 PortableLM kwin_x11[648]: GLSL version:                           4.60
Nov 15 10:29:15 PortableLM kwin_x11[648]: Mesa version:                           23.2.1
Nov 15 10:29:15 PortableLM kwin_x11[648]: X server version:                       1.21.1
Nov 15 10:29:15 PortableLM kwin_x11[648]: Linux kernel version:                   6.6.1
Nov 15 10:29:15 PortableLM kwin_x11[648]: Requires strict binding:                yes
Nov 15 10:29:15 PortableLM kwin_x11[648]: GLSL shaders:                           yes
Nov 15 10:29:15 PortableLM kwin_x11[648]: Texture NPOT support:                   yes
Nov 15 10:29:15 PortableLM kwin_x11[648]: Virtual Machine:                        no
Nov 15 10:29:15 PortableLM kded5[647]: Version 2 File!
Nov 15 10:29:15 PortableLM kded5[647]: true
Nov 15 10:29:15 PortableLM kded5[647]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
Nov 15 10:29:15 PortableLM kded5[647]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
Nov 15 10:29:15 PortableLM kded5[647]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Nov 15 10:29:15 PortableLM plasmashell[709]: Checking screens: available: (QScreen(0x55967b0996c0, name="eDP")) redundant: QHash() fake: QSet() all: (QScreen(0x55967b0996c0, name="eDP"))
Nov 15 10:29:15 PortableLM plasmashell[709]: Checking screens: available: (QScreen(0x55967b0996c0, name="eDP")) redundant: QHash() fake: QSet() all: (QScreen(0x55967b0996c0, name="eDP"))
Nov 15 10:29:16 PortableLM systemd[515]: Started KDE Plasma Workspace.
Nov 15 10:29:16 PortableLM systemd[515]: Reached target KDE Plasma Workspace Core.
Nov 15 10:29:16 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Successfully activated service 'org.kde.ActivityManager'
Nov 15 10:29:16 PortableLM systemd[515]: Started Proxies GTK DBus menus to a Plasma readable format.
Nov 15 10:29:16 PortableLM systemd[515]: Starting KDE PolicyKit Authentication Agent...
Nov 15 10:29:16 PortableLM systemd[515]: Starting Powerdevil...
Nov 15 10:29:16 PortableLM systemd[515]: Starting Xdg Desktop Portal For KDE...
Nov 15 10:29:16 PortableLM systemd[515]: Started Handle legacy xembed system tray icons.
Nov 15 10:29:16 PortableLM systemd[515]: Started KActivityManager Activity manager Service.
Nov 15 10:29:16 PortableLM NetworkManager[370]: <info>  [1700062156.2021] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.26' (uid=1000 pid=647 comm="/usr/bin/kded5")
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.26' (uid=1000 pid=647 comm="/usr/bin/kded5")
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 15 10:29:16 PortableLM kded5[647]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                        "Unit dbus-org.freedesktop.ModemManager1.service not found."
Nov 15 10:29:16 PortableLM plasmashell[709]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Nov 15 10:29:16 PortableLM plasmashell[709]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Nov 15 10:29:16 PortableLM plasmashell[709]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Nov 15 10:29:16 PortableLM plasmashell[709]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Activating service name='org.kde.kded.smart' requested by ':1.26' (uid=1000 pid=647 comm="/usr/bin/kded5") (using servicehelper)
Nov 15 10:29:16 PortableLM plasmashell[709]: kf.plasma.quick: Applet preload policy set to 1
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Successfully activated service 'org.kde.kded.smart'
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.26' (uid=1000 pid=647 comm="/usr/bin/kded5")
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Nov 15 10:29:16 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.10' (uid=1000 pid=647 comm="/usr/bin/kded5")
Nov 15 10:29:16 PortableLM kded5[647]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 15 10:29:16 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Activating via systemd: service name='org.kde.KScreen' unit='plasma-kscreen.service' requested by ':1.10' (uid=1000 pid=647 comm="/usr/bin/kded5")
Nov 15 10:29:16 PortableLM kded5[647]: Known activities: ("adbf9457-cf5b-44b4-bb42-3093048033f2")
Nov 15 10:29:16 PortableLM kded5[647]: kf.bluezqt: PendingCall Error: "Unit dbus-org.bluez.service not found."
Nov 15 10:29:16 PortableLM systemd[515]: Starting Bluetooth OBEX service...
Nov 15 10:29:16 PortableLM systemd[515]: Starting KScreen...
Nov 15 10:29:16 PortableLM obexd[785]: OBEX daemon 5.70
Nov 15 10:29:16 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Successfully activated service 'org.bluez.obex'
Nov 15 10:29:16 PortableLM systemd[515]: Started Bluetooth OBEX service.
Nov 15 10:29:16 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
Nov 15 10:29:16 PortableLM systemd[515]: Started Xdg Desktop Portal For KDE.
Nov 15 10:29:16 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Successfully activated service 'org.kde.KScreen'
Nov 15 10:29:16 PortableLM systemd[515]: Started KScreen.
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.31' (uid=1000 pid=756 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr: Connected output 81 to CRTC 78
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper: Detected XRandR 1.6
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper: Event Base:  89
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper: Event Error:  147
Nov 15 10:29:16 PortableLM kded5[647]: kscreen.kded: PowerDevil SuspendSession action not available!
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr: XRandR::setConfig
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr: Needed CRTCs:  1
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr: Actions to perform:
                                                                   Priorities: true
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr:         Output 81 
                                                                           Old: "0" 
                                                                           New: "1"
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr:         Change Screen Size: false
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr:         Disable outputs: false
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr:         Change outputs: false
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr:         Enable outputs: false
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr: RRSetOutputPrimary 
                                                                   New priority: 1
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr: RRSetOutputPrimary 
                                                                   New priority: 0
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr: RRSetOutputPrimary 
                                                                   New priority: 0
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xrandr: XRandR::setConfig done!
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper:         Timestamp:  25673
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper:         Output:  81
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper:         Timestamp:  25673
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper:         Output:  81
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Nov 15 10:29:16 PortableLM kscreen_backend_launcher[790]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Nov 15 10:29:16 PortableLM systemd[515]: Started PipeWire Multimedia Service.
Nov 15 10:29:16 PortableLM systemd[515]: Started PipeWire Media Session Manager.
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.31' (uid=1000 pid=756 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 10:29:16 PortableLM systemd[515]: Started KDE PolicyKit Authentication Agent.
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Successfully made thread 817 of process 817 owned by '1000' high priority at nice level -11.
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Supervising 1 threads of 1 processes of 1 users.
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Supervising 1 threads of 1 processes of 1 users.
Nov 15 10:29:16 PortableLM polkit-kde-authentication-agent-1[755]: New PolkitAgentListener  0x5612f024d900
Nov 15 10:29:16 PortableLM polkit-kde-authentication-agent-1[755]: Adding new listener  PolkitQt1::Agent::Listener(0x5612f024d2f0) for  0x5612f024d900
Nov 15 10:29:16 PortableLM polkit-kde-authentication-agent-1[755]: Listener online
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Successfully made thread 831 of process 817 owned by '1000' RT at priority 20.
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Supervising 2 threads of 1 processes of 1 users.
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Successfully made thread 830 of process 822 owned by '1000' RT at priority 20.
Nov 15 10:29:16 PortableLM rtkit-daemon[608]: Supervising 3 threads of 2 processes of 1 users.
Nov 15 10:29:16 PortableLM polkitd[606]: Registered Authentication Agent for unix-session:2 (system bus name :1.44 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 15 10:29:16 PortableLM polkit-kde-authentication-agent-1[755]: Authentication agent result: true
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.31' (uid=1000 pid=756 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 15 10:29:16 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 15 10:29:16 PortableLM systemd[515]: Started Portal service.
Nov 15 10:29:16 PortableLM baloo_file[574]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.21'
Nov 15 10:29:16 PortableLM baloo_file[574]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.25'
Nov 15 10:29:16 PortableLM dbus-daemon[368]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 15 10:29:17 PortableLM systemd[515]: Started Powerdevil.
Nov 15 10:29:17 PortableLM systemd[515]: Reached target KDE Plasma Workspace.
Nov 15 10:29:17 PortableLM systemd[515]: Reached target Current graphical user session.
Nov 15 10:29:17 PortableLM systemd[515]: Reached target plasma-workspace-x11.target.
Nov 15 10:29:17 PortableLM systemd[515]: Starting AT-SPI D-Bus Bus...
Nov 15 10:29:17 PortableLM systemd[515]: Starting Geoclue Demo agent...
Nov 15 10:29:17 PortableLM systemd[515]: Starting Accessibility...
Nov 15 10:29:17 PortableLM systemd[515]: Starting KAlarm...
Nov 15 10:29:17 PortableLM org_kde_powerdevil[756]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Nov 15 10:29:17 PortableLM systemd[515]: Starting Klipper...
Nov 15 10:29:17 PortableLM systemd[515]: Starting KMix...
Nov 15 10:29:17 PortableLM systemd[515]: Starting Konqueror preloading during desktop environment startup...
Nov 15 10:29:17 PortableLM systemd[515]: Starting Discover...
Nov 15 10:29:17 PortableLM systemd[515]: Starting Calendar Reminders...
Nov 15 10:29:17 PortableLM systemd[515]: Starting KDE Connect...
Nov 15 10:29:17 PortableLM systemd[515]: Starting KGpg...
Nov 15 10:29:17 PortableLM systemd[515]: Starting PulseAudio Sound System...
Nov 15 10:29:17 PortableLM systemd[515]: Starting Restore Mixer Volumes...
Nov 15 10:29:17 PortableLM systemd[515]: Starting KSplash "ready" Stage...
Nov 15 10:29:17 PortableLM systemd[515]: Starting KDE Session Restoration...
Nov 15 10:29:17 PortableLM systemd[515]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Nov 15 10:29:17 PortableLM systemd[515]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Nov 15 10:29:17 PortableLM systemd[515]: app-org.kde.kgpg@autostart.service: Skipped due to 'exec-condition'.
Nov 15 10:29:17 PortableLM systemd[515]: Condition check resulted in KGpg being skipped.
Nov 15 10:29:17 PortableLM systemd[515]: Started KDE Connect.
Nov 15 10:29:17 PortableLM systemd[515]: Started Geoclue Demo agent.
Nov 15 10:29:17 PortableLM systemd[515]: Started Accessibility.
Nov 15 10:29:17 PortableLM systemd[515]: Started Discover.
Nov 15 10:29:17 PortableLM systemd[515]: Started Calendar Reminders.
Nov 15 10:29:17 PortableLM systemd[515]: Started PulseAudio Sound System.
Nov 15 10:29:17 PortableLM kwin_x11[648]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 15 10:29:17 PortableLM kwin_x11[648]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 15 10:29:17 PortableLM systemd[515]: app-kalarm.autostart@autostart.service: Skipped due to 'exec-condition'.
Nov 15 10:29:17 PortableLM systemd[515]: Condition check resulted in KAlarm being skipped.
Nov 15 10:29:17 PortableLM systemd[515]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
Nov 15 10:29:17 PortableLM systemd[515]: Condition check resulted in Klipper being skipped.
Nov 15 10:29:17 PortableLM systemd[515]: Finished KSplash "ready" Stage.
Nov 15 10:29:17 PortableLM ksmserver[645]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 15 10:29:17 PortableLM ksmserver[645]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 15 10:29:17 PortableLM systemd[515]: Started KMix.
Nov 15 10:29:17 PortableLM systemd[515]: app-konqy_preload@autostart.service: Skipped due to 'exec-condition'.
Nov 15 10:29:17 PortableLM systemd[515]: Condition check resulted in Konqueror preloading during desktop environment startup being skipped.
Nov 15 10:29:17 PortableLM systemd[515]: Started Restore Mixer Volumes.
Nov 15 10:29:17 PortableLM systemd[515]: Reached target Startup of XDG autostart applications.
Nov 15 10:29:17 PortableLM systemd[515]: Started /usr/lib/DiscoverNotifier.
Nov 15 10:29:17 PortableLM kaccess[917]: Xlib XKB extension major= 1  minor= 0
Nov 15 10:29:17 PortableLM systemd[515]: Starting Sound Service...
Nov 15 10:29:17 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Nov 15 10:29:17 PortableLM rtkit-daemon[608]: Successfully made thread 944 of process 944 owned by '1000' high priority at nice level -11.
Nov 15 10:29:17 PortableLM rtkit-daemon[608]: Supervising 4 threads of 3 processes of 1 users.
Nov 15 10:29:17 PortableLM rtkit-daemon[608]: Supervising 4 threads of 3 processes of 1 users.
Nov 15 10:29:17 PortableLM rtkit-daemon[608]: Successfully made thread 963 of process 944 owned by '1000' RT at priority 5.
Nov 15 10:29:17 PortableLM rtkit-daemon[608]: Supervising 5 threads of 3 processes of 1 users.
Nov 15 10:29:17 PortableLM rtkit-daemon[608]: Supervising 5 threads of 3 processes of 1 users.
Nov 15 10:29:17 PortableLM rtkit-daemon[608]: Successfully made thread 965 of process 944 owned by '1000' RT at priority 5.
Nov 15 10:29:17 PortableLM rtkit-daemon[608]: Supervising 6 threads of 3 processes of 1 users.
Nov 15 10:29:17 PortableLM pulseaudio[944]: stat('/etc/pulse/default.pa.d'): No such file or directory
Nov 15 10:29:17 PortableLM systemd[515]: Started Sound Service.
Nov 15 10:29:17 PortableLM kioslave5[955]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM kmixctrl[942]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:17 PortableLM ksmserver[645]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 15 10:29:17 PortableLM ksmserver[645]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 15 10:29:17 PortableLM DiscoverNotifier[943]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)"
Nov 15 10:29:17 PortableLM DiscoverNotifier[943]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so: (libflatpak.so.0: cannot open shared object file: No such file or directory)"
Nov 15 10:29:17 PortableLM DiscoverNotifier[943]: couldn't find any notifier backend ("/usr/lib/qt/plugins", "/usr/lib")
Nov 15 10:29:17 PortableLM systemd[515]: Started KMix - Sound Mixer.
Nov 15 10:29:17 PortableLM DiscoverNotifier[924]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)"
Nov 15 10:29:17 PortableLM DiscoverNotifier[924]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so: (libflatpak.so.0: cannot open shared object file: No such file or directory)"
Nov 15 10:29:17 PortableLM DiscoverNotifier[924]: couldn't find any notifier backend ("/usr/lib/qt/plugins", "/usr/lib")
Nov 15 10:29:18 PortableLM plasmashell[709]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Nov 15 10:29:18 PortableLM kaccess[917]: X server XKB extension major= 1  minor= 0
Nov 15 10:29:18 PortableLM kded5[647]: Registering ":1.43/StatusNotifierItem" to system tray
Nov 15 10:29:18 PortableLM kmix[939]: percent 5 -> divisor 20
Nov 15 10:29:18 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Activating service name='org.freedesktop.Notifications' requested by ':1.33' (uid=1000 pid=905 comm="/usr/lib/kdeconnectd")
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: no mix devices and not dynamic
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Devices.1.default"
Nov 15 10:29:18 PortableLM ksmserver[645]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 15 10:29:18 PortableLM ksmserver[645]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: No such icon "audio-card-pci"
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Devices.1.default"
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: No such icon "audio-card-pci"
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Streams.1.default"
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Streams.1.default"
Nov 15 10:29:18 PortableLM systemd[515]: Started /usr/bin/kalendarac.
Nov 15 10:29:18 PortableLM kmix[939]: adding 4 mixers
Nov 15 10:29:18 PortableLM kmix[939]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Nov 15 10:29:18 PortableLM kmix[939]: PulseAudio adding 1 devices
Nov 15 10:29:18 PortableLM kmix[939]: adding "alsa_output.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 15 10:29:18 PortableLM kmix[939]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Nov 15 10:29:18 PortableLM kmix[939]: PulseAudio adding 1 devices
Nov 15 10:29:18 PortableLM kmix[939]: adding "alsa_input.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 15 10:29:18 PortableLM kmix[939]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Nov 15 10:29:18 PortableLM kmix[939]: PulseAudio adding 0 devices
Nov 15 10:29:18 PortableLM kmix[939]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Nov 15 10:29:18 PortableLM kmix[939]: PulseAudio adding 0 devices
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: No such icon "audio-card-pci"
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: No such icon "audio-card-pci"
Nov 15 10:29:18 PortableLM kded5[647]: Registering ":1.49/StatusNotifierItem" to system tray
Nov 15 10:29:18 PortableLM kmix[939]: adding 4 mixers
Nov 15 10:29:18 PortableLM kmix[939]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Nov 15 10:29:18 PortableLM kmix[939]: PulseAudio adding 1 devices
Nov 15 10:29:18 PortableLM kmix[939]: adding "alsa_output.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 15 10:29:18 PortableLM kmix[939]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Nov 15 10:29:18 PortableLM kmix[939]: PulseAudio adding 1 devices
Nov 15 10:29:18 PortableLM kmix[939]: adding "alsa_input.pci-0000_00_09.2.analog-stereo" "Built-in Audio Analog Stereo"
Nov 15 10:29:18 PortableLM kmix[939]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Nov 15 10:29:18 PortableLM kmix[939]: PulseAudio adding 1 devices
Nov 15 10:29:18 PortableLM kmix[939]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Nov 15 10:29:18 PortableLM kmix[939]: PulseAudio adding 0 devices
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: No such icon "audio-card-pci"
Nov 15 10:29:18 PortableLM kmix[939]: org.kde.kmix: No such icon "audio-card-pci"
Nov 15 10:29:18 PortableLM plasmashell[709]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Nov 15 10:29:19 PortableLM akonadi_control[1075]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nov 15 10:29:19 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Starting up the Akonadi Server...
Nov 15 10:29:19 PortableLM systemd[515]: Finished KDE Session Restoration.
Nov 15 10:29:19 PortableLM plasmashell[709]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
Nov 15 10:29:19 PortableLM plasmashell[709]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Nov 15 10:29:19 PortableLM dbus-daemon[539]: [session uid=1000 pid=539] Successfully activated service 'org.freedesktop.Notifications'
Nov 15 10:29:19 PortableLM kalendarac[1135]: /usr/bin/mysqlcheck: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-check' instead
Nov 15 10:29:19 PortableLM plasmashell[709]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.collectionattributetable                   OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.collectionmimetyperelation                 OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.collectionpimitemrelation                  OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.collectiontable                            OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.flagtable                                  OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.mimetypetable                              OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.parttable                                  OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.parttypetable                              OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.pimitemflagrelation                        OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.pimitemtable                               OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.pimitemtagrelation                         OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.relationtable                              OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.relationtypetable                          OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.resourcetable                              OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.schemaversiontable                         OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.tagattributetable                          OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.tagremoteidresourcerelationtable           OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.tagtable                                   OK
Nov 15 10:29:19 PortableLM kalendarac[1135]: akonadi.tagtypetable                               OK
Nov 15 10:29:19 PortableLM kalendarac[1140]: /usr/bin/mysql_upgrade: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-upgrade' instead
Nov 15 10:29:19 PortableLM kalendarac[1140]: This installation of MariaDB is already upgraded to 11.1.2-MariaDB.
Nov 15 10:29:19 PortableLM kalendarac[1140]: There is no need to run mariadb-upgrade again for 11.1.2-MariaDB.
Nov 15 10:29:19 PortableLM kalendarac[1140]: You can use --force if you still want to run mariadb-upgrade
Nov 15 10:29:19 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Running DB initializer
Nov 15 10:29:19 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: DB initializer done
Nov 15 10:29:20 PortableLM akonadiserver[1092]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nov 15 10:29:20 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 15 10:29:20 PortableLM plasmashell[709]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Nov 15 10:29:20 PortableLM akonadi_control[1075]: org.kde.pim.akonadicontrol: Akonadi server is now operational.
Nov 15 10:29:20 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 15 10:29:20 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 15 10:29:21 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 15 10:29:21 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 15 10:29:21 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 15 10:29:21 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff590001e00) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59000e540) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59001a580) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59000e540) identified as "ETMCalendarMonitor - 94478354966272"
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59005e430) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff590067550) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff5900678e0) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff590068e10) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59006a3e0) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59006b870) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59006cc80) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff590097740) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff5900a0bc0) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff5900a9f10) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff5900a9f10) )
Nov 15 10:29:22 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff5900c05d0) )
Nov 15 10:29:22 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 15 10:29:23 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff5900a9f10) identified as "InternalEmailAddressSelectionWidgetModel - 94104861468864"
Nov 15 10:29:23 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 15 10:29:23 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 15 10:29:23 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff590001e00) identified as "AgentBaseChangeRecorder - 94443665601808"
Nov 15 10:29:23 PortableLM systemd[1]: Stopping User Manager for UID 972...
Nov 15 10:29:23 PortableLM systemd[427]: Activating special unit Exit the Session...
Nov 15 10:29:23 PortableLM systemd[427]: Stopped target Main User Target.
Nov 15 10:29:23 PortableLM systemd[427]: Stopping D-Bus User Message Bus...
Nov 15 10:29:23 PortableLM systemd[427]: Stopped D-Bus User Message Bus.
Nov 15 10:29:23 PortableLM systemd[427]: Removed slice User Core Session Slice.
Nov 15 10:29:23 PortableLM systemd[427]: Stopped target Basic System.
Nov 15 10:29:23 PortableLM systemd[427]: Stopped target Paths.
Nov 15 10:29:23 PortableLM systemd[427]: Stopped target Sockets.
Nov 15 10:29:23 PortableLM systemd[427]: Stopped target Timers.
Nov 15 10:29:23 PortableLM systemd[427]: Closed D-Bus User Message Bus Socket.
Nov 15 10:29:23 PortableLM systemd[427]: Closed GnuPG network certificate management daemon.
Nov 15 10:29:23 PortableLM systemd[427]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 15 10:29:23 PortableLM systemd[427]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 15 10:29:23 PortableLM systemd[427]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 15 10:29:23 PortableLM systemd[427]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 15 10:29:23 PortableLM systemd[427]: Closed p11-kit server.
Nov 15 10:29:23 PortableLM systemd[427]: Closed PipeWire Multimedia System Sockets.
Nov 15 10:29:23 PortableLM systemd[427]: Closed Sound System.
Nov 15 10:29:23 PortableLM systemd[427]: Removed slice User Application Slice.
Nov 15 10:29:23 PortableLM systemd[427]: Reached target Shutdown.
Nov 15 10:29:23 PortableLM systemd[427]: Finished Exit the Session.
Nov 15 10:29:23 PortableLM systemd[427]: Reached target Exit the Session.
Nov 15 10:29:23 PortableLM (sd-pam)[428]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 15 10:29:23 PortableLM systemd[1]: user@972.service: Deactivated successfully.
Nov 15 10:29:23 PortableLM systemd[1]: Stopped User Manager for UID 972.
Nov 15 10:29:23 PortableLM systemd[1]: Stopping User Runtime Directory /run/user/972...
Nov 15 10:29:23 PortableLM systemd[1]: run-user-972.mount: Deactivated successfully.
Nov 15 10:29:23 PortableLM systemd[1]: user-runtime-dir@972.service: Deactivated successfully.
Nov 15 10:29:23 PortableLM systemd[1]: Stopped User Runtime Directory /run/user/972.
Nov 15 10:29:23 PortableLM systemd[1]: Removed slice User Slice of UID 972.
Nov 15 10:29:23 PortableLM systemd[1]: user-972.slice: Consumed 1.108s CPU time.
Nov 15 10:29:23 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 15 10:29:23 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff5900bfc90) )
Nov 15 10:29:23 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59001a580) identified as "AgentBaseChangeRecorder - 94786897747200"
Nov 15 10:29:23 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff5900be810) )
Nov 15 10:29:23 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff5900befb0) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff5900678e0) identified as "AgentBaseChangeRecorder - 94886976409824"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff590067550) identified as "AgentBaseChangeRecorder - 93977388381024"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff5900fc1a0) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff590115cf0) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59006a3e0) identified as "AgentBaseChangeRecorder - 94571016810720"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff5900befb0) identified as "akonadi_birthdays_resource - 94886973253248"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59011f300) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59006cc80) identified as "AgentBaseChangeRecorder - 94318474264128"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59006b870) identified as "AgentBaseChangeRecorder - 94892238807872"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff590068e10) identified as "AgentBaseChangeRecorder - 94364462551504"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff5900fc1a0) identified as "akonadi_maildispatcher_agent - 94364462526160"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff590115cf0) identified as "SpecialCollectionsMonitor - 94364462623808"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59005e430) identified as "AgentBaseChangeRecorder - 93990079870672"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff5901393f0) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff590173ca0) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff5900a0bc0) identified as "AgentBaseChangeRecorder - 94094264729568"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59017dd50) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff590097740) identified as "AgentBaseChangeRecorder - 94424141787760"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59017dd50) identified as "KNotes Session - 94424144653936"
Nov 15 10:29:24 PortableLM systemd[515]: Started Konsole - Terminal.
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff5900c05d0) identified as "AgentBaseChangeRecorder - 94706926563872"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff590179b00) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59017a7e0) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff590179b00) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber "" disconnected
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59017abe0) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59017abe0) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff5901b5fa0) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59017d220) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff5900bfc90) identified as "AgentBaseChangeRecorder - 94375960966704"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59017a7e0) identified as "Archive Mail Kernel ETM - 94375961013184"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff59017a610) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff5900be810) identified as "AgentBaseChangeRecorder - 93836776080768"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59017abe0) identified as "MailFilter Kernel ETM - 93836776178624"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59011f300) identified as "AgentBaseChangeRecorder - 94451434114112"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59017a610) identified as "UnifiedMailboxChangeRecorder - 140723294377136"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff590179b00) identified as "ArchiveMailCollectionMonitor - 94375961037440"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff5901b5fa0) identified as "MailFilterCollectionMonitor - 93836776148512"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff59017d220) identified as "MailFilterItemMonitor - 93836776120048"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff590225050) )
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff590225050) identified as "SpecialCollectionsMonitor - 93836776094480"
Nov 15 10:29:24 PortableLM akonadiserver[1092]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff5901393f0) identified as "AgentBaseChangeRecorder - 93962922947280"
Nov 15 10:29:24 PortableLM plasmashell[709]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 15 10:29:24 PortableLM plasmashell[709]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286: Unable to assign [undefined] to QString
Nov 15 10:29:25 PortableLM konsole[1422]: kf.config.core: Watching absolute paths is not supported "/home/laurent/.local/share/color-schemes/Sweet.colors"
Nov 15 10:29:25 PortableLM kwin_x11[648]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
Nov 15 10:29:25 PortableLM systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 15 10:29:33 PortableLM systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 15 10:29:33 PortableLM systemd-timesyncd[356]: Contacted time server 216.232.132.95:123 (2.arch.pool.ntp.org).
Nov 15 10:29:33 PortableLM systemd-timesyncd[356]: Initial clock synchronization to Wed 2023-11-15 10:29:33.949866 EST.
Nov 15 10:29:49 PortableLM dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.62' (uid=0 pid=1572 comm="sudo journalctl -b")
Nov 15 10:29:49 PortableLM dbus-daemon[368]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 15 10:29:52 PortableLM sudo[1572]:  laurent : TTY=pts/1 ; PWD=/home/laurent ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 15 10:29:52 PortableLM sudo[1572]: pam_unix(sudo:session): session opened for user root(uid=0) by laurent(uid=1000)

Last edited by LaurentMercier (2023-11-15 15:36:56)

Offline

Board footer

Powered by FluxBB