You are not logged in.

#1 2019-01-15 05:55:03

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

SOLVED: Pithos drops out

UPDATE:

The problem was caused by Pandora not getting along with Pithos.

By subscribing to Pandora I fixed the problem of Pithos dropping out.

-OP

***   

I am trying to fix a problem with my ALSA system/configuration.
It all began when the sound output from Pithos began to drop out as if the stream is getting interrupted.

When I examined ALSA this is what I found:

systemctl status alsa-state

● alsa-state.service - Manage Sound Card State (restore and store)
   Loaded: loaded (/usr/lib/systemd/system/alsa-state.service; static; vendor preset: disabled)
   Active: inactive (dead) since Tue 2019-01-15 00:26:03 EST; 45s ago
Condition: start condition failed at Tue 2019-01-15 00:26:03 EST; 45s ago
           └─ ConditionPathExists=/etc/alsa/state-daemon.conf     # added the ! condition which was missing was not met
  Process: 484 ExecStart=/usr/bin/alsactl -s -n 19 -c rdaemon (code=exited, status=0/SUCCESS)
  Process: 2027 ExecStop=/usr/bin/alsactl -s kill save_and_quit (code=exited, status=0/SUCCESS)
 Main PID: 484 (code=exited, status=0/SUCCESS)

Jan 15 00:07:33 Archie systemd[1]: Started Manage Sound Card State (restore and store).
Jan 15 00:07:33 Archie alsactl[484]: alsactl 1.1.8 daemon started
Jan 15 00:26:03 Archie systemd[1]: Stopping Manage Sound Card State (restore and store)...
Jan 15 00:26:03 Archie alsactl[484]: alsactl daemon stopped
Jan 15 00:26:03 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 15 00:26:03 Archie systemd[1]: Stopped Manage Sound Card State (restore and store).
Jan 15 00:26:03 Archie systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.

I fixed that issue easily:

sudo vim /usr/lib/systemd/system/alsa-state.service

#
# Note that two different ALSA card state management schemes exist and they
# can be switched using a file exist check - /etc/alsa/state-daemon.conf .
#

[Unit]
Description=Manage Sound Card State (restore and store)
ConditionPathExists=!/etc/alsa/state-daemon.conf     # added the ! condition which was missing

[Service]
Type=simple

ExecStart=-/usr/bin/alsactl -s -n 19 -c rdaemon
ExecStop=-/usr/bin/alsactl -s kill save_and_quit

Now I get the following:

systemctl status alsa-state

● alsa-state.service - Manage Sound Card State (restore and store)
   Loaded: loaded (/usr/lib/systemd/system/alsa-state.service; static; vendor preset: disabled)
   Active: active (running) since Tue 2019-01-15 00:31:25 EST; 55s ago
 Main PID: 2150 (alsactl)
    Tasks: 1 (limit: 4915)
   Memory: 528.0K
   CGroup: /system.slice/alsa-state.service
           └─2150 /usr/bin/alsactl -s -n 19 -c rdaemon

Jan 15 00:31:25 Archie systemd[1]: Started Manage Sound Card State (restore and store).
Jan 15 00:31:25 Archie alsactl[2150]: alsactl 1.1.8 daemon started

Then I examined the other ALSA daemon:

systemctl status alsa-restore

● alsa-restore.service - Save/Restore Sound Card State
   Loaded: loaded (/usr/lib/systemd/system/alsa-restore.service; static; vendor preset: disabled)
   Active: active (exited) since Tue 2019-01-15 00:07:33 EST; 26min ago
 Main PID: 483 (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 4915)
   Memory: 0B
   CGroup: /system.slice/alsa-restore.service

Jan 15 00:07:33 Archie systemd[1]: Starting Save/Restore Sound Card State...
Jan 15 00:07:33 Archie systemd[1]: Started Save/Restore Sound Card State.

Next I looked at my alsamixer settings. It was a complete mess but I knew what to do:

sudo alsamixer

  set my levels

sudo alsactl store

All is well until I reboot and then my alsamixer settings are a mess again. However I can restore them easily enough:

sudo alsactl restore

Isn't that what alsa-restore.service is intended for?

Lastly, I found this:

cat /var/lib/alsa/asound.state

state.PCH {
    control.1 {
        iface MIXER
        name 'Front Playback Volume'
        value.0 74
        value.1 74
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 87'
            dbmin -6525
            dbmax 0
            dbvalue.0 -975
            dbvalue.1 -975
        }
    }
    control.2 {
        iface MIXER
        name 'Front Playback Switch'
        value.0 true
        value.1 true
        comment {
            access 'read write'
            type BOOLEAN
            count 2
        }
    }
    control.3 {
        iface MIXER
        name 'Surround Playback Volume'
        value.0 75
        value.1 75
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 87'
            dbmin -6525
            dbmax 0
            dbvalue.0 -900
            dbvalue.1 -900
        }
    }
    control.4 {
        iface MIXER
        name 'Surround Playback Switch'
        value.0 true
        value.1 true
        comment {
            access 'read write'
            type BOOLEAN
            count 2
        }
    }
    control.5 {
        iface MIXER
        name 'Center Playback Volume'
        value 76
        comment {
            access 'read write'
            type INTEGER
            count 1
            range '0 - 87'
            dbmin -6525
            dbmax 0
            dbvalue.0 -825
        }
    }
    control.6 {
        iface MIXER
        name 'LFE Playback Volume'
        value 76
        comment {
            access 'read write'
            type INTEGER
            count 1
            range '0 - 87'
            dbmin -6525
            dbmax 0
            dbvalue.0 -825
        }
    }
    control.7 {
        iface MIXER
        name 'Center Playback Switch'
        value true
        comment {
            access 'read write'
            type BOOLEAN
            count 1
        }
    }
    control.8 {
        iface MIXER
        name 'LFE Playback Switch'
        value true
        comment {
            access 'read write'
            type BOOLEAN
            count 1
        }
    }
    control.9 {
        iface MIXER
        name 'Headphone Playback Volume'
        value.0 75
        value.1 75
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 87'
            dbmin -6525
            dbmax 0
            dbvalue.0 -900
            dbvalue.1 -900
        }
    }
    control.10 {
        iface MIXER
        name 'Headphone Playback Switch'
        value.0 false
        value.1 false
        comment {
            access 'read write'
            type BOOLEAN
            count 2
        }
    }
    control.11 {
        iface MIXER
        name 'Loopback Mixing'
        value Disabled
        comment {
            access 'read write'
            type ENUMERATED
            count 1
            item.0 Disabled
            item.1 Enabled
        }
    }
    control.12 {
        iface MIXER
        name 'Front Mic Playback Volume'
        value.0 0
        value.1 0
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 31'
            dbmin -3450
            dbmax 1200
            dbvalue.0 -3450
            dbvalue.1 -3450
        }
    }
    control.13 {
        iface MIXER
        name 'Front Mic Playback Switch'
        value.0 false
        value.1 false
        comment {
            access 'read write'
            type BOOLEAN
            count 2
        }
    }
    control.14 {
        iface MIXER
        name 'Rear Mic Playback Volume'
        value.0 0
        value.1 0
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 31'
            dbmin -3450
            dbmax 1200
            dbvalue.0 -3450
            dbvalue.1 -3450
        }
    }
    control.15 {
        iface MIXER
        name 'Rear Mic Playback Switch'
        value.0 false
        value.1 false
        comment {
            access 'read write'
            type BOOLEAN
            count 2
        }
    }
    control.16 {
        iface MIXER
        name 'Line Playback Volume'
        value.0 26
        value.1 26
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 31'
            dbmin -3450
            dbmax 1200
            dbvalue.0 450
            dbvalue.1 450
        }
    }
    control.17 {
        iface MIXER
        name 'Line Playback Switch'
        value.0 false
        value.1 false
        comment {
            access 'read write'
            type BOOLEAN
            count 2
        }
    }
    control.18 {
        iface MIXER
        name 'Auto-Mute Mode'
        value Enabled
        comment {
            access 'read write'
            type ENUMERATED
            count 1
            item.0 Disabled
            item.1 Enabled
        }
    }
    control.19 {
        iface MIXER
        name 'Input Source'
        value 'Front Mic'
        comment {
            access 'read write'
            type ENUMERATED
            count 1
            item.0 'Front Mic'
            item.1 'Rear Mic'
            item.2 Line
        }
    }
    control.20 {
        iface MIXER
        name 'Input Source'
        index 1
        value 'Front Mic'
        comment {
            access 'read write'
            type ENUMERATED
            count 1
            item.0 'Front Mic'
            item.1 'Rear Mic'
            item.2 Line
        }
    }
    control.21 {
        iface MIXER
        name 'Capture Volume'
        value.0 27
        value.1 27
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 63'
            dbmin -1725
            dbmax 3000
            dbvalue.0 300
            dbvalue.1 300
        }
    }
    control.22 {
        iface MIXER
        name 'Capture Switch'
        value.0 false
        value.1 false
        comment {
            access 'read write'
            type BOOLEAN
            count 2
        }
    }
    control.23 {
        iface MIXER
        name 'Capture Volume'
        index 1
        value.0 0
        value.1 0
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 63'
            dbmin -1725
            dbmax 3000
            dbvalue.0 -1725
            dbvalue.1 -1725
        }
    }
    control.24 {
        iface MIXER
        name 'Capture Switch'
        index 1
        value.0 false
        value.1 false
        comment {
            access 'read write'
            type BOOLEAN
            count 2
        }
    }
    control.25 {
        iface MIXER
        name 'Front Mic Boost Volume'
        value.0 0
        value.1 0
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 3'
            dbmin 0
            dbmax 3000
            dbvalue.0 0
            dbvalue.1 0
        }
    }
    control.26 {
        iface MIXER
        name 'Rear Mic Boost Volume'
        value.0 0
        value.1 0
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 3'
            dbmin 0
            dbmax 3000
            dbvalue.0 0
            dbvalue.1 0
        }
    }
    control.27 {
        iface MIXER
        name 'Line Boost Volume'
        value.0 2
        value.1 2
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 3'
            dbmin 0
            dbmax 3000
            dbvalue.0 2000
            dbvalue.1 2000
        }
    }
    control.28 {
        iface MIXER
        name 'IEC958 Playback Con Mask'
        index 16
        value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.29 {
        iface MIXER
        name 'IEC958 Playback Pro Mask'
        index 16
        value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.30 {
        iface MIXER
        name 'IEC958 Playback Default'
        index 16
        value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access 'read write'
            type IEC958
            count 1
        }
    }
    control.31 {
        iface MIXER
        name 'IEC958 Playback Switch'
        index 16
        value true
        comment {
            access 'read write'
            type BOOLEAN
            count 1
        }
    }
    control.32 {
        iface MIXER
        name 'IEC958 Default PCM Playback Switch'
        value true
        comment {
            access 'read write'
            type BOOLEAN
            count 1
        }
    }
    control.33 {
        iface MIXER
        name 'Master Playback Volume'
        value 76
        comment {
            access 'read write'
            type INTEGER
            count 1
            range '0 - 87'
            dbmin -6525
            dbmax 0
            dbvalue.0 -825
        }
    }
    control.34 {
        iface MIXER
        name 'Master Playback Switch'
        value true
        comment {
            access 'read write'
            type BOOLEAN
            count 1
        }
    }
    control.35 {
        iface CARD
        name 'Front Mic Jack'
        value false
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.36 {
        iface CARD
        name 'Rear Mic Jack'
        value false
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.37 {
        iface CARD
        name 'Line Jack'
        value false
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.38 {
        iface CARD
        name 'Line Out Front Jack'
        value true
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.39 {
        iface CARD
        name 'Line Out Surround Jack'
        value true
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.40 {
        iface CARD
        name 'Line Out CLFE Jack'
        value true
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.41 {
        iface CARD
        name 'Front Headphone Jack'
        value false
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.42 {
        iface CARD
        name 'SPDIF Phantom Jack'
        value true
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.43 {
        iface PCM
        name 'Playback Channel Map'
        value.0 0
        value.1 0
        value.2 0
        value.3 0
        value.4 0
        value.5 0
        comment {
            access read
            type INTEGER
            count 6
            range '0 - 36'
        }
    }
    control.44 {
        iface PCM
        name 'Capture Channel Map'
        value.0 0
        value.1 0
        comment {
            access read
            type INTEGER
            count 2
            range '0 - 36'
        }
    }
    control.45 {
        iface PCM
        device 1
        name 'Playback Channel Map'
        value.0 0
        value.1 0
        comment {
            access read
            type INTEGER
            count 2
            range '0 - 36'
        }
    }
    control.46 {
        iface PCM
        device 2
        name 'Capture Channel Map'
        value.0 0
        value.1 0
        comment {
            access read
            type INTEGER
            count 2
            range '0 - 36'
        }
    }
    control.47 {
        iface CARD
        name 'HDMI/DP,pcm=3 Jack'
        value false
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.48 {
        iface MIXER
        name 'IEC958 Playback Con Mask'
        value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.49 {
        iface MIXER
        name 'IEC958 Playback Pro Mask'
        value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.50 {
        iface MIXER
        name 'IEC958 Playback Default'
        value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access 'read write'
            type IEC958
            count 1
        }
    }
    control.51 {
        iface MIXER
        name 'IEC958 Playback Switch'
        value false
        comment {
            access 'read write'
            type BOOLEAN
            count 1
        }
    }
    control.52 {
        iface PCM
        device 3
        name ELD
        value ''
        comment {
            access 'read volatile'
            type BYTES
            count 0
        }
    }
    control.53 {
        iface CARD
        name 'HDMI/DP,pcm=7 Jack'
        value false
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.54 {
        iface MIXER
        name 'IEC958 Playback Con Mask'
        index 1
        value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.55 {
        iface MIXER
        name 'IEC958 Playback Pro Mask'
        index 1
        value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.56 {
        iface MIXER
        name 'IEC958 Playback Default'
        index 1
        value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access 'read write'
            type IEC958
            count 1
        }
    }
    control.57 {
        iface MIXER
        name 'IEC958 Playback Switch'
        index 1
        value true
        comment {
            access 'read write'
            type BOOLEAN
            count 1
        }
    }
    control.58 {
        iface PCM
        device 7
        name ELD
        value ''
        comment {
            access 'read volatile'
            type BYTES
            count 0
        }
    }
    control.59 {
        iface CARD
        name 'HDMI/DP,pcm=8 Jack'
        value true
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.60 {
        iface MIXER
        name 'IEC958 Playback Con Mask'
        index 2
        value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.61 {
        iface MIXER
        name 'IEC958 Playback Pro Mask'
        index 2
        value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.62 {
        iface MIXER
        name 'IEC958 Playback Default'
        index 2
        value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access 'read write'
            type IEC958
            count 1
        }
    }
    control.63 {
        iface MIXER
        name 'IEC958 Playback Switch'
        index 2
        value true
        comment {
            access 'read write'
            type BOOLEAN
            count 1
        }
    }
    control.64 {
        iface PCM
        device 8
        name ELD
        value '100007006714000100000000000000004c2d4d0c553238453539300907070000'
        comment {
            access 'read volatile'
            type BYTES
            count 32
        }
    }
    control.65 {
        iface CARD
        name 'HDMI/DP,pcm=9 Jack'
        value false
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.66 {
        iface MIXER
        name 'IEC958 Playback Con Mask'
        index 3
        value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.67 {
        iface MIXER
        name 'IEC958 Playback Pro Mask'
        index 3
        value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.68 {
        iface MIXER
        name 'IEC958 Playback Default'
        index 3
        value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access 'read write'
            type IEC958
            count 1
        }
    }
    control.69 {
        iface MIXER
        name 'IEC958 Playback Switch'
        index 3
        value true
        comment {
            access 'read write'
            type BOOLEAN
            count 1
        }
    }
    control.70 {
        iface PCM
        device 9
        name ELD
        value ''
        comment {
            access 'read volatile'
            type BYTES
            count 0
        }
    }
    control.71 {
        iface CARD
        name 'HDMI/DP,pcm=10 Jack'
        value false
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.72 {
        iface MIXER
        name 'IEC958 Playback Con Mask'
        index 4
        value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.73 {
        iface MIXER
        name 'IEC958 Playback Pro Mask'
        index 4
        value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access read
            type IEC958
            count 1
        }
    }
    control.74 {
        iface MIXER
        name 'IEC958 Playback Default'
        index 4
        value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        comment {
            access 'read write'
            type IEC958
            count 1
        }
    }
    control.75 {
        iface MIXER
        name 'IEC958 Playback Switch'
        index 4
        value true
        comment {
            access 'read write'
            type BOOLEAN
            count 1
        }
    }
    control.76 {
        iface PCM
        device 10
        name ELD
        value ''
        comment {
            access 'read volatile'
            type BYTES
            count 0
        }
    }
    control.77 {
        iface PCM
        device 3
        name 'Playback Channel Map'
        value.0 0
        value.1 0
        value.2 0
        value.3 0
        value.4 0
        value.5 0
        value.6 0
        value.7 0
        comment {
            access 'read write'
            type INTEGER
            count 8
            range '0 - 36'
        }
    }
    control.78 {
        iface PCM
        device 7
        name 'Playback Channel Map'
        value.0 0
        value.1 0
        value.2 0
        value.3 0
        value.4 0
        value.5 0
        value.6 0
        value.7 0
        comment {
            access 'read write'
            type INTEGER
            count 8
            range '0 - 36'
        }
    }
    control.79 {
        iface PCM
        device 8
        name 'Playback Channel Map'
        value.0 0
        value.1 0
        value.2 0
        value.3 0
        value.4 0
        value.5 0
        value.6 0
        value.7 0
        comment {
            access 'read write'
            type INTEGER
            count 8
            range '0 - 36'
        }
    }
    control.80 {
        iface PCM
        device 9
        name 'Playback Channel Map'
        value.0 0
        value.1 0
        value.2 0
        value.3 0
        value.4 0
        value.5 0
        value.6 0
        value.7 0
        comment {
            access 'read write'
            type INTEGER
            count 8
            range '0 - 36'
        }
    }
    control.81 {
        iface PCM
        device 10
        name 'Playback Channel Map'
        value.0 0
        value.1 0
        value.2 0
        value.3 0
        value.4 0
        value.5 0
        value.6 0
        value.7 0
        comment {
            access 'read write'
            type INTEGER
            count 8
            range '0 - 36'
        }
    }
    control.82 {
        iface MIXER
        name 'PCM Playback Volume'
        value.0 215
        value.1 215
        comment {
            access 'read write user'
            type INTEGER
            count 2
            range '0 - 255'
            tlv '0000000100000008ffffec1400000014'
            dbmin -5100
            dbmax 0
            dbvalue.0 -800
            dbvalue.1 -800
        }
    }
}

Beginning at control.28 I think I see corruption.

Any thoughts?

Thanks!

Last edited by lenhuppe (2019-05-08 01:46:28)


Why do we drive on the parkway and then park in the driveway?

Offline

#2 2019-01-15 06:29:07

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: SOLVED: Pithos drops out

That you added that "!" on the Condition...= line is a mistake. If you compare the contents of the two different service files, you'll see there is already a "!" in the other one:

systemctl cat alsa-state
systemctl cat alsa-restore

It seems that /etc/alsa/state-daemon.conf file existing is supposed to make it so only one of the two services is used. Both at the same time are not supposed to run. By default only the "alsa-restore" service should run. That "alsa-restore" service does nothing complicated, it runs "alsactl restore" at boot and "alsactrl store" at shutdown. That should save your alsamixer settings.

About corruption in asound.state, do you mean those super long values? I looked into /var/lib/alsa/asound.state here and I have similar entries with "0f000...000" values and such.

Last edited by Ropid (2019-01-15 06:31:36)

Offline

#3 2019-01-15 13:09:57

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

I have now restored alsa-state.service to it's correct configuration.

However alsa-restore.service is not working. 
When I run alsamixer I get an error message.
It shows up in the console after exiting:

sudo alsamixer

No protocol specified
xcb_connection_has_error() returned true

Further investigation has found this:

alsactl init

alsactl: sysfs_init:48: sysfs path '/sys' is invalid

Found hardware: "HDA-Intel" "Realtek ALC1220" "HDA:10ec1168,1462cb17,00100101 HDA:8086280b,80860101,00100000" "0x1462" "0xcb17"
Hardware is initialized using a generic method

Is this why the audio output works for Firefox and Pithos but not for Ario or Pianobar?

I will continue my investigations.

Thank you


Why do we drive on the parkway and then park in the driveway?

Offline

#4 2019-01-15 13:21:08

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: SOLVED: Pithos drops out

Not really, can you define your problem? Do you actually have an issue with volume and mixer settings, or is the issue that you can't play back from multiple applications at the same time? Unless you configured anything else, you should configure all your playback devices to play back from the default device.

Offline

#5 2019-01-15 13:58:39

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

The main problem is that Pithos pauses periodically.
That is the issue which started this investigation.

Also, alsa-restore is not working.

Thank you

Last edited by lenhuppe (2019-01-15 15:13:50)


Why do we drive on the parkway and then park in the driveway?

Offline

#6 2019-01-15 14:42:42

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: SOLVED: Pithos drops out

sometimes the automatic saving of alsa settings fails.

After using alsamixer to configure things like you want, run alsactl store .
reboot, check journal to verify whether the alsa-restore systemd service is working as intended.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2019-01-15 15:54:53

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

> reboot, check journal to verify whether the alsa-restore systemd service is working as intended.

The journal is huge so I will attempt to close in on what we need.

journalctl --system | grep alsa

Jan 12 21:44:46 Archie sudo[6285]:    lenny : TTY=pts/0 ; PWD=/etc ; USER=root ; COMMAND=/usr/bin/pacman -S alsa-utils
Jan 12 21:44:52 Archie sudo[6344]:    lenny : TTY=pts/0 ; PWD=/etc ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 12 21:46:50 Archie sudo[6355]:    lenny : TTY=pts/0 ; PWD=/etc ; USER=root ; COMMAND=/usr/bin/alsactl store
Jan 12 21:50:31 Archie sudo[6375]:    lenny : TTY=pts/0 ; PWD=/etc ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 12 21:52:06 Archie sudo[6415]:    lenny : TTY=pts/0 ; PWD=/etc ; USER=root ; COMMAND=/usr/bin/alsactl store
Jan 12 21:52:12 Archie sudo[6417]:    lenny : TTY=pts/0 ; PWD=/etc ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 12 21:54:32 Archie sudo[6456]:    lenny : TTY=pts/0 ; PWD=/etc ; USER=root ; COMMAND=/usr/bin/alsactl store
Jan 12 21:55:37 Archie sudo[6469]:    lenny : TTY=pts/0 ; PWD=/etc ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 13 00:52:01 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 08:38:53 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 13 08:38:53 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 08:38:53 Archie kernel: audit: type=1131 audit(1547386733.836:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 08:39:14 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 12:32:45 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 13 12:32:45 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 12:32:45 Archie kernel: audit: type=1131 audit(1547400765.069:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 16:10:33 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 16:12:05 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 13 16:12:05 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 16:12:05 Archie kernel: audit: type=1131 audit(1547413925.689:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 16:12:30 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 17:54:01 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 13 17:54:01 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 17:54:01 Archie kernel: audit: type=1131 audit(1547420041.939:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 18:54:47 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 21:41:34 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 13 21:41:34 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 21:41:34 Archie kernel: audit: type=1131 audit(1547433694.116:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 21:47:46 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 21:52:02 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 13 21:52:02 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 21:52:02 Archie kernel: audit: type=1131 audit(1547434322.746:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 21:52:22 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 22:11:49 Archie sudo[3149]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 13 22:13:05 Archie sudo[3163]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl save
Jan 13 22:14:26 Archie sudo[3184]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl save
Jan 13 22:14:31 Archie sudo[3187]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 13 22:14:40 Archie sudo[3193]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer store
Jan 13 22:33:30 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 13 22:33:30 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 22:33:30 Archie kernel: audit: type=1131 audit(1547436810.043:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 13 22:33:50 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 08:30:10 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 08:30:10 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 08:30:10 Archie kernel: audit: type=1131 audit(1547472610.322:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 08:30:30 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 09:29:01 Archie dbus-daemon[471]: [system] Activating via systemd: service name='org.manjaro.pamac.system' unit='pamac-system.service' requested by ':1.2128' (uid=1000 pid=3005 comm="pamac install alsa-oss ")
Jan 14 09:29:07 Archie polkitd[496]: Operator of unix-process:3005:351405 successfully authenticated as unix-user:lenny to gain TEMPORARY authorization for action org.manjaro.pamac.commit for system-bus-name::1.2128 [pamac install alsa-oss] (owned by unix-user:lenny)
Jan 14 09:46:15 Archie dbus-daemon[471]: [system] Activating via systemd: service name='org.manjaro.pamac.system' unit='pamac-system.service' requested by ':1.2589' (uid=1000 pid=3487 comm="pamac install alsa-plugins ")
Jan 14 09:59:53 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 09:59:53 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 09:59:53 Archie kernel: audit: type=1131 audit(1547477993.219:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:00:12 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:17:32 Archie dbus-daemon[538]: [system] Activating via systemd: service name='org.manjaro.pamac.system' unit='pamac-system.service' requested by ':1.534' (uid=1000 pid=1964 comm="pamac install alsa-firmware ")
Jan 14 10:17:38 Archie polkitd[561]: Operator of unix-process:1964:104297 successfully authenticated as unix-user:lenny to gain TEMPORARY authorization for action org.manjaro.pamac.commit for system-bus-name::1.534 [pamac install alsa-firmware] (owned by unix-user:lenny)
Jan 14 10:27:05 Archie sudo[2484]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/systemctl status alsa-state
Jan 14 10:39:30 Archie sudo[2805]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 14 10:40:57 Archie sudo[2817]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-restore.service
Jan 14 10:42:29 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 10:42:29 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:42:29 Archie kernel: audit: type=1131 audit(1547480549.613:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:42:49 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:45:41 Archie sudo[1542]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 14 10:47:29 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 10:47:29 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:47:29 Archie kernel: audit: type=1131 audit(1547480849.943:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:47:49 Archie alsactl[482]: alsactl 1.1.8 daemon started
Jan 14 10:47:49 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:47:49 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:52:00 Archie sudo[2014]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 10:52:54 Archie sudo[2024]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/alsactl store
Jan 14 10:53:11 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 10:53:11 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:53:11 Archie kernel: audit: type=1131 audit(1547481191.183:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:53:11 Archie alsactl[482]: alsactl daemon stopped
Jan 14 10:53:11 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 14 10:53:11 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:53:11 Archie kernel: audit: type=1131 audit(1547481191.186:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:53:30 Archie alsactl[480]: alsactl 1.1.8 daemon started
Jan 14 10:53:30 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:53:30 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 10:53:51 Archie sudo[1453]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 10:55:21 Archie sudo[1527]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl store
Jan 14 10:58:08 Archie sudo[1673]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 14 10:59:48 Archie sudo[2112]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-restore.service
Jan 14 11:02:01 Archie sudo[2149]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl restart alsa-restore
Jan 14 11:02:01 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 11:02:01 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:02:01 Archie kernel: audit: type=1131 audit(1547481721.763:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:02:01 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:02:01 Archie kernel: audit: type=1130 audit(1547481721.766:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:02:10 Archie sudo[2155]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl status alsa-restore
Jan 14 11:02:28 Archie sudo[2158]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:03:08 Archie sudo[2162]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/alsactl store
Jan 14 11:04:17 Archie alsactl[480]: alsactl daemon stopped
Jan 14 11:04:17 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 11:04:17 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:04:17 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 14 11:04:17 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:04:17 Archie kernel: audit: type=1131 audit(1547481857.709:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:04:17 Archie kernel: audit: type=1131 audit(1547481857.709:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:04:37 Archie alsactl[485]: alsactl 1.1.8 daemon started
Jan 14 11:04:37 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:04:37 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:05:27 Archie sudo[1538]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:05:35 Archie sudo[1542]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:05:46 Archie sudo[1548]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl restore
Jan 14 11:05:48 Archie sudo[1550]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:06:23 Archie sudo[1554]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-restore.service
Jan 14 11:07:54 Archie alsactl[485]: alsactl daemon stopped
Jan 14 11:07:54 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 11:07:54 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:07:54 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 14 11:07:54 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:07:54 Archie kernel: audit: type=1131 audit(1547482074.553:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:07:54 Archie kernel: audit: type=1131 audit(1547482074.553:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:08:14 Archie alsactl[485]: alsactl 1.1.8 daemon started
Jan 14 11:08:14 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:08:14 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:08:36 Archie sudo[1447]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:08:48 Archie sudo[1474]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl restore
Jan 14 11:08:51 Archie sudo[1476]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:09:16 Archie sudo[1479]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 14 11:10:21 Archie sudo[1504]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl restart alsa-state
Jan 14 11:10:21 Archie alsactl[485]: alsactl daemon stopped
Jan 14 11:10:21 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 14 11:10:21 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:10:21 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:10:21 Archie kernel: audit: type=1131 audit(1547482221.219:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:10:21 Archie kernel: audit: type=1130 audit(1547482221.219:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:10:21 Archie alsactl[1508]: alsactl 1.1.8 daemon started
Jan 14 11:10:29 Archie sudo[1515]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:10:38 Archie sudo[1518]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/alsactl store
Jan 14 11:10:49 Archie alsactl[1508]: alsactl daemon stopped
Jan 14 11:10:49 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 14 11:10:49 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:10:49 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 11:10:49 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:10:49 Archie kernel: audit: type=1131 audit(1547482249.953:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:10:49 Archie kernel: audit: type=1131 audit(1547482249.953:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:11:09 Archie alsactl[483]: alsactl 1.1.8 daemon started
Jan 14 11:11:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:11:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:11:27 Archie sudo[1465]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:11:47 Archie sudo[1494]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl restore
Jan 14 11:11:49 Archie sudo[1496]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:12:15 Archie sudo[1502]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 14 11:13:30 Archie sudo[1512]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-restore.service
Jan 14 11:14:39 Archie sudo[1514]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 14 11:15:25 Archie systemd[1]: alsa-state.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Jan 14 11:15:39 Archie sudo[1543]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl restart alsa-state
Jan 14 11:15:39 Archie alsactl[483]: alsactl daemon stopped
Jan 14 11:15:39 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 14 11:15:39 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:15:39 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:15:39 Archie alsactl[1547]: alsactl 1.1.8 daemon started
Jan 14 11:15:39 Archie kernel: audit: type=1131 audit(1547482539.809:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:15:39 Archie kernel: audit: type=1130 audit(1547482539.809:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:15:44 Archie sudo[1548]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl restart alsa-restore
Jan 14 11:15:44 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 11:15:44 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:15:44 Archie kernel: audit: type=1131 audit(1547482544.553:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:15:44 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:15:44 Archie kernel: audit: type=1130 audit(1547482544.559:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:16:03 Archie sudo[1553]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:16:17 Archie sudo[1559]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/alsactl store
Jan 14 11:16:24 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 11:16:24 Archie alsactl[1547]: alsactl daemon stopped
Jan 14 11:16:24 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:16:24 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 14 11:16:24 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:16:24 Archie kernel: audit: type=1131 audit(1547482584.709:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:16:24 Archie kernel: audit: type=1131 audit(1547482584.709:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:16:43 Archie alsactl[484]: alsactl 1.1.8 daemon started
Jan 14 11:16:43 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:16:43 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 11:16:58 Archie sudo[1450]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:18:20 Archie sudo[1485]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/bin/alsactl resore
Jan 14 11:18:27 Archie sudo[1487]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/bin/alsactl restore
Jan 14 11:18:30 Archie sudo[1489]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:21:16 Archie sudo[1523]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 14 11:22:24 Archie sudo[1529]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-restore.service
Jan 14 11:25:32 Archie sudo[1546]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 14 11:28:55 Archie sudo[1583]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 14 11:54:16 Archie sudo[1799]:    lenny : TTY=pts/0 ; PWD=/etc/alsa/conf.d ; USER=root ; COMMAND=/usr/bin/vim /etc/asound.conf
Jan 14 12:53:17 Archie sudo[2642]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-restore.service
Jan 14 12:53:43 Archie sudo[2647]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 14 12:57:24 Archie alsactl[484]: alsactl daemon stopped
Jan 14 12:57:24 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 12:57:24 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 12:57:24 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 14 12:57:24 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 12:57:24 Archie kernel: audit: type=1131 audit(1547488644.549:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 12:57:24 Archie kernel: audit: type=1131 audit(1547488644.549:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 12:57:44 Archie alsactl[479]: alsactl 1.1.8 daemon started
Jan 14 12:57:44 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 12:57:44 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 13:02:12 Archie sudo[1557]:    lenny : TTY=pts/2 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl -s -n 19 -r daemon
Jan 14 13:02:35 Archie sudo[1559]:    lenny : TTY=pts/2 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl -s -n 19 -rdaemon
Jan 14 13:03:36 Archie sudo[1582]:    lenny : TTY=pts/2 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl rdaemon
Jan 14 13:05:51 Archie sudo[1600]:    lenny : TTY=pts/2 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl -s -n 19 rdaemon
Jan 14 13:05:51 Archie alsactl[1601]: alsactl 1.1.8 daemon started
Jan 14 13:05:51 Archie alsactl[1601]: alsactl daemon stopped
Jan 14 13:15:54 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 14 13:15:54 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 13:15:54 Archie kernel: audit: type=1131 audit(1547489754.539:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 13:15:54 Archie alsactl[479]: alsactl daemon stopped
Jan 14 13:15:54 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 14 13:15:54 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 13:15:54 Archie kernel: audit: type=1131 audit(1547489754.543:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 13:16:14 Archie alsactl[529]: alsactl 1.1.8 daemon started
Jan 14 13:16:14 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 13:16:14 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 13:18:23 Archie sudo[1521]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 00:00:34 Archie alsactl[529]: alsactl daemon stopped
Jan 15 00:00:34 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 15 00:00:34 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:00:34 Archie kernel: audit: type=1131 audit(1547528434.275:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:00:35 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 15 00:00:35 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:00:54 Archie alsactl[490]: alsactl 1.1.8 daemon started
Jan 15 00:00:54 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:00:54 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:01:39 Archie sudo[1483]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 00:01:52 Archie sudo[1486]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl restore
Jan 15 00:01:54 Archie sudo[1488]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 00:02:55 Archie sudo[1495]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl store
Jan 15 00:05:19 Archie sudo[1508]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 15 00:06:05 Archie sudo[1513]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-restore.service
Jan 15 00:06:40 Archie systemd[1]: alsa-state.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Jan 15 00:06:53 Archie sudo[1538]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl restart alsa-state.service
Jan 15 00:06:53 Archie alsactl[490]: alsactl daemon stopped
Jan 15 00:06:53 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 15 00:06:53 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:06:53 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:06:53 Archie alsactl[1542]: alsactl 1.1.8 daemon started
Jan 15 00:06:53 Archie kernel: audit: type=1131 audit(1547528813.166:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:06:53 Archie kernel: audit: type=1130 audit(1547528813.166:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:06:59 Archie sudo[1543]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl restart alsa-restore.service
Jan 15 00:06:59 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 15 00:06:59 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:06:59 Archie kernel: audit: type=1131 audit(1547528819.969:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:06:59 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:06:59 Archie kernel: audit: type=1130 audit(1547528819.973:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:07:14 Archie alsactl[1542]: alsactl daemon stopped
Jan 15 00:07:14 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 15 00:07:14 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:07:14 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 15 00:07:14 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:07:14 Archie kernel: audit: type=1131 audit(1547528834.269:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:07:14 Archie kernel: audit: type=1131 audit(1547528834.269:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:07:33 Archie alsactl[484]: alsactl 1.1.8 daemon started
Jan 15 00:07:33 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:07:33 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:08:26 Archie sudo[1523]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 00:08:41 Archie sudo[1529]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl restore
Jan 15 00:08:43 Archie sudo[1531]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 00:09:23 Archie sudo[1534]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-restore.service
Jan 15 00:25:24 Archie sudo[1981]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 15 00:26:03 Archie sudo[2024]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl restart alsa-state
Jan 15 00:26:03 Archie alsactl[484]: alsactl daemon stopped
Jan 15 00:26:03 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 15 00:26:03 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:26:03 Archie kernel: audit: type=1131 audit(1547529963.903:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:30:57 Archie sudo[2126]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 15 00:31:25 Archie sudo[2147]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl restart alsa-state
Jan 15 00:31:25 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 00:31:25 Archie alsactl[2150]: alsactl 1.1.8 daemon started
Jan 15 00:31:25 Archie kernel: audit: type=1130 audit(1547530285.953:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:24:08 Archie sudo[5041]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-state.service
Jan 15 07:25:00 Archie alsactl[2150]: alsactl daemon stopped
Jan 15 07:25:00 Archie systemd[1]: alsa-state.service: Succeeded.
Jan 15 07:25:00 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:25:00 Archie kernel: audit: type=1131 audit(1547555100.979:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:25:01 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 15 07:25:01 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:25:21 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:26:17 Archie sudo[1596]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 07:43:27 Archie sudo[1649]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl restore
Jan 15 07:43:29 Archie sudo[1651]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 07:44:44 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 15 07:44:44 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:44:44 Archie kernel: audit: type=1131 audit(1547556284.513:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:45:04 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:45:41 Archie sudo[1480]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 07:46:25 Archie sudo[1489]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-restore.service
Jan 15 07:47:55 Archie sudo[1511]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl restart alsa-restore
Jan 15 07:47:55 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 15 07:47:55 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:47:55 Archie kernel: audit: type=1131 audit(1547556475.306:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:47:55 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:47:55 Archie kernel: audit: type=1130 audit(1547556475.309:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:48:03 Archie sudo[1516]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl status alsa-restore
Jan 15 07:48:11 Archie sudo[1519]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 07:48:41 Archie sudo[1525]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-restore.service
Jan 15 07:50:41 Archie sudo[1554]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl restart alsa-restore
Jan 15 07:50:41 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 15 07:50:41 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:50:41 Archie kernel: audit: type=1131 audit(1547556641.159:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:50:41 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:50:41 Archie kernel: audit: type=1130 audit(1547556641.163:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 07:50:46 Archie sudo[1560]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl status alsa-restore
Jan 15 07:50:52 Archie sudo[1563]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 08:26:24 Archie sudo[2426]:    lenny : TTY=pts/0 ; PWD=/etc/modprobe.d ; USER=root ; COMMAND=/usr/bin/vim alsa-base.conf
Jan 15 08:27:40 Archie sudo[2435]:    lenny : TTY=pts/0 ; PWD=/etc/modprobe.d ; USER=root ; COMMAND=/usr/bin/vim alsa-base.conf
Jan 15 08:29:38 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 15 08:29:38 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 08:29:38 Archie kernel: audit: type=1131 audit(1547558978.476:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 08:29:58 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 08:30:48 Archie sudo[1475]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 08:31:14 Archie sudo[1482]:    lenny : TTY=pts/0 ; PWD=/etc/modprobe.d ; USER=root ; COMMAND=/usr/bin/rm alsa-base.conf
Jan 15 09:08:00 Archie sudo[2544]:    lenny : TTY=pts/0 ; PWD=/etc/modprobe.d ; USER=root ; COMMAND=/usr/bin/vim alsa-base.conf
Jan 15 09:09:23 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 15 09:09:23 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 09:09:23 Archie kernel: audit: type=1131 audit(1547561363.449:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 09:09:42 Archie systemd-udevd[334]: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: sysfs_init:48: sysfs path '/sys' is invalid
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #11 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #12 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #13 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #14 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #15 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #16 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #17 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #47 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #52 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #53 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #54 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #55 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #56 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #57 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #58 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #59 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #60 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #61 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #62 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #63 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #64 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #65 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #66 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #67 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #68 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #69 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #70 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #71 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #72 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #73 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #74 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #75 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #76 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #78 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #79 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #80 (No such file or directory)
Jan 15 09:09:42 Archie bash[478]: /bin/alsactl: set_control:1325: failed to obtain info for control #81 (No such file or directory)
Jan 15 09:09:42 Archie systemd[1]: alsa-restore.service: Main process exited, code=exited, status=99/n/a
Jan 15 09:09:42 Archie systemd[1]: alsa-restore.service: Failed with result 'exit-code'.
Jan 15 09:09:42 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 15 09:10:55 Archie sudo[1478]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 09:15:47 Archie sudo[1918]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/systemctl status alsa-restore
Jan 15 09:16:20 Archie sudo[1924]:    lenny : TTY=pts/0 ; PWD=/usr/lib/systemd/system ; USER=root ; COMMAND=/usr/bin/vim alsa-restore.service
Jan 15 09:17:17 Archie systemd-udevd[331]: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: sysfs_init:48: sysfs path '/sys' is invalid
Jan 15 09:17:17 Archie alsactl[483]: Found hardware: "HDA-Intel" "Realtek Generic" "HDA:10ec1168,1462cb17,00100101 HDA:8086280b,80860101,00100000" "0x1462" "0xcb17"
Jan 15 09:17:17 Archie alsactl[483]: Hardware is initialized using a generic method
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #11 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #12 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #13 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #14 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #15 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #16 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #17 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #47 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #52 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #53 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #54 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #55 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #56 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #57 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #58 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #59 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #60 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #61 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #62 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #63 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #64 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #65 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #66 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #67 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #68 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #69 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #70 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #71 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #72 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #73 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #74 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #75 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #76 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #78 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #79 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #80 (No such file or directory)
Jan 15 09:17:17 Archie alsactl[483]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #81 (No such file or directory)
Jan 15 09:17:17 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 09:20:24 Archie systemd[1]: alsa-restore.service: Succeeded.
Jan 15 09:20:24 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 09:20:24 Archie kernel: audit: type=1131 audit(1547562024.429:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 09:20:43 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 09:21:05 Archie sudo[1449]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/systemctl status alsa-restore
Jan 15 09:21:23 Archie sudo[1472]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 09:38:57 Archie sudo[1926]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl restore
Jan 15 09:39:09 Archie sudo[1933]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 09:40:33 Archie sudo[1944]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl store
Jan 15 09:41:49 Archie sudo[1956]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsactl store

journalctl --user | grep alsa

Jan 12 18:43:51 Archie pulseaudio[851]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 12 18:43:51 Archie pulseaudio[851]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 12 18:50:33 Archie pulseaudio[746]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: Invalid argument
Jan 12 18:50:33 Archie pulseaudio[746]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: Invalid argument
Jan 13 00:51:41 Archie pulseaudio[718]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 13 00:51:41 Archie pulseaudio[718]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 13 08:38:53 Archie pulseaudio[721]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 13 08:38:53 Archie pulseaudio[721]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 13 16:12:06 Archie pulseaudio[711]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 13 16:12:06 Archie pulseaudio[711]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 13 21:52:03 Archie pulseaudio[711]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 13 21:52:03 Archie pulseaudio[711]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 13 22:33:31 Archie pulseaudio[709]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 13 22:33:31 Archie pulseaudio[709]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 14 08:30:10 Archie pulseaudio[709]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 14 08:30:10 Archie pulseaudio[709]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 14 09:59:54 Archie pulseaudio[694]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 14 09:59:54 Archie pulseaudio[694]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 14 10:42:30 Archie pulseaudio[759]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 14 10:47:29 Archie pulseaudio[764]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 14 10:47:29 Archie pulseaudio[764]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 14 11:04:18 Archie pulseaudio[706]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 14 11:10:50 Archie pulseaudio[722]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 14 11:10:50 Archie pulseaudio[722]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 14 13:15:55 Archie pulseaudio[707]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 15 07:44:45 Archie pulseaudio[706]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 15 07:44:45 Archie pulseaudio[706]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 15 08:29:39 Archie pulseaudio[716]: E: [alsa-sink-ALC1220 Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 15 08:29:39 Archie pulseaudio[716]: E: [alsa-source-ALC1220 Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory
Jan 15 09:20:25 Archie pulseaudio[704]: E: [alsa-sink-Generic Analog] alsa-sink.c: Error opening PCM device surround51:0: No such file or directory
Jan 15 09:20:25 Archie pulseaudio[704]: E: [alsa-source-Generic Analog] alsa-source.c: Error opening PCM device front:0: No such file or directory

Thank you


Why do we drive on the parkway and then park in the driveway?

Offline

#8 2019-01-16 09:36:38

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: SOLVED: Pithos drops out

The timestamps suggest this may have helped, but let's verify.

to limit the journal to current boot only, post

# journalctl -b

see https://wiki.archlinux.org/index.php/Sy … ing_output


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#9 2019-01-16 13:54:03

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

I have come to the conclusion that there is an issue somewhere that I am not able to identify. 

I attempted to install OSS but the installation fails with " undefined reference to `makedev' " 

Looks like I need to read up on Linux sound systems.

Last edited by lenhuppe (2019-01-16 15:13:14)


Why do we drive on the parkway and then park in the driveway?

Offline

#10 2019-01-16 14:20:09

2ManyDogs
Forum Moderator
Registered: 2012-01-15
Posts: 4,645

Re: SOLVED: Pithos drops out

Please do not mark a thread [CLOSED] -- that is used by the staff to mark threads no longer open for replies. If you are abandoning the thread, you can mark it as such, or use the Report button if you would like to have the thread deleted.

How to Post


How to post. A sincere effort to use modest and proper language and grammar is a sign of respect toward the community.

Offline

#11 2019-01-16 14:38:51

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: SOLVED: Pithos drops out

I definitely believe there's an issue somewhere but if you care about identifying it you should let us help you. I'm fairly certain that the alsa-store path (and OSS for that matter) is the wrong track  to follow. You did not yet mention pulseaudio, in which case most of the things in regards to ALSA store or mixer settings are moot anyway, as pulseaudio has it's own database for volumes and mixer settings. However that error message spew points a potential problem accessing your device in which case you might want to post

sudo fuser -v /dev/snd/*
loginctl show-session $XDG_SESSION_ID

in addition to the already requested journal output.

However as you've essentially abandoned this one, you might want to retry that approach in a new thread if you care to pick it up again.

Last edited by V1del (2019-01-16 15:33:31)

Offline

#12 2019-01-16 15:13:50

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

Hi V1del - Thank you for the lifeline.

sudo fuser -v /dev/snd/*

                        USER      PID     ACCESSS COMMAND
/dev/snd/controlC0:     lenny     757     F . . . .  pulseaudio
/dev/snd/pcmC0D0p:      lenny     757     F . . . m  pulseaudio

loginctl show-session $XDG_SESSION_ID

Id=1
User=1000
Name=lenny
Timestamp=Tue 2019-01-15 23:36:10 EST
TimestampMonotonic=3630059
VTNr=2
Seat=seat0
TTY=tty2
Remote=no
Service=gdm-autologin
Scope=session-1.scope
Leader=575
Audit=1
Type=wayland
Class=user
Active=yes
State=active
IdleHint=no
IdleSinceHint=1547642968211980
IdleSinceHintMonotonic=29601756176
LockedHint=no

Just a quick reiteration - The first issue I noticed was that Pithos would periodically stop playing for a split second.  I have been using Pithos for quite some time now and this is new. 

The second thing I noticed was a hissing noise. If I run alsamixer and set the levels the hiss seems to go away. I just can't get my changes to stick.

Last edited by lenhuppe (2019-01-16 15:27:01)


Why do we drive on the parkway and then park in the driveway?

Offline

#13 2019-01-16 15:31:37

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: SOLVED: Pithos drops out

So that in essence means your session is starting and pulseaudio is on the soundcard, that's a good start.

So you are currently for most intents and purposes using pulseaudio, can you reproduce the problematic playback behaviour in pithos, and repost during playback

sudo fuser -v /dev/snd/*
pacmd list-cards
pacmd list-sinks
pacmd list-sink-inputs

with regards to decreasing levels and a hissing noise, is there a specific control you have to set or simply decreasing the general 'volume/Master/PCM' ? if the latter, your settings should stick if you instead make the changes on your pulseaudio sound card, as opposed to the alsamixer control, if the former which control exactly, and can you post

aplay -lL
amixer -c0

Last edited by V1del (2019-01-16 15:34:50)

Offline

#14 2019-01-16 15:53:56

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

With my bad eyes I never saw Lone_Wolf's reply on my iPhone.

My apologies ...

journalctl -b

-- Logs begin at Sat 2019-01-12 11:10:14 EST, end at Wed 2019-01-16 10:46:38 EST. --
Jan 15 23:36:09 Archie kernel: Linux version 4.20.1-arch1-1-ARCH (builduser@heftig-17587) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Wed Jan 9 20:25:43 UTC 2019
Jan 15 23:36:09 Archie kernel: Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/nvme0n1p3 rw rootfstype=ext4
Jan 15 23:36:09 Archie kernel: KERNEL supported cpus:
Jan 15 23:36:09 Archie kernel:   Intel GenuineIntel
Jan 15 23:36:09 Archie kernel:   AMD AuthenticAMD
Jan 15 23:36:09 Archie kernel:   Hygon HygonGenuine
Jan 15 23:36:09 Archie kernel:   Centaur CentaurHauls
Jan 15 23:36:09 Archie kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 15 23:36:09 Archie kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 15 23:36:09 Archie kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 15 23:36:09 Archie kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Jan 15 23:36:09 Archie kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Jan 15 23:36:09 Archie kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 15 23:36:09 Archie kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Jan 15 23:36:09 Archie kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Jan 15 23:36:09 Archie kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Jan 15 23:36:09 Archie kernel: BIOS-provided physical RAM map:
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003321efff] usable
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x000000003321f000-0x000000003321ffff] ACPI NVS
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x0000000033220000-0x0000000033220fff] reserved
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x0000000033221000-0x000000003990efff] usable
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x000000003990f000-0x0000000039d8efff] reserved
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x0000000039d8f000-0x000000003a25dfff] usable
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x000000003a25e000-0x000000003a31efff] ACPI NVS
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x000000003a31f000-0x000000003aefefff] reserved
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x000000003aeff000-0x000000003aefffff] usable
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x000000003af00000-0x000000003fffffff] reserved
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 15 23:36:09 Archie kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004bdffffff] usable
Jan 15 23:36:09 Archie kernel: NX (Execute Disable) protection: active
Jan 15 23:36:09 Archie kernel: e820: update [mem 0x30579018-0x3058a857] usable ==> usable
Jan 15 23:36:09 Archie kernel: e820: update [mem 0x30579018-0x3058a857] usable ==> usable
Jan 15 23:36:09 Archie kernel: extended physical RAM map:
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000030579017] usable
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x0000000030579018-0x000000003058a857] usable
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x000000003058a858-0x000000003321efff] usable
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x000000003321f000-0x000000003321ffff] ACPI NVS
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x0000000033220000-0x0000000033220fff] reserved
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x0000000033221000-0x000000003990efff] usable
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x000000003990f000-0x0000000039d8efff] reserved
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x0000000039d8f000-0x000000003a25dfff] usable
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x000000003a25e000-0x000000003a31efff] ACPI NVS
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x000000003a31f000-0x000000003aefefff] reserved
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x000000003aeff000-0x000000003aefffff] usable
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x000000003af00000-0x000000003fffffff] reserved
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 15 23:36:09 Archie kernel: reserve setup_data: [mem 0x0000000100000000-0x00000004bdffffff] usable
Jan 15 23:36:09 Archie kernel: efi: EFI v2.70 by American Megatrends
Jan 15 23:36:09 Archie kernel: efi:  ACPI 2.0=0x3a270000  ACPI=0x3a270000  SMBIOS=0x3ac18000  MEMATTR=0x36c42018  ESRT=0x3670f918 
Jan 15 23:36:09 Archie kernel: SMBIOS 2.8 present.
Jan 15 23:36:09 Archie kernel: DMI: Micro-Star International Co., Ltd. MS-7B17/MPG Z390 GAMING PRO CARBON (MS-7B17), BIOS 1.00 09/03/2018
Jan 15 23:36:09 Archie kernel: tsc: Detected 3600.000 MHz processor
Jan 15 23:36:09 Archie kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 15 23:36:09 Archie kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 15 23:36:09 Archie kernel: last_pfn = 0x4be000 max_arch_pfn = 0x400000000
Jan 15 23:36:09 Archie kernel: MTRR default type: write-back
Jan 15 23:36:09 Archie kernel: MTRR fixed ranges enabled:
Jan 15 23:36:09 Archie kernel:   00000-9FFFF write-back
Jan 15 23:36:09 Archie kernel:   A0000-BFFFF uncachable
Jan 15 23:36:09 Archie kernel:   C0000-FFFFF write-protect
Jan 15 23:36:09 Archie kernel: MTRR variable ranges enabled:
Jan 15 23:36:09 Archie kernel:   0 base 0080000000 mask 7F80000000 uncachable
Jan 15 23:36:09 Archie kernel:   1 base 0040000000 mask 7FC0000000 uncachable
Jan 15 23:36:09 Archie kernel:   2 base 003C000000 mask 7FFC000000 uncachable
Jan 15 23:36:09 Archie kernel:   3 base 003B800000 mask 7FFF800000 uncachable
Jan 15 23:36:09 Archie kernel:   4 disabled
Jan 15 23:36:09 Archie kernel:   5 disabled
Jan 15 23:36:09 Archie kernel:   6 disabled
Jan 15 23:36:09 Archie kernel:   7 disabled
Jan 15 23:36:09 Archie kernel:   8 disabled
Jan 15 23:36:09 Archie kernel:   9 disabled
Jan 15 23:36:09 Archie kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 15 23:36:09 Archie kernel: last_pfn = 0x3af00 max_arch_pfn = 0x400000000
Jan 15 23:36:09 Archie kernel: esrt: Reserving ESRT space from 0x000000003670f918 to 0x000000003670f950.
Jan 15 23:36:09 Archie kernel: check: Scanning 1 areas for low memory corruption
Jan 15 23:36:09 Archie kernel: Base memory trampoline at [(____ptrval____)] 98000 size 24576
Jan 15 23:36:09 Archie kernel: Using GB pages for direct mapping
Jan 15 23:36:09 Archie kernel: BRK [0x2b9001000, 0x2b9001fff] PGTABLE
Jan 15 23:36:09 Archie kernel: BRK [0x2b9002000, 0x2b9002fff] PGTABLE
Jan 15 23:36:09 Archie kernel: BRK [0x2b9003000, 0x2b9003fff] PGTABLE
Jan 15 23:36:09 Archie kernel: BRK [0x2b9004000, 0x2b9004fff] PGTABLE
Jan 15 23:36:09 Archie kernel: BRK [0x2b9005000, 0x2b9005fff] PGTABLE
Jan 15 23:36:09 Archie kernel: BRK [0x2b9006000, 0x2b9006fff] PGTABLE
Jan 15 23:36:09 Archie kernel: BRK [0x2b9007000, 0x2b9007fff] PGTABLE
Jan 15 23:36:09 Archie kernel: BRK [0x2b9008000, 0x2b9008fff] PGTABLE
Jan 15 23:36:09 Archie kernel: BRK [0x2b9009000, 0x2b9009fff] PGTABLE
Jan 15 23:36:09 Archie kernel: BRK [0x2b900a000, 0x2b900afff] PGTABLE
Jan 15 23:36:09 Archie kernel: Secure boot disabled
Jan 15 23:36:09 Archie kernel: RAMDISK: [mem 0x3058b000-0x310b8fff]
Jan 15 23:36:09 Archie kernel: ACPI: Early table checksum verification disabled
Jan 15 23:36:09 Archie kernel: ACPI: RSDP 0x000000003A270000 000024 (v02 ALASKA)
Jan 15 23:36:09 Archie kernel: ACPI: XSDT 0x000000003A2700A0 0000BC (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 15 23:36:09 Archie kernel: ACPI: FACP 0x000000003A2B22F8 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Jan 15 23:36:09 Archie kernel: ACPI: DSDT 0x000000003A2701F0 042107 (v02 ALASKA A M I    01072009 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: FACS 0x000000003A31E080 000040
Jan 15 23:36:09 Archie kernel: ACPI: APIC 0x000000003A2B2410 0000BC (v04 ALASKA A M I    01072009 AMI  00010013)
Jan 15 23:36:09 Archie kernel: ACPI: FPDT 0x000000003A2B24D0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 15 23:36:09 Archie kernel: ACPI: FIDT 0x000000003A2B2518 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 15 23:36:09 Archie kernel: ACPI: MCFG 0x000000003A2B25B8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0x000000003A2B25F8 000378 (v01 SataRe SataTabl 00001000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0x000000003A2B2970 0017D5 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0x000000003A2B4148 0031C8 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: HPET 0x000000003A2B7310 000038 (v01 INTEL  A M I    00000002      01000013)
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0x000000003A2B7348 000F9E (v02 INTEL  Ther_Rvp 00001000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0x000000003A2B82E8 002951 (v02 INTEL  xh_cfsd4 00000000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: UEFI 0x000000003A2BAC40 000048 (v01 ALASKA A M I    00000002      01000013)
Jan 15 23:36:09 Archie kernel: ACPI: LPIT 0x000000003A2BAC88 00005C (v01 INTEL  A M I    00000002      01000013)
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0x000000003A2BACE8 0027DE (v02 INTEL  PtidDevc 00001000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0x000000003A2BD4C8 000FFE (v02 INTEL  TbtTypeC 00000000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: DBGP 0x000000003A2BE4C8 000034 (v01 ALASKA A M I    00000002      01000013)
Jan 15 23:36:09 Archie kernel: ACPI: DBG2 0x000000003A2BE500 000054 (v00 ALASKA A M I    00000002      01000013)
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0x000000003A2BE558 000144 (v02 Intel  ADebTabl 00001000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: WSMT 0x000000003A2BE6A0 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 15 23:36:09 Archie kernel: ACPI: Local APIC address 0xfee00000
Jan 15 23:36:09 Archie kernel: No NUMA configuration found
Jan 15 23:36:09 Archie kernel: Faking a node at [mem 0x0000000000000000-0x00000004bdffffff]
Jan 15 23:36:09 Archie kernel: NODE_DATA(0) allocated [mem 0x4bdffc000-0x4bdffffff]
Jan 15 23:36:09 Archie kernel: Zone ranges:
Jan 15 23:36:09 Archie kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 15 23:36:09 Archie kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 15 23:36:09 Archie kernel:   Normal   [mem 0x0000000100000000-0x00000004bdffffff]
Jan 15 23:36:09 Archie kernel:   Device   empty
Jan 15 23:36:09 Archie kernel: Movable zone start for each node
Jan 15 23:36:09 Archie kernel: Early memory node ranges
Jan 15 23:36:09 Archie kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Jan 15 23:36:09 Archie kernel:   node   0: [mem 0x0000000000100000-0x000000003321efff]
Jan 15 23:36:09 Archie kernel:   node   0: [mem 0x0000000033221000-0x000000003990efff]
Jan 15 23:36:09 Archie kernel:   node   0: [mem 0x0000000039d8f000-0x000000003a25dfff]
Jan 15 23:36:09 Archie kernel:   node   0: [mem 0x000000003aeff000-0x000000003aefffff]
Jan 15 23:36:09 Archie kernel:   node   0: [mem 0x0000000100000000-0x00000004bdffffff]
Jan 15 23:36:09 Archie kernel: Zeroed struct page in unavailable ranges: 25221 pages
Jan 15 23:36:09 Archie kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004bdffffff]
Jan 15 23:36:09 Archie kernel: On node 0 totalpages: 4160891
Jan 15 23:36:09 Archie kernel:   DMA zone: 64 pages used for memmap
Jan 15 23:36:09 Archie kernel:   DMA zone: 22 pages reserved
Jan 15 23:36:09 Archie kernel:   DMA zone: 3998 pages, LIFO batch:0
Jan 15 23:36:09 Archie kernel:   DMA32 zone: 3640 pages used for memmap
Jan 15 23:36:09 Archie kernel:   DMA32 zone: 232925 pages, LIFO batch:63
Jan 15 23:36:09 Archie kernel:   Normal zone: 61312 pages used for memmap
Jan 15 23:36:09 Archie kernel:   Normal zone: 3923968 pages, LIFO batch:63
Jan 15 23:36:09 Archie kernel: Reserving Intel graphics memory at [mem 0x3c000000-0x3fffffff]
Jan 15 23:36:09 Archie kernel: ACPI: PM-Timer IO Port: 0x1808
Jan 15 23:36:09 Archie kernel: ACPI: Local APIC address 0xfee00000
Jan 15 23:36:09 Archie kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jan 15 23:36:09 Archie kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jan 15 23:36:09 Archie kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jan 15 23:36:09 Archie kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jan 15 23:36:09 Archie kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jan 15 23:36:09 Archie kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jan 15 23:36:09 Archie kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jan 15 23:36:09 Archie kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jan 15 23:36:09 Archie kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jan 15 23:36:09 Archie kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 15 23:36:09 Archie kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 15 23:36:09 Archie kernel: ACPI: IRQ0 used by override.
Jan 15 23:36:09 Archie kernel: ACPI: IRQ9 used by override.
Jan 15 23:36:09 Archie kernel: Using ACPI (MADT) for SMP configuration information
Jan 15 23:36:09 Archie kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jan 15 23:36:09 Archie kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0x30579000-0x30579fff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0x3058a000-0x3058afff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0x3321f000-0x3321ffff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0x33220000-0x33220fff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0x3990f000-0x39d8efff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0x3a25e000-0x3a31efff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0x3a31f000-0x3aefefff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0x3af00000-0x3fffffff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0x40000000-0xdfffffff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Jan 15 23:36:09 Archie kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jan 15 23:36:09 Archie kernel: [mem 0x40000000-0xdfffffff] available for PCI devices
Jan 15 23:36:09 Archie kernel: Booting paravirtualized kernel on bare hardware
Jan 15 23:36:09 Archie kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 15 23:36:09 Archie kernel: random: get_random_bytes called from start_kernel+0x95/0x54e with crng_init=0
Jan 15 23:36:09 Archie kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Jan 15 23:36:09 Archie kernel: percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u262144
Jan 15 23:36:09 Archie kernel: pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
Jan 15 23:36:09 Archie kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Jan 15 23:36:09 Archie kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4095853
Jan 15 23:36:09 Archie kernel: Policy zone: Normal
Jan 15 23:36:09 Archie kernel: Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/nvme0n1p3 rw rootfstype=ext4
Jan 15 23:36:09 Archie kernel: Calgary: detecting Calgary via BIOS EBDA area
Jan 15 23:36:09 Archie kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jan 15 23:36:09 Archie kernel: Memory: 16200304K/16643564K available (12293K kernel code, 1268K rwdata, 3728K rodata, 1532K init, 3936K bss, 443260K reserved, 0K cma-reserved)
Jan 15 23:36:09 Archie kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jan 15 23:36:09 Archie kernel: ftrace: allocating 35813 entries in 140 pages
Jan 15 23:36:09 Archie kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 15 23:36:09 Archie kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
Jan 15 23:36:09 Archie kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Jan 15 23:36:09 Archie kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Jan 15 23:36:09 Archie kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 15 23:36:09 Archie kernel:         Tasks RCU enabled.
Jan 15 23:36:09 Archie kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 15 23:36:09 Archie kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Jan 15 23:36:09 Archie kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Jan 15 23:36:09 Archie kernel: rcu:         Offload RCU callbacks from CPUs: (none).
Jan 15 23:36:09 Archie kernel: Console: colour dummy device 80x25
Jan 15 23:36:09 Archie kernel: printk: console [tty0] enabled
Jan 15 23:36:09 Archie kernel: ACPI: Core revision 20181003
Jan 15 23:36:09 Archie kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Jan 15 23:36:09 Archie kernel: hpet clockevent registered
Jan 15 23:36:09 Archie kernel: APIC: Switch to symmetric I/O mode setup
Jan 15 23:36:09 Archie kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Jan 15 23:36:09 Archie kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 15 23:36:09 Archie kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
Jan 15 23:36:09 Archie kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7202.00 BogoMIPS (lpj=12000000)
Jan 15 23:36:09 Archie kernel: pid_max: default: 32768 minimum: 301
Jan 15 23:36:09 Archie kernel: LSM: Security Framework initializing
Jan 15 23:36:09 Archie kernel: Yama: becoming mindful.
Jan 15 23:36:09 Archie kernel: AppArmor: AppArmor disabled by boot time parameter
Jan 15 23:36:09 Archie kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Jan 15 23:36:09 Archie kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Jan 15 23:36:09 Archie kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Jan 15 23:36:09 Archie kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Jan 15 23:36:09 Archie kernel: mce: CPU supports 14 MCE banks
Jan 15 23:36:09 Archie kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 15 23:36:09 Archie kernel: process: using mwait in idle threads
Jan 15 23:36:09 Archie kernel: Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
Jan 15 23:36:09 Archie kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Jan 15 23:36:09 Archie kernel: Spectre V2 : Mitigation: Full generic retpoline
Jan 15 23:36:09 Archie kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 15 23:36:09 Archie kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jan 15 23:36:09 Archie kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jan 15 23:36:09 Archie kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Jan 15 23:36:09 Archie kernel: Freeing SMP alternatives memory: 28K
Jan 15 23:36:09 Archie kernel: TSC deadline timer enabled
Jan 15 23:36:09 Archie kernel: smpboot: CPU0: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0xc)
Jan 15 23:36:09 Archie kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Jan 15 23:36:09 Archie kernel: ... version:                4
Jan 15 23:36:09 Archie kernel: ... bit width:              48
Jan 15 23:36:09 Archie kernel: ... generic registers:      8
Jan 15 23:36:09 Archie kernel: ... value mask:             0000ffffffffffff
Jan 15 23:36:09 Archie kernel: ... max period:             00007fffffffffff
Jan 15 23:36:09 Archie kernel: ... fixed-purpose events:   3
Jan 15 23:36:09 Archie kernel: ... event mask:             00000007000000ff
Jan 15 23:36:09 Archie kernel: rcu: Hierarchical SRCU implementation.
Jan 15 23:36:09 Archie kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 15 23:36:09 Archie kernel: smp: Bringing up secondary CPUs ...
Jan 15 23:36:09 Archie kernel: x86: Booting SMP configuration:
Jan 15 23:36:09 Archie kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Jan 15 23:36:09 Archie kernel: smp: Brought up 1 node, 8 CPUs
Jan 15 23:36:09 Archie kernel: smpboot: Max logical packages: 1
Jan 15 23:36:09 Archie kernel: smpboot: Total of 8 processors activated (57623.00 BogoMIPS)
Jan 15 23:36:09 Archie kernel: devtmpfs: initialized
Jan 15 23:36:09 Archie kernel: x86/mm: Memory block size: 128MB
Jan 15 23:36:09 Archie kernel: PM: Registering ACPI NVS region [mem 0x3321f000-0x3321ffff] (4096 bytes)
Jan 15 23:36:09 Archie kernel: PM: Registering ACPI NVS region [mem 0x3a25e000-0x3a31efff] (790528 bytes)
Jan 15 23:36:09 Archie kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 15 23:36:09 Archie kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Jan 15 23:36:09 Archie kernel: pinctrl core: initialized pinctrl subsystem
Jan 15 23:36:09 Archie kernel: RTC time:  4:36:06, date: 01/16/19
Jan 15 23:36:09 Archie kernel: NET: Registered protocol family 16
Jan 15 23:36:09 Archie kernel: audit: initializing netlink subsys (disabled)
Jan 15 23:36:09 Archie kernel: audit: type=2000 audit(1547613366.369:1): state=initialized audit_enabled=0 res=1
Jan 15 23:36:09 Archie kernel: cpuidle: using governor ladder
Jan 15 23:36:09 Archie kernel: cpuidle: using governor menu
Jan 15 23:36:09 Archie kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 15 23:36:09 Archie kernel: ACPI: bus type PCI registered
Jan 15 23:36:09 Archie kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 15 23:36:09 Archie kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jan 15 23:36:09 Archie kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Jan 15 23:36:09 Archie kernel: PCI: Using configuration type 1 for base access
Jan 15 23:36:09 Archie kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Jan 15 23:36:09 Archie kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jan 15 23:36:09 Archie kernel: ACPI: Added _OSI(Module Device)
Jan 15 23:36:09 Archie kernel: ACPI: Added _OSI(Processor Device)
Jan 15 23:36:09 Archie kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 15 23:36:09 Archie kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 15 23:36:09 Archie kernel: ACPI: Added _OSI(Linux-Dell-Video)
Jan 15 23:36:09 Archie kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jan 15 23:36:09 Archie kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Jan 15 23:36:09 Archie kernel: ACPI: Dynamic OEM Table Load:
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0xFFFF9796AB547800 00078C (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Jan 15 23:36:09 Archie kernel: ACPI: Dynamic OEM Table Load:
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0xFFFF9796AB0E7400 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: Dynamic OEM Table Load:
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0xFFFF9796AB0D7E00 00011B (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: Dynamic OEM Table Load:
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0xFFFF9796AB545000 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: Dynamic OEM Table Load:
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0xFFFF9796AB0DC000 000EF1 (v02 PmRef  ApIst    00003000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: Dynamic OEM Table Load:
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0xFFFF9796AB0E4C00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: Dynamic OEM Table Load:
Jan 15 23:36:09 Archie kernel: ACPI: SSDT 0xFFFF9796AB0E2800 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
Jan 15 23:36:09 Archie kernel: ACPI: Interpreter enabled
Jan 15 23:36:09 Archie kernel: ACPI: (supports S0 S3 S4 S5)
Jan 15 23:36:09 Archie kernel: ACPI: Using IOAPIC for interrupt routing
Jan 15 23:36:09 Archie kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 15 23:36:09 Archie kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Jan 15 23:36:09 Archie kernel: ACPI: Power Resource [USBC] (on)
Jan 15 23:36:09 Archie kernel: ACPI: Power Resource [V0PR] (on)
Jan 15 23:36:09 Archie kernel: ACPI: Power Resource [V1PR] (on)
Jan 15 23:36:09 Archie kernel: ACPI: Power Resource [V2PR] (on)
Jan 15 23:36:09 Archie kernel: ACPI: Power Resource [WRST] (on)
Jan 15 23:36:09 Archie kernel: ACPI: Power Resource [FN00] (off)
Jan 15 23:36:09 Archie kernel: ACPI: Power Resource [FN01] (off)
Jan 15 23:36:09 Archie kernel: ACPI: Power Resource [FN02] (off)
Jan 15 23:36:09 Archie kernel: ACPI: Power Resource [FN03] (off)
Jan 15 23:36:09 Archie kernel: ACPI: Power Resource [FN04] (off)
Jan 15 23:36:09 Archie kernel: ACPI: Power Resource [PIN] (off)
Jan 15 23:36:09 Archie kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jan 15 23:36:09 Archie kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jan 15 23:36:09 Archie kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
Jan 15 23:36:09 Archie kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
Jan 15 23:36:09 Archie kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jan 15 23:36:09 Archie kernel: PCI host bridge to bus 0000:00
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0x40000000-0xdfffffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jan 15 23:36:09 Archie kernel: pci 0000:00:00.0: [8086:3e30] type 00 class 0x060000
Jan 15 23:36:09 Archie kernel: pci 0000:00:02.0: [8086:3e98] type 00 class 0x030000
Jan 15 23:36:09 Archie kernel: pci 0000:00:02.0: reg 0x10: [mem 0x51000000-0x51ffffff 64bit]
Jan 15 23:36:09 Archie kernel: pci 0000:00:02.0: reg 0x18: [mem 0x40000000-0x4fffffff 64bit pref]
Jan 15 23:36:09 Archie kernel: pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
Jan 15 23:36:09 Archie kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jan 15 23:36:09 Archie kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
Jan 15 23:36:09 Archie kernel: pci 0000:00:08.0: reg 0x10: [mem 0x52c3e000-0x52c3efff 64bit]
Jan 15 23:36:09 Archie kernel: pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
Jan 15 23:36:09 Archie kernel: pci 0000:00:12.0: reg 0x10: [mem 0x52c3d000-0x52c3dfff 64bit]
Jan 15 23:36:09 Archie kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
Jan 15 23:36:09 Archie kernel: pci 0000:00:14.0: reg 0x10: [mem 0x52c20000-0x52c2ffff 64bit]
Jan 15 23:36:09 Archie kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jan 15 23:36:09 Archie kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
Jan 15 23:36:09 Archie kernel: pci 0000:00:14.2: reg 0x10: [mem 0x52c36000-0x52c37fff 64bit]
Jan 15 23:36:09 Archie kernel: pci 0000:00:14.2: reg 0x18: [mem 0x52c3c000-0x52c3cfff 64bit]
Jan 15 23:36:09 Archie kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
Jan 15 23:36:09 Archie kernel: pci 0000:00:16.0: reg 0x10: [mem 0x52c3b000-0x52c3bfff 64bit]
Jan 15 23:36:09 Archie kernel: pci 0000:00:16.0: PME# supported from D3hot
Jan 15 23:36:09 Archie kernel: pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
Jan 15 23:36:09 Archie kernel: pci 0000:00:17.0: reg 0x10: [mem 0x52c34000-0x52c35fff]
Jan 15 23:36:09 Archie kernel: pci 0000:00:17.0: reg 0x14: [mem 0x52c3a000-0x52c3a0ff]
Jan 15 23:36:09 Archie kernel: pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
Jan 15 23:36:09 Archie kernel: pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
Jan 15 23:36:09 Archie kernel: pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
Jan 15 23:36:09 Archie kernel: pci 0000:00:17.0: reg 0x24: [mem 0x52c39000-0x52c397ff]
Jan 15 23:36:09 Archie kernel: pci 0000:00:17.0: PME# supported from D3hot
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.0: PTM enabled (root), 4dns granularity
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.4: [8086:a32c] type 01 class 0x060400
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.4: PME# supported from D0 D3hot D3cold
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.4: PTM enabled (root), 4dns granularity
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.0: [8086:a305] type 00 class 0x060100
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x52c30000-0x52c33fff 64bit]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x52000000-0x520fffff 64bit]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x52c38000-0x52c380ff 64bit]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.6: [8086:15bc] type 00 class 0x020000
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.6: reg 0x10: [mem 0x52c00000-0x52c1ffff]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Jan 15 23:36:09 Archie kernel: pci 0000:01:00.0: [126f:2262] type 00 class 0x010802
Jan 15 23:36:09 Archie kernel: pci 0000:01:00.0: reg 0x10: [mem 0x52b00000-0x52b03fff 64bit]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.0: PCI bridge to [bus 01]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.0:   bridge window [mem 0x52b00000-0x52bfffff]
Jan 15 23:36:09 Archie kernel: acpiphp: Slot [1] registered
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.4: PCI bridge to [bus 02]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.4:   bridge window [io  0x3000-0x3fff]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.4:   bridge window [mem 0x52100000-0x52afffff]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.4:   bridge window [mem 0x50000000-0x509fffff 64bit pref]
Jan 15 23:36:09 Archie kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs) *0
Jan 15 23:36:09 Archie kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs) *1
Jan 15 23:36:09 Archie kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs) *0
Jan 15 23:36:09 Archie kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs) *0
Jan 15 23:36:09 Archie kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs) *0
Jan 15 23:36:09 Archie kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs) *0
Jan 15 23:36:09 Archie kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs) *0
Jan 15 23:36:09 Archie kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs) *0
Jan 15 23:36:09 Archie kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jan 15 23:36:09 Archie kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jan 15 23:36:09 Archie kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jan 15 23:36:09 Archie kernel: vgaarb: loaded
Jan 15 23:36:09 Archie kernel: ACPI: bus type USB registered
Jan 15 23:36:09 Archie kernel: usbcore: registered new interface driver usbfs
Jan 15 23:36:09 Archie kernel: usbcore: registered new interface driver hub
Jan 15 23:36:09 Archie kernel: usbcore: registered new device driver usb
Jan 15 23:36:09 Archie kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 15 23:36:09 Archie kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 15 23:36:09 Archie kernel: PTP clock support registered
Jan 15 23:36:09 Archie kernel: EDAC MC: Ver: 3.0.0
Jan 15 23:36:09 Archie kernel: Registered efivars operations
Jan 15 23:36:09 Archie kernel: PCI: Using ACPI for IRQ routing
Jan 15 23:36:09 Archie kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 15 23:36:09 Archie kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Jan 15 23:36:09 Archie kernel: e820: reserve RAM buffer [mem 0x30579018-0x33ffffff]
Jan 15 23:36:09 Archie kernel: e820: reserve RAM buffer [mem 0x3321f000-0x33ffffff]
Jan 15 23:36:09 Archie kernel: e820: reserve RAM buffer [mem 0x3990f000-0x3bffffff]
Jan 15 23:36:09 Archie kernel: e820: reserve RAM buffer [mem 0x3a25e000-0x3bffffff]
Jan 15 23:36:09 Archie kernel: e820: reserve RAM buffer [mem 0x3af00000-0x3bffffff]
Jan 15 23:36:09 Archie kernel: e820: reserve RAM buffer [mem 0x4be000000-0x4bfffffff]
Jan 15 23:36:09 Archie kernel: NetLabel: Initializing
Jan 15 23:36:09 Archie kernel: NetLabel:  domain hash size = 128
Jan 15 23:36:09 Archie kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 15 23:36:09 Archie kernel: NetLabel:  unlabeled traffic allowed by default
Jan 15 23:36:09 Archie kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jan 15 23:36:09 Archie kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Jan 15 23:36:09 Archie kernel: clocksource: Switched to clocksource tsc-early
Jan 15 23:36:09 Archie kernel: VFS: Disk quotas dquot_6.6.0
Jan 15 23:36:09 Archie kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 15 23:36:09 Archie kernel: pnp: PnP ACPI init
Jan 15 23:36:09 Archie kernel: system 00:00: [io  0x0a00-0x0a0f] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:00: [io  0x0a10-0x0a1f] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:00: [io  0x0a20-0x0a2f] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:00: [io  0x0a30-0x0a3f] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 15 23:36:09 Archie kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 15 23:36:09 Archie kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Jan 15 23:36:09 Archie kernel: system 00:03: [io  0x1854-0x1857] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Jan 15 23:36:09 Archie kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
Jan 15 23:36:09 Archie kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 15 23:36:09 Archie kernel: system 00:05: [io  0x1800-0x18fe] could not be reserved
Jan 15 23:36:09 Archie kernel: system 00:05: [mem 0xfd000000-0xfd69ffff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
Jan 15 23:36:09 Archie kernel: system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 15 23:36:09 Archie kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 15 23:36:09 Archie kernel: system 00:07: [mem 0xfd6e0000-0xfd6effff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:07: [mem 0xfd6d0000-0xfd6dffff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:07: [mem 0xfd6b0000-0xfd6bffff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:07: [mem 0xfd6a0000-0xfd6affff] has been reserved
Jan 15 23:36:09 Archie kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 15 23:36:09 Archie kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 15 23:36:09 Archie kernel: pnp: PnP ACPI: found 9 devices
Jan 15 23:36:09 Archie kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.0: PCI bridge to [bus 01]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.0:   bridge window [mem 0x52b00000-0x52bfffff]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.4: PCI bridge to [bus 02]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.4:   bridge window [io  0x3000-0x3fff]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.4:   bridge window [mem 0x52100000-0x52afffff]
Jan 15 23:36:09 Archie kernel: pci 0000:00:1b.4:   bridge window [mem 0x50000000-0x509fffff 64bit pref]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 20 [mem 0x40000000-0xdfffffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:00: resource 21 [mem 0xfc800000-0xfe7fffff window]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:01: resource 1 [mem 0x52b00000-0x52bfffff]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:02: resource 1 [mem 0x52100000-0x52afffff]
Jan 15 23:36:09 Archie kernel: pci_bus 0000:02: resource 2 [mem 0x50000000-0x509fffff 64bit pref]
Jan 15 23:36:09 Archie kernel: NET: Registered protocol family 2
Jan 15 23:36:09 Archie kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
Jan 15 23:36:09 Archie kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Jan 15 23:36:09 Archie kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Jan 15 23:36:09 Archie kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jan 15 23:36:09 Archie kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
Jan 15 23:36:09 Archie kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Jan 15 23:36:09 Archie kernel: NET: Registered protocol family 1
Jan 15 23:36:09 Archie kernel: NET: Registered protocol family 44
Jan 15 23:36:09 Archie kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jan 15 23:36:09 Archie kernel: PCI: CLS 64 bytes, default 64
Jan 15 23:36:09 Archie kernel: Unpacking initramfs...
Jan 15 23:36:09 Archie kernel: Freeing initrd memory: 11448K
Jan 15 23:36:09 Archie kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 15 23:36:09 Archie kernel: software IO TLB: mapped [mem 0x2c578000-0x30578000] (64MB)
Jan 15 23:36:09 Archie kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
Jan 15 23:36:09 Archie kernel: clocksource: Switched to clocksource tsc
Jan 15 23:36:09 Archie kernel: check: Scanning for low memory corruption every 60 seconds
Jan 15 23:36:09 Archie kernel: Initialise system trusted keyrings
Jan 15 23:36:09 Archie kernel: Key type blacklist registered
Jan 15 23:36:09 Archie kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jan 15 23:36:09 Archie kernel: zbud: loaded
Jan 15 23:36:09 Archie kernel: Key type asymmetric registered
Jan 15 23:36:09 Archie kernel: Asymmetric key parser 'x509' registered
Jan 15 23:36:09 Archie kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Jan 15 23:36:09 Archie kernel: io scheduler noop registered
Jan 15 23:36:09 Archie kernel: io scheduler deadline registered
Jan 15 23:36:09 Archie kernel: io scheduler cfq registered (default)
Jan 15 23:36:09 Archie kernel: io scheduler mq-deadline registered
Jan 15 23:36:09 Archie kernel: io scheduler kyber registered
Jan 15 23:36:09 Archie kernel: io scheduler bfq registered
Jan 15 23:36:09 Archie kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 15 23:36:09 Archie kernel: efifb: probing for efifb
Jan 15 23:36:09 Archie kernel: efifb: No BGRT, not showing boot graphics
Jan 15 23:36:09 Archie kernel: efifb: framebuffer at 0x40000000, using 3072k, total 3072k
Jan 15 23:36:09 Archie kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Jan 15 23:36:09 Archie kernel: efifb: scrolling: redraw
Jan 15 23:36:09 Archie kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jan 15 23:36:09 Archie kernel: fbcon: Deferring console take-over
Jan 15 23:36:09 Archie kernel: fb0: EFI VGA frame buffer device
Jan 15 23:36:09 Archie kernel: intel_idle: MWAIT substates: 0x11142120
Jan 15 23:36:09 Archie kernel: intel_idle: v0.4.1 model 0x9E
Jan 15 23:36:09 Archie kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Jan 15 23:36:09 Archie kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Jan 15 23:36:09 Archie kernel: ACPI: Sleep Button [SLPB]
Jan 15 23:36:09 Archie kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jan 15 23:36:09 Archie kernel: ACPI: Power Button [PWRB]
Jan 15 23:36:09 Archie kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jan 15 23:36:09 Archie kernel: ACPI: Power Button [PWRF]
Jan 15 23:36:09 Archie kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jan 15 23:36:09 Archie kernel: ACPI: Thermal Zone [TZ00] (28 C)
Jan 15 23:36:09 Archie kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jan 15 23:36:09 Archie kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Jan 15 23:36:09 Archie kernel: nvme nvme0: pci function 0000:01:00.0
Jan 15 23:36:09 Archie kernel: usbcore: registered new interface driver usbserial_generic
Jan 15 23:36:09 Archie kernel: usbserial: USB Serial support registered for generic
Jan 15 23:36:09 Archie kernel: rtc_cmos 00:02: RTC can wake from S4
Jan 15 23:36:09 Archie kernel: rtc_cmos 00:02: registered as rtc0
Jan 15 23:36:09 Archie kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jan 15 23:36:09 Archie kernel: intel_pstate: Intel P-state driver initializing
Jan 15 23:36:09 Archie kernel: intel_pstate: HWP enabled
Jan 15 23:36:09 Archie kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 15 23:36:09 Archie kernel: intel_pmc_core:  initialized
Jan 15 23:36:09 Archie kernel: NET: Registered protocol family 10
Jan 15 23:36:09 Archie kernel: Segment Routing with IPv6
Jan 15 23:36:09 Archie kernel: NET: Registered protocol family 17
Jan 15 23:36:09 Archie kernel: RAS: Correctable Errors collector initialized.
Jan 15 23:36:09 Archie kernel: microcode: sig=0x906ec, pf=0x2, revision=0x98
Jan 15 23:36:09 Archie kernel: microcode: Microcode Update Driver: v2.2.
Jan 15 23:36:09 Archie kernel: sched_clock: Marking stable (1038484582, -2924408)->(1041079961, -5519787)
Jan 15 23:36:09 Archie kernel: registered taskstats version 1
Jan 15 23:36:09 Archie kernel: Loading compiled-in X.509 certificates
Jan 15 23:36:09 Archie kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 038be8b2dcfde68d74030217493bbb8bf1805be5'
Jan 15 23:36:09 Archie kernel: zswap: loaded using pool lzo/zbud
Jan 15 23:36:09 Archie kernel: Key type big_key registered
Jan 15 23:36:09 Archie kernel:   Magic number: 3:174:616
Jan 15 23:36:09 Archie kernel:  clockevents: hash matches
Jan 15 23:36:09 Archie kernel: rtc_cmos 00:02: setting system clock to 2019-01-16 04:36:07 UTC (1547613367)
Jan 15 23:36:09 Archie kernel: nvme nvme0: missing or invalid SUBNQN field.
Jan 15 23:36:09 Archie kernel:  nvme0n1: p1 p2 p3
Jan 15 23:36:09 Archie kernel: Freeing unused decrypted memory: 2040K
Jan 15 23:36:09 Archie kernel: Freeing unused kernel image memory: 1532K
Jan 15 23:36:09 Archie kernel: Write protecting the kernel read-only data: 18432k
Jan 15 23:36:09 Archie kernel: Freeing unused kernel image memory: 2016K
Jan 15 23:36:09 Archie kernel: Freeing unused kernel image memory: 368K
Jan 15 23:36:09 Archie kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 15 23:36:09 Archie kernel: Run /init as init process
Jan 15 23:36:09 Archie kernel: fbcon: Taking over console
Jan 15 23:36:09 Archie kernel: Console: switching to colour frame buffer device 128x48
Jan 15 23:36:09 Archie kernel: Linux agpgart interface v0.103
Jan 15 23:36:09 Archie kernel: VFIO - User Level meta-driver version: 0.3
Jan 15 23:36:09 Archie kernel: checking generic (40000000 300000) vs hw (40000000 10000000)
Jan 15 23:36:09 Archie kernel: fb0: switching to inteldrmfb from EFI VGA
Jan 15 23:36:09 Archie kernel: Console: switching to colour dummy device 80x25
Jan 15 23:36:09 Archie kernel: [drm] Replacing VGA console driver
Jan 15 23:36:09 Archie kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jan 15 23:36:09 Archie kernel: [drm] Driver supports precise vblank timestamp query.
Jan 15 23:36:09 Archie kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jan 15 23:36:09 Archie kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Jan 15 23:36:09 Archie kernel: [drm] failed to retrieve link info, disabling eDP
Jan 15 23:36:09 Archie kernel: [drm] Initialized i915 1.6.0 20180921 for 0000:00:02.0 on minor 0
Jan 15 23:36:09 Archie kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jan 15 23:36:09 Archie kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
Jan 15 23:36:09 Archie kernel: fbcon: inteldrmfb (fb0) is primary device
Jan 15 23:36:09 Archie kernel: random: fast init done
Jan 15 23:36:09 Archie kernel: Console: switching to colour frame buffer device 480x135
Jan 15 23:36:09 Archie kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Jan 15 23:36:09 Archie kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 15 23:36:09 Archie kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jan 15 23:36:09 Archie kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Jan 15 23:36:09 Archie kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Jan 15 23:36:09 Archie kernel: SCSI subsystem initialized
Jan 15 23:36:09 Archie kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
Jan 15 23:36:09 Archie kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 15 23:36:09 Archie kernel: usb usb1: Product: xHCI Host Controller
Jan 15 23:36:09 Archie kernel: usb usb1: Manufacturer: Linux 4.20.1-arch1-1-ARCH xhci-hcd
Jan 15 23:36:09 Archie kernel: usb usb1: SerialNumber: 0000:00:14.0
Jan 15 23:36:09 Archie kernel: hub 1-0:1.0: USB hub found
Jan 15 23:36:09 Archie kernel: hub 1-0:1.0: 16 ports detected
Jan 15 23:36:09 Archie kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 15 23:36:09 Archie kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jan 15 23:36:09 Archie kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Jan 15 23:36:09 Archie kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
Jan 15 23:36:09 Archie kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 15 23:36:09 Archie kernel: usb usb2: Product: xHCI Host Controller
Jan 15 23:36:09 Archie kernel: usb usb2: Manufacturer: Linux 4.20.1-arch1-1-ARCH xhci-hcd
Jan 15 23:36:09 Archie kernel: usb usb2: SerialNumber: 0000:00:14.0
Jan 15 23:36:09 Archie kernel: hub 2-0:1.0: USB hub found
Jan 15 23:36:09 Archie kernel: hub 2-0:1.0: 10 ports detected
Jan 15 23:36:09 Archie kernel: libata version 3.00 loaded.
Jan 15 23:36:09 Archie kernel: ahci 0000:00:17.0: version 3.0
Jan 15 23:36:09 Archie kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf impl SATA mode
Jan 15 23:36:09 Archie kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds apst 
Jan 15 23:36:09 Archie kernel: scsi host0: ahci
Jan 15 23:36:09 Archie kernel: scsi host1: ahci
Jan 15 23:36:09 Archie kernel: scsi host2: ahci
Jan 15 23:36:09 Archie kernel: scsi host3: ahci
Jan 15 23:36:09 Archie kernel: ata1: SATA max UDMA/133 abar m2048@0x52c39000 port 0x52c39100 irq 131
Jan 15 23:36:09 Archie kernel: ata2: SATA max UDMA/133 abar m2048@0x52c39000 port 0x52c39180 irq 131
Jan 15 23:36:09 Archie kernel: ata3: SATA max UDMA/133 abar m2048@0x52c39000 port 0x52c39200 irq 131
Jan 15 23:36:09 Archie kernel: ata4: SATA max UDMA/133 abar m2048@0x52c39000 port 0x52c39280 irq 131
Jan 15 23:36:09 Archie kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Jan 15 23:36:09 Archie kernel: usb 1-2: New USB device found, idVendor=051d, idProduct=0002, bcdDevice= 0.90
Jan 15 23:36:09 Archie kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 15 23:36:09 Archie kernel: usb 1-2: Product: Back-UPS XS 1500G FW:866.L8 .D USB FW:L8 
Jan 15 23:36:09 Archie kernel: usb 1-2: Manufacturer: American Power Conversion
Jan 15 23:36:09 Archie kernel: usb 1-2: SerialNumber: 4B1649P10907  
Jan 15 23:36:09 Archie kernel: hidraw: raw HID events driver (C) Jiri Kosina
Jan 15 23:36:09 Archie kernel: usbcore: registered new interface driver usbhid
Jan 15 23:36:09 Archie kernel: usbhid: USB HID core driver
Jan 15 23:36:09 Archie kernel: hid-generic 0003:051D:0002.0001: hiddev0,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS XS 1500G FW:866.L8 .D USB FW:L8 ] on usb-0000:00:14.0-2/input0
Jan 15 23:36:09 Archie kernel: ata2: SATA link down (SStatus 4 SControl 300)
Jan 15 23:36:09 Archie kernel: ata4: SATA link down (SStatus 4 SControl 300)
Jan 15 23:36:09 Archie kernel: ata1: SATA link down (SStatus 4 SControl 300)
Jan 15 23:36:09 Archie kernel: ata3: SATA link down (SStatus 4 SControl 300)
Jan 15 23:36:09 Archie kernel: EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
Jan 15 23:36:09 Archie systemd[1]: systemd 240 running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Jan 15 23:36:09 Archie systemd[1]: Detected architecture x86-64.
Jan 15 23:36:09 Archie systemd[1]: Set hostname to <Archie>.
Jan 15 23:36:09 Archie kernel: usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
Jan 15 23:36:09 Archie systemd[1]: /usr/lib/systemd/system/auditd.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/auditd.pid → /run/auditd.pid; please update the unit file accordingly.
Jan 15 23:36:09 Archie systemd[1]: /etc/systemd/system/reflector.timer:2: Unknown lvalue 'Descrition' in section 'Unit'
Jan 15 23:36:09 Archie systemd[1]: Created slice User and Session Slice.
Jan 15 23:36:09 Archie systemd[1]: Listening on LVM2 metadata daemon socket.
Jan 15 23:36:09 Archie systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jan 15 23:36:09 Archie systemd[1]: Listening on udev Kernel Socket.
Jan 15 23:36:09 Archie systemd[1]: Listening on Journal Socket (/dev/log).
Jan 15 23:36:09 Archie kernel: random: lvm: uninitialized urandom read (4 bytes read)
Jan 15 23:36:09 Archie kernel: EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
Jan 15 23:36:09 Archie kernel: random: systemd-random-: uninitialized urandom read (512 bytes read)
Jan 15 23:36:09 Archie kernel: audit: type=1130 audit(1547613369.069:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie kernel: audit: type=1130 audit(1547613369.069:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie kernel: audit: type=1130 audit(1547613369.073:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd-journald[352]: Journal started
Jan 15 23:36:09 Archie systemd-journald[352]: Runtime journal (/run/log/journal/8c339c0ef84248da92e86ba335a68444) is 8.0M, max 795.4M, 787.4M free.
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd-modules-load[348]: Inserted module 'crypto_user'
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd-modules-load[348]: Inserted module 'sg'
Jan 15 23:36:09 Archie systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 15 23:36:09 Archie kernel: audit: type=1130 audit(1547613369.079:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd-journald[352]: Time spent on flushing to /var is 74.637ms for 692 entries.
Jan 15 23:36:09 Archie systemd-journald[352]: System journal (/var/log/journal/8c339c0ef84248da92e86ba335a68444) is 80.0M, max 4.0G, 3.9G free.
Jan 15 23:36:09 Archie kernel: audit: type=1130 audit(1547613369.089:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie kernel: audit: type=1130 audit(1547613369.096:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie kernel: audit: type=1130 audit(1547613369.113:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
Jan 15 23:36:09 Archie kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Started udev Coldplug all Devices.
Jan 15 23:36:09 Archie kernel: audit: type=1130 audit(1547613369.166:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Started udev Kernel Device Manager.
Jan 15 23:36:09 Archie systemd[1]: Starting Network Service...
Jan 15 23:36:09 Archie systemd-networkd[369]: Enumeration completed
Jan 15 23:36:09 Archie systemd[1]: Started Network Service.
Jan 15 23:36:09 Archie systemd-udevd[437]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 15 23:36:09 Archie systemd[1]: Started Flush Journal to Persistent Storage.
Jan 15 23:36:09 Archie kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Jan 15 23:36:09 Archie kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jan 15 23:36:09 Archie kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Jan 15 23:36:09 Archie kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jan 15 23:36:09 Archie kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jan 15 23:36:09 Archie kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jan 15 23:36:09 Archie kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jan 15 23:36:09 Archie kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Jan 15 23:36:09 Archie systemd[1]: Found device HP SSD EX920 1TB SWAP.
Jan 15 23:36:09 Archie kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Jan 15 23:36:09 Archie kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jan 15 23:36:09 Archie kernel: e1000e 0000:00:1f.6: enabling device (0000 -> 0002)
Jan 15 23:36:09 Archie kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jan 15 23:36:09 Archie kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jan 15 23:36:09 Archie systemd[1]: Found device HP SSD EX920 1TB BOOT.
Jan 15 23:36:09 Archie systemd[1]: Failed to parse swap priority "defaults,pri=-2", ignoring: Numerical result out of range
Jan 15 23:36:09 Archie systemd[1]: Activating swap /dev/disk/by-uuid/4e6764f6-1f69-4110-86bc-dfb6ef6be8a7...
Jan 15 23:36:09 Archie kernel: iTCO_vendor_support: vendor-support=0
Jan 15 23:36:09 Archie kernel: cryptd: max_cpu_qlen set to 1000
Jan 15 23:36:09 Archie kernel: Adding 8388604k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:8388604k SSFS
Jan 15 23:36:09 Archie kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jan 15 23:36:09 Archie kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Jan 15 23:36:09 Archie kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jan 15 23:36:09 Archie systemd[1]: Activated swap /dev/disk/by-uuid/4e6764f6-1f69-4110-86bc-dfb6ef6be8a7.
Jan 15 23:36:09 Archie systemd[1]: Reached target Swap.
Jan 15 23:36:09 Archie systemd[1]: Mounting Temporary Directory (/tmp)...
Jan 15 23:36:09 Archie systemd[1]: Mounted Temporary Directory (/tmp).
Jan 15 23:36:09 Archie kernel: AVX2 version of gcm_enc/dec engaged.
Jan 15 23:36:09 Archie kernel: AES CTR mode by8 optimization enabled
Jan 15 23:36:09 Archie systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Reached target Local File Systems (Pre).
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Jan 15 23:36:09 Archie systemd[1]: Starting File System Check on /dev/disk/by-uuid/9F09-48D4...
Jan 15 23:36:09 Archie kernel: audit: type=1130 audit(1547613369.216:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jan 15 23:36:09 Archie kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jan 15 23:36:09 Archie systemd-fsck[500]: fsck.fat 4.1 (2017-01-24)
Jan 15 23:36:09 Archie systemd-fsck[500]: /dev/nvme0n1p1: 14 files, 12063/130812 clusters
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-9F09\x2d48D4 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Started File System Check on /dev/disk/by-uuid/9F09-48D4.
Jan 15 23:36:09 Archie systemd[1]: Mounting /boot...
Jan 15 23:36:09 Archie systemd[1]: Mounted /boot.
Jan 15 23:36:09 Archie systemd[1]: Reached target Local File Systems.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Update is Completed being skipped.
Jan 15 23:36:09 Archie systemd[1]: Starting Create Volatile Files and Directories...
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D0:    dig-out=0x1e/0x0
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D0:    inputs:
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D0:      Front Mic=0x19
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D0:      Rear Mic=0x18
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D0:      Line=0x1a
Jan 15 23:36:09 Archie systemd[1]: Started Create Volatile Files and Directories.
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Starting Network Name Resolution...
Jan 15 23:36:09 Archie systemd[1]: Starting Network Time Synchronization...
Jan 15 23:36:09 Archie systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jan 15 23:36:09 Archie audit[516]: SYSTEM_BOOT pid=516 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Started Update UTMP about System Boot/Shutdown.
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D2: autoconfig for Generic: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D2:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D2:    mono: mono_out=0x0
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D2:    dig-out=0x3/0x0
Jan 15 23:36:09 Archie kernel: snd_hda_codec_generic hdaudioC0D2:    inputs:
Jan 15 23:36:09 Archie kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5
Jan 15 23:36:09 Archie kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
Jan 15 23:36:09 Archie kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
Jan 15 23:36:09 Archie kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
Jan 15 23:36:09 Archie kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
Jan 15 23:36:09 Archie kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
Jan 15 23:36:09 Archie kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Jan 15 23:36:09 Archie kernel: input: HDA Intel PCH HDMI as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Create System Users being skipped.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Jan 15 23:36:09 Archie systemd[1]: Condition check resulted in Update is Completed being skipped.
Jan 15 23:36:09 Archie kernel: intel_rapl: Found RAPL domain package
Jan 15 23:36:09 Archie kernel: intel_rapl: Found RAPL domain core
Jan 15 23:36:09 Archie kernel: intel_rapl: Found RAPL domain uncore
Jan 15 23:36:09 Archie kernel: intel_rapl: Found RAPL domain dram
Jan 15 23:36:09 Archie kernel: usb 2-2: New USB device found, idVendor=2109, idProduct=0812, bcdDevice= b.e1
Jan 15 23:36:09 Archie kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 15 23:36:09 Archie kernel: usb 2-2: Product: USB3.0 Hub             
Jan 15 23:36:09 Archie kernel: usb 2-2: Manufacturer: VIA Labs, Inc.         
Jan 15 23:36:09 Archie kernel: hub 2-2:1.0: USB hub found
Jan 15 23:36:09 Archie kernel: hub 2-2:1.0: 4 ports detected
Jan 15 23:36:09 Archie kernel: random: crng init done
Jan 15 23:36:09 Archie systemd-resolved[514]: Positive Trust Anchors:
Jan 15 23:36:09 Archie systemd-resolved[514]: . IN DS 19036 8 2 49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
Jan 15 23:36:09 Archie systemd-resolved[514]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jan 15 23:36:09 Archie systemd-resolved[514]: Negative trust anchors: 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
Jan 15 23:36:09 Archie systemd-resolved[514]: Using system hostname 'Archie'.
Jan 15 23:36:09 Archie systemd[1]: Started Network Name Resolution.
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Reached target Host and Network Name Lookups.
Jan 15 23:36:09 Archie systemd[1]: Reached target Network.
Jan 15 23:36:09 Archie kernel: usb 1-4: new high-speed USB device number 3 using xhci_hcd
Jan 15 23:36:09 Archie systemd[1]: Started Network Time Synchronization.
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Reached target System Initialization.
Jan 15 23:36:09 Archie systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 15 23:36:09 Archie systemd[1]: Started CUPS Scheduler.
Jan 15 23:36:09 Archie systemd[1]: Reached target Paths.
Jan 15 23:36:09 Archie systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 15 23:36:09 Archie systemd[1]: Listening on CUPS Scheduler.
Jan 15 23:36:09 Archie systemd[1]: Reached target Sockets.
Jan 15 23:36:09 Archie systemd[1]: Reached target Basic System.
Jan 15 23:36:09 Archie systemd[1]: Starting Permit User Sessions...
Jan 15 23:36:09 Archie systemd[1]: Starting Save/Restore Sound Card State...
Jan 15 23:36:09 Archie systemd[1]: Started D-Bus System Message Bus.
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Starting Login Service...
Jan 15 23:36:09 Archie systemd[1]: Starting CUPS Scheduler...
Jan 15 23:36:09 Archie systemd[1]: Started irqbalance daemon.
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=irqbalance comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Reached target System Time Synchronized.
Jan 15 23:36:09 Archie systemd[1]: Started reflector.timer.
Jan 15 23:36:09 Archie systemd[1]: Started Daily rotation of log files.
Jan 15 23:36:09 Archie systemd[1]: Started Daily verification of password and group files.
Jan 15 23:36:09 Archie systemd-logind[532]: New seat seat0.
Jan 15 23:36:09 Archie systemd[1]: Started Discard unused blocks once a week.
Jan 15 23:36:09 Archie systemd-logind[532]: Watching system buttons on /dev/input/event2 (Power Button)
Jan 15 23:36:09 Archie systemd[1]: Started Monthly clean packages cache.
Jan 15 23:36:09 Archie systemd[1]: Reached target Timers.
Jan 15 23:36:09 Archie systemd[1]: Started Permit User Sessions.
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Started Save/Restore Sound Card State.
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Reached target Sound Card.
Jan 15 23:36:09 Archie systemd[1]: Starting GNOME Display Manager...
Jan 15 23:36:09 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.4' (uid=0 pid=533 comm="/usr/bin/cupsd -l ")
Jan 15 23:36:09 Archie systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jan 15 23:36:09 Archie systemd[1]: Started GNOME Display Manager.
Jan 15 23:36:09 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' requested by ':1.6' (uid=0 pid=536 comm="/usr/bin/gdm ")
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jan 15 23:36:09 Archie systemd[1]: Started Manage, Install and Generate Color Profiles.
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd-logind[532]: Watching system buttons on /dev/input/event1 (Power Button)
Jan 15 23:36:09 Archie systemd-logind[532]: Watching system buttons on /dev/input/event0 (Sleep Button)
Jan 15 23:36:09 Archie kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Jan 15 23:36:09 Archie colord[537]: failed to get session [pid 533]: No data available
Jan 15 23:36:09 Archie systemd[1]: Started CUPS Scheduler.
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd-udevd[438]: Using default interface naming scheme 'v240'.
Jan 15 23:36:09 Archie systemd-udevd[438]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 15 23:36:09 Archie kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 00:d8:61:0f:11:d7
Jan 15 23:36:09 Archie kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Jan 15 23:36:09 Archie kernel: e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
Jan 15 23:36:09 Archie kernel: usb 1-4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=32.98
Jan 15 23:36:09 Archie kernel: usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jan 15 23:36:09 Archie kernel: usb 1-4: Product: USB2.0 Hub
Jan 15 23:36:09 Archie kernel: e1000e 0000:00:1f.6 eno1: renamed from eth0
Jan 15 23:36:09 Archie kernel: hub 1-4:1.0: USB hub found
Jan 15 23:36:09 Archie kernel: hub 1-4:1.0: 4 ports detected
Jan 15 23:36:09 Archie systemd-networkd[369]: eth0: Interface name change detected, eth0 has been renamed to eno1.
Jan 15 23:36:09 Archie systemd-udevd[410]: Using default interface naming scheme 'v240'.
Jan 15 23:36:09 Archie kernel: usb 1-6: new high-speed USB device number 4 using xhci_hcd
Jan 15 23:36:09 Archie kernel: IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
Jan 15 23:36:09 Archie kernel: usb 1-6: New USB device found, idVendor=2109, idProduct=2812, bcdDevice= b.e0
Jan 15 23:36:09 Archie kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 15 23:36:09 Archie kernel: usb 1-6: Product: USB2.0 Hub             
Jan 15 23:36:09 Archie kernel: usb 1-6: Manufacturer: VIA Labs, Inc.         
Jan 15 23:36:09 Archie kernel: hub 1-6:1.0: USB hub found
Jan 15 23:36:09 Archie kernel: hub 1-6:1.0: 4 ports detected
Jan 15 23:36:09 Archie kernel: usb 2-2.4: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
Jan 15 23:36:09 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.login1'
Jan 15 23:36:09 Archie systemd[1]: Started Login Service.
Jan 15 23:36:09 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.6' (uid=0 pid=536 comm="/usr/bin/gdm ")
Jan 15 23:36:09 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:09 Archie systemd[1]: Reached target User and Group Name Lookups.
Jan 15 23:36:09 Archie systemd[1]: Starting Accounts Service...
Jan 15 23:36:10 Archie systemd[1]: Reached target Multi-User System.
Jan 15 23:36:10 Archie systemd[1]: Reached target Graphical Interface.
Jan 15 23:36:10 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.10' (uid=0 pid=552 comm="/usr/lib/accounts-daemon ")
Jan 15 23:36:10 Archie systemd[1]: Starting Authorization Manager...
Jan 15 23:36:10 Archie polkitd[556]: Started polkitd version 0.116
Jan 15 23:36:10 Archie polkitd[556]: Loading rules from directory /etc/polkit-1/rules.d
Jan 15 23:36:10 Archie polkitd[556]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 15 23:36:10 Archie polkitd[556]: Finished loading, compiling and executing 6 rules
Jan 15 23:36:10 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jan 15 23:36:10 Archie systemd[1]: Started Authorization Manager.
Jan 15 23:36:10 Archie polkitd[556]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 15 23:36:10 Archie accounts-daemon[552]: started daemon version 0.6.54
Jan 15 23:36:10 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.Accounts'
Jan 15 23:36:10 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:10 Archie systemd[1]: Started Accounts Service.
Jan 15 23:36:10 Archie gdm[536]: accountsservice: Could not get current seat: No data available
Jan 15 23:36:10 Archie systemd[1]: Startup finished in 12.484s (firmware) + 82ms (loader) + 2.529s (kernel) + 1.059s (userspace) = 16.155s.
Jan 15 23:36:10 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:10 Archie gdm-autologin][575]: accountsservice: Could not get current seat: No data available
Jan 15 23:36:10 Archie gdm-autologin][575]: gkr-pam: no password is available for user
Jan 15 23:36:10 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.15' (uid=975 pid=544 comm="/usr/lib/colord-sane ")
Jan 15 23:36:10 Archie dbus-daemon[531]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Jan 15 23:36:10 Archie gdm-autologin][575]: pam_unix(gdm-autologin:session): session opened for user lenny by (uid=0)
Jan 15 23:36:10 Archie systemd[1]: Created slice User Slice of UID 1000.
Jan 15 23:36:10 Archie systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 15 23:36:10 Archie systemd-logind[532]: New session 1 of user lenny.
Jan 15 23:36:10 Archie systemd[1]: Started User Runtime Directory /run/user/1000.
Jan 15 23:36:10 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:10 Archie systemd[1]: Starting User Manager for UID 1000...
Jan 15 23:36:10 Archie systemd[580]: pam_unix(systemd-user:session): session opened for user lenny by (uid=0)
Jan 15 23:36:10 Archie systemd[580]: Listening on Sound System.
Jan 15 23:36:10 Archie kernel: usb 2-2.4: New USB device found, idVendor=2109, idProduct=0812, bcdDevice= b.e1
Jan 15 23:36:10 Archie kernel: usb 2-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 15 23:36:10 Archie kernel: usb 2-2.4: Product: USB3.0 Hub             
Jan 15 23:36:10 Archie kernel: usb 2-2.4: Manufacturer: VIA Labs, Inc.         
Jan 15 23:36:10 Archie kernel: hub 2-2.4:1.0: USB hub found
Jan 15 23:36:10 Archie kernel: hub 2-2.4:1.0: 4 ports detected
Jan 15 23:36:10 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:10 Archie audit[575]: USER_LOGIN pid=575 uid=0 auid=1000 ses=1 msg='uid=1000 exe="/usr/lib/gdm-session-worker" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:10 Archie systemd[580]: Started Timer for profile-sync-daemon - 1Hour.
Jan 15 23:36:10 Archie systemd[580]: Listening on GnuPG network certificate management daemon.
Jan 15 23:36:10 Archie systemd[580]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 15 23:36:10 Archie systemd[580]: Starting D-Bus User Message Bus Socket.
Jan 15 23:36:10 Archie systemd[580]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 15 23:36:10 Archie systemd[580]: Listening on p11-kit server.
Jan 15 23:36:10 Archie systemd[580]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 15 23:36:10 Archie systemd[580]: Reached target Paths.
Jan 15 23:36:10 Archie systemd[580]: Listening on Multimedia System.
Jan 15 23:36:10 Archie systemd[580]: Reached target Timers.
Jan 15 23:36:10 Archie systemd[580]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 15 23:36:10 Archie systemd[580]: Listening on D-Bus User Message Bus Socket.
Jan 15 23:36:10 Archie systemd[580]: Reached target Sockets.
Jan 15 23:36:10 Archie systemd[580]: Reached target Basic System.
Jan 15 23:36:10 Archie systemd[1]: Started User Manager for UID 1000.
Jan 15 23:36:10 Archie systemd[580]: Starting Update XDG user dir configuration...
Jan 15 23:36:10 Archie systemd[1]: Started Session 1 of user lenny.
Jan 15 23:36:10 Archie systemd[580]: Starting Profile-sync-daemon...
Jan 15 23:36:10 Archie systemd[580]: Started Profile-sync-daemon.
Jan 15 23:36:10 Archie systemd[580]: Starting Timed resync...
Jan 15 23:36:10 Archie systemd[580]: xdg-user-dirs-update.service: Succeeded.
Jan 15 23:36:10 Archie systemd[580]: Started Update XDG user dir configuration.
Jan 15 23:36:10 Archie systemd[580]: Reached target Default.
Jan 15 23:36:10 Archie systemd[580]: Started D-Bus User Message Bus.
Jan 15 23:36:10 Archie sudo[610]:    lenny : TTY=unknown ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/psd-overlay-helper
Jan 15 23:36:10 Archie sudo[610]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 15 23:36:10 Archie sudo[610]: pam_unix(sudo:session): session closed for user root
Jan 15 23:36:10 Archie sudo[688]:    lenny : TTY=unknown ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/psd-overlay-helper -v 23 -l /home/lenny/.mozilla/firefox/7zlflwzh.default-backup -u /run/user/1000/lenny-firefox-7zlflwzh.default-rw -w /run/user/1000/.lenny-firefox-7zlflwzh.default -d /run/user/1000/lenny-firefox-7zlflwzh.default mountup
Jan 15 23:36:10 Archie sudo[688]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 15 23:36:10 Archie sudo[688]: pam_unix(sudo:session): session closed for user root
Jan 15 23:36:10 Archie profile-sync-daemon[590]: firefox sync successful
Jan 15 23:36:10 Archie kernel: usb 1-4.1: new full-speed USB device number 5 using xhci_hcd
Jan 15 23:36:10 Archie gnome-keyring-ssh.desktop[704]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jan 15 23:36:10 Archie gnome-keyring-secrets.desktop[707]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jan 15 23:36:10 Archie gnome-keyring-pkcs11.desktop[705]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jan 15 23:36:10 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 15 23:36:10 Archie systemd[580]: Started Timed resync.
Jan 15 23:36:10 Archie systemd[580]: Startup finished in 142ms.
Jan 15 23:36:10 Archie kernel: usb 1-4.1: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=30.00
Jan 15 23:36:10 Archie kernel: usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 15 23:36:10 Archie kernel: usb 1-4.1: Product: USB Receiver
Jan 15 23:36:10 Archie kernel: usb 1-4.1: Manufacturer: Logitech
Jan 15 23:36:10 Archie kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.0/0003:046D:C52F.0002/input/input13
Jan 15 23:36:10 Archie kernel: hid-generic 0003:046D:C52F.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-4.1/input0
Jan 15 23:36:10 Archie kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.1/0003:046D:C52F.0003/input/input14
Jan 15 23:36:10 Archie kernel: hid-generic 0003:046D:C52F.0003: input,hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4.1/input1
Jan 15 23:36:10 Archie kernel: usb 1-7: new full-speed USB device number 6 using xhci_hcd
Jan 15 23:36:10 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.8' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:36:10 Archie systemd[580]: Starting Virtual filesystem service...
Jan 15 23:36:10 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gtk.vfs.Daemon'
Jan 15 23:36:10 Archie systemd[580]: Started Virtual filesystem service.
Jan 15 23:36:10 Archie systemd[1]: Mounting FUSE Control File System...
Jan 15 23:36:10 Archie kernel: fuse init (API version 7.28)
Jan 15 23:36:10 Archie systemd[1]: Mounted FUSE Control File System.
Jan 15 23:36:10 Archie kernel: usb 1-7: New USB device found, idVendor=1462, idProduct=7b17, bcdDevice= 0.01
Jan 15 23:36:10 Archie kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 15 23:36:10 Archie kernel: usb 1-7: Product: MYSTIC LIGHT 
Jan 15 23:36:10 Archie kernel: usb 1-7: Manufacturer: MSI
Jan 15 23:36:10 Archie kernel: usb 1-7: SerialNumber: A02018072713
Jan 15 23:36:10 Archie kernel: input: MSI MYSTIC LIGHT  as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:1462:7B17.0004/input/input17
Jan 15 23:36:10 Archie kernel: hid-generic 0003:1462:7B17.0004: input,hiddev2,hidraw3: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:00:14.0-7/input0
Jan 15 23:36:10 Archie org.gnome.Shell.desktop[712]: glamor: No eglstream capable devices found
Jan 15 23:36:10 Archie kernel: usb 1-6.4: new high-speed USB device number 7 using xhci_hcd
Jan 15 23:36:10 Archie org.gnome.Shell.desktop[712]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jan 15 23:36:10 Archie org.gnome.Shell.desktop[712]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
Jan 15 23:36:10 Archie org.gnome.Shell.desktop[712]: >                   X11 cannot support keycodes above 255.
Jan 15 23:36:10 Archie org.gnome.Shell.desktop[712]: >                   This warning only shows for the first high keycode.
Jan 15 23:36:10 Archie org.gnome.Shell.desktop[712]: Errors from xkbcomp are not fatal to the X server
Jan 15 23:36:10 Archie kernel: usb 1-6.4: New USB device found, idVendor=2109, idProduct=2812, bcdDevice= b.e0
Jan 15 23:36:10 Archie kernel: usb 1-6.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 15 23:36:10 Archie kernel: usb 1-6.4: Product: USB2.0 Hub             
Jan 15 23:36:10 Archie kernel: usb 1-6.4: Manufacturer: VIA Labs, Inc.         
Jan 15 23:36:10 Archie kernel: hub 1-6.4:1.0: USB hub found
Jan 15 23:36:10 Archie kernel: hub 1-6.4:1.0: 4 ports detected
Jan 15 23:36:10 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.11' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:36:10 Archie systemd[580]: Starting Accessibility services bus...
Jan 15 23:36:10 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.a11y.Bus'
Jan 15 23:36:10 Archie systemd[580]: Started Accessibility services bus.
Jan 15 23:36:10 Archie at-spi-bus-launcher[745]: dbus-daemon[751]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:36:10 Archie at-spi-bus-launcher[745]: dbus-daemon[751]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 15 23:36:10 Archie at-spi-bus-launcher[745]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 15 23:36:10 Archie kernel: usb 1-4.2: new full-speed USB device number 8 using xhci_hcd
Jan 15 23:36:10 Archie systemd[580]: Starting Sound Service...
Jan 15 23:36:10 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.31' (uid=1000 pid=757 comm="/usr/bin/pulseaudio --daemonize=no ")
Jan 15 23:36:10 Archie systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jan 15 23:36:10 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jan 15 23:36:10 Archie systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jan 15 23:36:10 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:10 Archie rtkit-daemon[758]: Successfully called chroot.
Jan 15 23:36:10 Archie rtkit-daemon[758]: Successfully dropped privileges.
Jan 15 23:36:10 Archie rtkit-daemon[758]: Successfully limited resources.
Jan 15 23:36:10 Archie rtkit-daemon[758]: Running.
Jan 15 23:36:10 Archie rtkit-daemon[758]: Canary thread running.
Jan 15 23:36:10 Archie rtkit-daemon[758]: Watchdog thread running.
Jan 15 23:36:10 Archie rtkit-daemon[758]: Successfully made thread 757 of process 757 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Jan 15 23:36:10 Archie rtkit-daemon[758]: Supervising 1 threads of 1 processes of 1 users.
Jan 15 23:36:10 Archie kernel: usb 1-4.2: New USB device found, idVendor=0665, idProduct=6000, bcdDevice= 0.97
Jan 15 23:36:10 Archie kernel: usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 15 23:36:10 Archie kernel: usb 1-4.2: Product: Gaming keyboard
Jan 15 23:36:10 Archie kernel: usb 1-4.2: Manufacturer: EST
Jan 15 23:36:10 Archie kernel: input: EST Gaming keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/0003:0665:6000.0005/input/input18
Jan 15 23:36:10 Archie kernel: hid-generic 0003:0665:6000.0005: input,hidraw4: USB HID v1.11 Keyboard [EST Gaming keyboard] on usb-0000:00:14.0-4.2/input0
Jan 15 23:36:10 Archie kernel: input: EST Gaming keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.1/0003:0665:6000.0006/input/input19
Jan 15 23:36:11 Archie kernel: usb 1-13: new high-speed USB device number 9 using xhci_hcd
Jan 15 23:36:11 Archie kernel: hid-generic 0003:0665:6000.0006: input,hidraw5: USB HID v1.11 Device [EST Gaming keyboard] on usb-0000:00:14.0-4.2/input1
Jan 15 23:36:11 Archie kernel: input: EST Gaming keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.2/0003:0665:6000.0007/input/input20
Jan 15 23:36:11 Archie kernel: hid-generic 0003:0665:6000.0007: input,hidraw6: USB HID v1.11 Keyboard [EST Gaming keyboard] on usb-0000:00:14.0-4.2/input2
Jan 15 23:36:11 Archie rtkit-daemon[758]: Supervising 1 threads of 1 processes of 1 users.
Jan 15 23:36:11 Archie rtkit-daemon[758]: Successfully made thread 761 of process 757 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Jan 15 23:36:11 Archie rtkit-daemon[758]: Supervising 2 threads of 1 processes of 1 users.
Jan 15 23:36:11 Archie rtkit-daemon[758]: Supervising 2 threads of 1 processes of 1 users.
Jan 15 23:36:11 Archie rtkit-daemon[758]: Successfully made thread 762 of process 757 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Jan 15 23:36:11 Archie rtkit-daemon[758]: Supervising 3 threads of 1 processes of 1 users.
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.38' (uid=1000 pid=757 comm="/usr/bin/pulseaudio --daemonize=no ")
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Jan 15 23:36:11 Archie systemd[580]: Started Sound Service.
Jan 15 23:36:11 Archie pulseaudio[757]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Jan 15 23:36:11 Archie kernel: usb 1-13: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
Jan 15 23:36:11 Archie kernel: usb 1-13: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jan 15 23:36:11 Archie kernel: usb 1-13: Product: USB2.0 Hub
Jan 15 23:36:11 Archie kernel: hub 1-13:1.0: USB hub found
Jan 15 23:36:11 Archie kernel: hub 1-13:1.0: 4 ports detected
Jan 15 23:36:11 Archie mtp-probe[777]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Jan 15 23:36:11 Archie mtp-probe[777]: bus: 1, device: 2 was not an MTP device
Jan 15 23:36:11 Archie mtp-probe[776]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7"
Jan 15 23:36:11 Archie mtp-probe[776]: bus: 1, device: 6 was not an MTP device
Jan 15 23:36:11 Archie mtp-probe[778]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1"
Jan 15 23:36:11 Archie mtp-probe[779]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2"
Jan 15 23:36:11 Archie mtp-probe[778]: bus: 1, device: 5 was not an MTP device
Jan 15 23:36:11 Archie mtp-probe[779]: bus: 1, device: 8 was not an MTP device
Jan 15 23:36:11 Archie kernel: mousedev: PS/2 mouse device common for all mice
Jan 15 23:36:11 Archie systemd-logind[532]: Watching system buttons on /dev/input/event16 (EST Gaming keyboard)
Jan 15 23:36:11 Archie systemd-logind[532]: Watching system buttons on /dev/input/event18 (EST Gaming keyboard)
Jan 15 23:36:11 Archie systemd-logind[532]: Watching system buttons on /dev/input/event14 (Logitech USB Receiver Consumer Control)
Jan 15 23:36:11 Archie mtp-probe[788]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1"
Jan 15 23:36:11 Archie mtp-probe[788]: bus: 1, device: 5 was not an MTP device
Jan 15 23:36:11 Archie systemd-logind[532]: Watching system buttons on /dev/input/event17 (EST Gaming keyboard)
Jan 15 23:36:11 Archie mtp-probe[789]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2"
Jan 15 23:36:11 Archie mtp-probe[789]: bus: 1, device: 8 was not an MTP device
Jan 15 23:36:11 Archie gnome-shell[712]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Jan 15 23:36:11 Archie mtp-probe[794]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7"
Jan 15 23:36:11 Archie mtp-probe[794]: bus: 1, device: 6 was not an MTP device
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.8' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.16' (uid=1000 pid=796 comm="/usr/lib/gnome-shell-calendar-server ")
Jan 15 23:36:11 Archie systemd[580]: Starting Evolution source registry...
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.28' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:36:11 Archie systemd[1]: Starting Daemon for power management...
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating service name='org.gnome.OnlineAccounts' requested by ':1.17' (uid=1000 pid=800 comm="/usr/lib/evolution-source-registry ")
Jan 15 23:36:11 Archie gnome-shell[712]: g_dir_open_with_errno: assertion 'path != NULL' failed
Jan 15 23:36:11 Archie gnome-shell[712]: g_filename_to_utf8: assertion 'opsysstring != NULL' failed
Jan 15 23:36:11 Archie gnome-shell[712]: g_dir_open_with_errno: assertion 'path != NULL' failed
Jan 15 23:36:11 Archie gnome-shell[712]: g_filename_to_utf8: assertion 'opsysstring != NULL' failed
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating service name='ca.desrt.dconf' requested by ':1.17' (uid=1000 pid=800 comm="/usr/lib/evolution-source-registry ")
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'ca.desrt.dconf'
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.28' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:36:11 Archie systemd[1]: Starting Location Lookup Service...
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.17' (uid=1000 pid=800 comm="/usr/lib/evolution-source-registry ")
Jan 15 23:36:11 Archie systemd[580]: Starting Virtual filesystem metadata service...
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gtk.vfs.Metadata'
Jan 15 23:36:11 Archie systemd[580]: Started Virtual filesystem metadata service.
Jan 15 23:36:11 Archie polkitd[556]: Registered Authentication Agent for unix-session:1 (system bus name :1.28 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Jan 15 23:36:11 Archie systemd[580]: Started Evolution source registry.
Jan 15 23:36:11 Archie gnome-shell[712]: Telepathy is not available, chat integration will be disabled.
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.8' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:36:11 Archie systemd[580]: Starting Virtual filesystem service - disk device monitor...
Jan 15 23:36:11 Archie goa-daemon[807]: goa-daemon version 3.30.0 starting
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.42' (uid=1000 pid=819 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating service name='org.gnome.Identity' requested by ':1.20' (uid=1000 pid=807 comm="/usr/lib/goa-daemon ")
Jan 15 23:36:11 Archie systemd[1]: Starting Disk Manager...
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.OnlineAccounts'
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.Identity'
Jan 15 23:36:11 Archie udisksd[830]: udisks daemon version 2.8.1 starting
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.Shell.CalendarServer'
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.46' (uid=0 pid=812 comm="/usr/lib/geoclue ")
Jan 15 23:36:11 Archie systemd[1]: Starting WPA supplicant...
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jan 15 23:36:11 Archie systemd[1]: Started Disk Manager.
Jan 15 23:36:11 Archie udisksd[830]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jan 15 23:36:11 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jan 15 23:36:11 Archie wpa_supplicant[858]: Successfully initialized wpa_supplicant
Jan 15 23:36:11 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:11 Archie systemd[1]: Started WPA supplicant.
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.48' (uid=0 pid=812 comm="/usr/lib/geoclue ")
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Jan 15 23:36:11 Archie geoclue[812]: Failed to connect to avahi service: Daemon not running
Jan 15 23:36:11 Archie systemd[580]: Started Virtual filesystem service - disk device monitor.
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Jan 15 23:36:11 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:11 Archie systemd[1]: Started Location Lookup Service.
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.8' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:36:11 Archie systemd[580]: Starting Virtual filesystem service - digital camera monitor...
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Jan 15 23:36:11 Archie systemd[580]: Started Virtual filesystem service - digital camera monitor.
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.8' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:36:11 Archie systemd[580]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Jan 15 23:36:11 Archie systemd[580]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.8' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:36:11 Archie systemd[580]: Starting Virtual filesystem service - Apple File Conduit monitor...
Jan 15 23:36:11 Archie gvfs-afc-volume-monitor[884]: Volume monitor alive
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Jan 15 23:36:11 Archie systemd[580]: Started Virtual filesystem service - Apple File Conduit monitor.
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.8' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:36:11 Archie systemd[580]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Jan 15 23:36:11 Archie systemd[580]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Jan 15 23:36:11 Archie gnome-shell[712]: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
Jan 15 23:36:11 Archie gsd-rfkill[904]: Error setting up rfkill: Could not open RFKILL control device, please verify your installation
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.49' (uid=1000 pid=904 comm="/usr/lib/gsd-rfkill ")
Jan 15 23:36:11 Archie systemd[1]: Starting Hostname Service...
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.50' (uid=1000 pid=902 comm="/usr/lib/gsd-print-notifications ")
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Jan 15 23:36:11 Archie gsd-sharing[906]: g_dbus_connection_call_internal: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
Jan 15 23:36:11 Archie gsd-sharing[906]: g_dbus_connection_call_internal: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
Jan 15 23:36:11 Archie gsd-sharing[906]: g_dbus_connection_call_internal: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
Jan 15 23:36:11 Archie gsd-sharing[906]: g_dbus_connection_call_internal: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.53' (uid=1000 pid=930 comm="/usr/lib/gsd-datetime ")
Jan 15 23:36:11 Archie systemd[1]: Starting Time & Date Service...
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.UPower'
Jan 15 23:36:11 Archie systemd[1]: Started Daemon for power management.
Jan 15 23:36:11 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.timedate1'
Jan 15 23:36:11 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:11 Archie systemd[1]: Started Time & Date Service.
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service' requested by ':1.16' (uid=1000 pid=796 comm="/usr/lib/gnome-shell-calendar-server ")
Jan 15 23:36:11 Archie gnome-shell[712]: remove_mnemonics: assertion 'label != NULL' failed
Jan 15 23:36:11 Archie systemd[580]: Starting Evolution calendar service...
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 15 23:36:11 Archie systemd[1]: Started Hostname Service.
Jan 15 23:36:11 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service' requested by ':1.59' (uid=1000 pid=904 comm="/usr/lib/gsd-rfkill ")
Jan 15 23:36:11 Archie dbus-daemon[531]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service not found.
Jan 15 23:36:11 Archie gsd-rfkill[904]: Failed to acquire NetworkManager proxy: Error calling StartServiceByName for org.freedesktop.NetworkManager: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.freedesktop.NetworkManager.service not found.
Jan 15 23:36:11 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
Jan 15 23:36:11 Archie systemd[580]: Started Evolution calendar service.
Jan 15 23:36:11 Archie gnome-shell[712]: Error looking up permission: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.impl.portal.PermissionStore was not provided by any .service files
Jan 15 23:36:11 Archie gnome-shell[712]: JS ERROR: error initializing the NetworkManager Agent: NM.SecretAgentError: NetworkManager is not running
                                         _init/<@resource:///org/gnome/shell/ui/components/networkAgent.js:635:17
Jan 15 23:36:12 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.73' (uid=975 pid=544 comm="/usr/lib/colord-sane ")
Jan 15 23:36:12 Archie dbus-daemon[531]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.115625[140247337572352]: sane_utsushi_init: SANE 'utsushi' backend (1.1.0), a part of Utsushi 0.50.0
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.115675[140247337572352]: sane_utsushi_get_devices: invalidated SANE_Device pointers
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.116502[140247337572352]: duplicate key:26:combo007.udi = combo::?adf=esci:usb:04b8:0176&fb=esci:gt-s650:usb:04b8:013c
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.116630[140247337572352]: duplicate key:30:combo007.udi = combo::?adf=esci:usb:04b8:016b&fb=esci:gt-s650:usb:04b8:013d
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.116668[140247337572352]: duplicate key:31:combo007.udi = combo::?adf=esci:usb:04b8:0176&fb=esci:gt-s650:usb:04b8:013d
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.144055[140247337572352]: some device not found. delete combo::?adf=esci:usb:04b8:0155&fb=esci:gt-s650:usb:04b8:013c
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.144231[140247337572352]: some device not found. delete combo::?adf=esci:usb:04b8:0156&fb=esci:gt-s650:usb:04b8:013c
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.144395[140247337572352]: some device not found. delete combo::?adf=esci:usb:04b8:0157&fb=esci:gt-s650:usb:04b8:013c
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.144558[140247337572352]: some device not found. delete combo::?adf=esci:usb:04b8:0155&fb=esci:gt-s650:usb:04b8:013d
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.144722[140247337572352]: some device not found. delete combo::?adf=esci:usb:04b8:0156&fb=esci:gt-s650:usb:04b8:013d
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.144887[140247337572352]: some device not found. delete combo::?adf=esci:usb:04b8:0157&fb=esci:gt-s650:usb:04b8:013d
Jan 15 23:36:12 Archie colord[537]: 2019-Jan-15 23:36:12.145050[140247337572352]: some device not found. delete combo::?adf=esci:usb:04b8:016b&fb=esci:gt-s650:usb:04b8:013c
Jan 15 23:36:12 Archie org.gnome.Shell.desktop[712]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jan 15 23:36:12 Archie org.gnome.Shell.desktop[712]: > Warning:          Unsupported maximum keycode 374, clipping.
Jan 15 23:36:12 Archie org.gnome.Shell.desktop[712]: >                   X11 cannot support keycodes above 255.
Jan 15 23:36:12 Archie org.gnome.Shell.desktop[712]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
Jan 15 23:36:12 Archie org.gnome.Shell.desktop[712]: >                   X11 cannot support keycodes above 255.
Jan 15 23:36:12 Archie org.gnome.Shell.desktop[712]: >                   This warning only shows for the first high keycode.
Jan 15 23:36:12 Archie org.gnome.Shell.desktop[712]: Errors from xkbcomp are not fatal to the X server
Jan 15 23:36:12 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.46' (uid=1000 pid=1046 comm="gdbus call -e -d org.freedesktop.DBus -o /org/free")
Jan 15 23:36:12 Archie systemd[580]: Starting Tracker metadata database store and lookup manager...
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: locating interpreter
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: logging to /tmp/dropbox-antifreeze-aXUebG
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: initializing
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: initializing python 3.6.7
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: setting program path '/opt/dropbox/dropbox'
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: setting home path '/opt/dropbox'
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: setting python path '/opt/dropbox:/opt/dropbox/python-packages-36.zip'
Jan 15 23:36:12 Archie gnome-session-binary[612]: Entering running state
Jan 15 23:36:12 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.88' (uid=1000 pid=934 comm="/usr/lib/gsd-keyboard ")
Jan 15 23:36:12 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.freedesktop.Tracker1'
Jan 15 23:36:12 Archie tracker-store.desktop[1046]: (uint32 1,)
Jan 15 23:36:12 Archie systemd[580]: Started Tracker metadata database store and lookup manager.
Jan 15 23:36:12 Archie systemd[1]: Starting Locale Service...
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: python initialized
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: running dropbox
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: setting args
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: applying overrides
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: running main script
Jan 15 23:36:12 Archie gnome-software[1064]: Failed to load /usr/lib/gs-plugins-12/libgs_plugin_flatpak.so: failed to open plugin /usr/lib/gs-plugins-12/libgs_plugin_flatpak.so: libflatpak.so.0: cannot open shared object file: No such file or directory
Jan 15 23:36:12 Archie gnome-software[1064]: Failed to load /usr/lib/gs-plugins-12/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gs-plugins-12/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/cryptography.hazmat.bindings._constant_time.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:12 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service' requested by ':1.38' (uid=1000 pid=968 comm="/usr/lib/evolution-calendar-factory ")
Jan 15 23:36:12 Archie systemd[580]: Starting Evolution address book service...
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/cryptography.hazmat.bindings._openssl.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/cryptography.hazmat.bindings._padding.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:12 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.locale1'
Jan 15 23:36:12 Archie systemd[1]: Started Locale Service.
Jan 15 23:36:12 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:12 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
Jan 15 23:36:12 Archie systemd[580]: Started Evolution address book service.
Jan 15 23:36:12 Archie kernel: kauditd_printk_skb: 28 callbacks suppressed
Jan 15 23:36:12 Archie kernel: audit: type=1130 audit(1547613372.489:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:12 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.97' (uid=1000 pid=1050 comm="/usr/share/mailspring/mailspring --background ")
Jan 15 23:36:12 Archie dbus-daemon[531]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Jan 15 23:36:12 Archie mailspring.desktop[1050]: Running database migrations
Jan 15 23:36:12 Archie mailspring.desktop[1050]: App load time: 135ms
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/psutil._psutil_linux.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/psutil._psutil_posix.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:12 Archie mailspring.desktop[1050]: {"error":null}
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/linuxffi.pthread._linuxffi_pthread.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:12 Archie gnome-software[1064]: enabled plugins: desktop-categories, os-release, provenance, shell-extensions, appstream, provenance-license, desktop-menu-path, epiphany, generic-updates, hardcoded-blacklist, hardcoded-featured, hardcoded-popular, modalias, odrs, rewrite-resource, steam, icons, key-colors, key-colors-metadata
Jan 15 23:36:12 Archie gnome-software[1064]: disabled plugins: dpkg, dummy, fedora-pkgdb-collections, repos
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/tornado.speedups.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:12 Archie systemd-networkd[369]: eno1: Gained carrier
Jan 15 23:36:12 Archie kernel: e1000e: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
Jan 15 23:36:12 Archie kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
Jan 15 23:36:12 Archie systemd-networkd[369]: eno1: DHCPv4 address 192.168.1.16/24 via 192.168.1.1
Jan 15 23:36:12 Archie systemd-timesyncd[515]: Network configuration changed, trying to establish connection.
Jan 15 23:36:12 Archie gnome-software[1064]: /etc/PackageKit/Vendor.conf file not found
Jan 15 23:36:12 Archie gnome-software[1064]: updates-shell: failed to get updates: no plugin could handle get-updates
Jan 15 23:36:12 Archie gnome-software[1064]: hiding category productivity featured applications: found only 0 to show, need at least 9
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/cpuid.compiled._cpuid.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:12 Archie gnome-software[1064]: hiding category audio-video featured applications: found only 0 to show, need at least 9
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/linuxffi.resolv.compiled._linuxffi_resolv.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:12 Archie gnome-software[1064]: failed to get featured apps: no apps to show
Jan 15 23:36:12 Archie gnome-software[1064]: Only 0 apps for popular list, hiding
Jan 15 23:36:12 Archie gnome-software[1064]: Only 0 apps for recent list, hiding
Jan 15 23:36:12 Archie gnome-shell[712]: GNOME Shell started at Tue Jan 15 2019 23:36:11 GMT-0500 (EST)
Jan 15 23:36:12 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/linuxffi.gnu.compiled._linuxffi_gnu.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 15 23:36:13 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/linuxffi.sys.compiled._linuxffi_sys.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:13 Archie dropbox.desktop[1056]: 23:36:13.274 INFO UNKNOWN       [dropbox/dbx-thread/src/lib.rs:135] Creating thread, name: PYTHON_LOGGER
Jan 15 23:36:13 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/librsyncffi.compiled._librsyncffi.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:13 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/posixffi.libc._posixffi_libc.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:13 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/PyQt5.QtWebKit.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:13 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/PyQt5.QtCore.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:13 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/PyQt5.QtNetwork.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:13 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/PyQt5.QtGui.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:13 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/PyQt5.QtWebKitWidgets.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:13 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/PyQt5.QtWidgets.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:13 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/PyQt5.QtPrintSupport.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:13 Archie dropbox.desktop[1056]: dropbox: load fq extension '/opt/dropbox/PyQt5.QtDBus.cpython-36m-x86_64-linux-gnu.so'
Jan 15 23:36:14 Archie systemd-networkd[369]: eno1: Gained IPv6LL
Jan 15 23:36:17 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 15 23:36:20 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.71' (uid=1000 pid=1469 comm="gnome-terminal ")
Jan 15 23:36:20 Archie systemd[580]: Starting GNOME Terminal Server...
Jan 15 23:36:21 Archie gnome-terminal-server[1475]: Display does not support owner-change; copy/paste will be broken!
Jan 15 23:36:21 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.Terminal'
Jan 15 23:36:21 Archie systemd[580]: Started GNOME Terminal Server.
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_fast: "/org/gnome/desktop/interface/" (establishing: 0, active: 0)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_fast: "/org/gnome/settings-daemon/peripherals/mouse/" (establishing: 0, active: 0)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_fast: "/org/gnome/desktop/sound/" (establishing: 0, active: 0)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_fast: "/org/gnome/desktop/privacy/" (establishing: 0, active: 0)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_fast: "/org/gnome/desktop/wm/preferences/" (establishing: 0, active: 0)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_fast: "/org/gnome/settings-daemon/plugins/xsettings/" (establishing: 0, active: 0)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_fast: "/org/gnome/desktop/a11y/" (establishing: 0, active: 0)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_established: "/org/gnome/desktop/interface/" (establishing: 1)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_established: "/org/gnome/settings-daemon/peripherals/mouse/" (establishing: 1)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_established: "/org/gnome/desktop/sound/" (establishing: 1)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_established: "/org/gnome/desktop/privacy/" (establishing: 1)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_established: "/org/gnome/desktop/wm/preferences/" (establishing: 1)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_established: "/org/gnome/settings-daemon/plugins/xsettings/" (establishing: 1)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_established: "/org/gnome/desktop/a11y/" (establishing: 1)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
Jan 15 23:36:21 Archie org.gnome.Terminal.desktop[712]: # watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)
Jan 15 23:36:26 Archie systemd-networkd[369]: eno1: Configured
Jan 15 23:36:26 Archie systemd-timesyncd[515]: Network configuration changed, trying to establish connection.
Jan 15 23:36:41 Archie systemd[1]: systemd-timedated.service: Succeeded.
Jan 15 23:36:41 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:41 Archie kernel: audit: type=1131 audit(1547613401.919:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:42 Archie systemd[1]: systemd-localed.service: Succeeded.
Jan 15 23:36:42 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:42 Archie kernel: audit: type=1131 audit(1547613402.569:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:42 Archie systemd[1]: systemd-hostnamed.service: Succeeded.
Jan 15 23:36:42 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:36:42 Archie kernel: audit: type=1131 audit(1547613402.776:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:37:05 Archie sudo[1544]:    lenny : TTY=pts/0 ; PWD=/home/lenny ; USER=root ; COMMAND=/usr/bin/alsamixer
Jan 15 23:37:05 Archie sudo[1544]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 15 23:37:11 Archie geoclue[812]: Service not used for 60 seconds. Shutting down..
Jan 15 23:37:11 Archie systemd[1]: geoclue.service: Main process exited, code=killed, status=15/TERM
Jan 15 23:37:11 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:37:11 Archie systemd[1]: geoclue.service: Succeeded.
Jan 15 23:37:11 Archie kernel: audit: type=1131 audit(1547613431.503:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:40:23 Archie gnome-shell[712]: JS WARNING: [resource:///org/gnome/shell/ui/notificationDaemon.js 81]: reference to undefined property "image-path"
Jan 15 23:41:10 Archie mailspring.desktop[712]: Exiting because another instance of the app is already running.
Jan 15 23:42:40 Archie sudo[1544]: pam_unix(sudo:session): session closed for user root
Jan 15 23:51:21 Archie systemd[1]: Starting Cleanup of Temporary Directories...
Jan 15 23:51:21 Archie systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Jan 15 23:51:21 Archie systemd[1]: Started Cleanup of Temporary Directories.
Jan 15 23:51:21 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:51:21 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:51:21 Archie kernel: audit: type=1130 audit(1547614281.486:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:51:21 Archie kernel: audit: type=1131 audit(1547614281.486:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 15 23:54:27 Archie sudo[1673]: pam_unix(sudo:auth): authentication failure; logname= uid=1000 euid=0 tty=/dev/pts/0 ruser=lenny rhost=  user=lenny
Jan 15 23:54:33 Archie sudo[1673]:    lenny : TTY=pts/0 ; PWD=/home/lenny/.config/alsa ; USER=root ; COMMAND=/usr/bin/cp /var/lib/alsa/asound.state .
Jan 15 23:54:33 Archie sudo[1673]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 15 23:54:33 Archie sudo[1673]: pam_unix(sudo:session): session closed for user root
Jan 15 23:54:58 Archie sudo[1678]:    lenny : TTY=pts/0 ; PWD=/home/lenny/.config/alsa ; USER=root ; COMMAND=/usr/bin/chown lenny asound.state
Jan 15 23:54:58 Archie sudo[1678]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 15 23:54:58 Archie sudo[1678]: pam_unix(sudo:session): session closed for user root
Jan 15 23:59:49 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='io.github.Pithos' unit='pithos.service' requested by ':1.8' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 15 23:59:49 Archie systemd[580]: Starting Pithos Media Player...
Jan 15 23:59:50 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'io.github.Pithos'
Jan 15 23:59:50 Archie systemd[580]: Started Pithos Media Player.
Jan 16 00:00:19 Archie systemd[1]: Starting Rotate log files...
Jan 16 00:00:19 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 00:00:19 Archie systemd[1]: Started Verify integrity of password and group files.
Jan 16 00:00:19 Archie kernel: audit: type=1130 audit(1547614819.959:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 00:00:19 Archie systemd[1]: shadow.service: Succeeded.
Jan 16 00:00:19 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 00:00:19 Archie kernel: audit: type=1131 audit(1547614819.966:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 00:00:20 Archie systemd[1]: logrotate.service: Succeeded.
Jan 16 00:00:20 Archie systemd[1]: Started Rotate log files.
Jan 16 00:00:20 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 00:00:20 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 00:00:20 Archie kernel: audit: type=1130 audit(1547614820.169:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 00:00:20 Archie kernel: audit: type=1131 audit(1547614820.169:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 00:06:12 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
Jan 16 00:06:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (3101662) is greater than comparison timestamp (3101652).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 3101662.  Working around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (3101782) is greater than comparison timestamp (3101774).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 3101782.  Working around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (3101812) is greater than comparison timestamp (3101805).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 3101812.  Working around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (3101842) is greater than comparison timestamp (3101835).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 3101842.  Working around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (3101933) is greater than comparison timestamp (3101928).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 3101933.  Working around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (3101963) is greater than comparison timestamp (3101959).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 3101963.  Working around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (3101993) is greater than comparison timestamp (3101990).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 3101993.  Working around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (3102023) is greater than comparison timestamp (3102020).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 3102023.  Working around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (3102054) is greater than comparison timestamp (3102051).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 00:27:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 3102054.  Working around...
Jan 16 00:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 00:36:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 16 00:36:37 Archie systemd[580]: Starting Timed resync...
Jan 16 00:36:38 Archie profile-sync-daemon[2541]: firefox resync successful
Jan 16 00:36:38 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 16 00:36:38 Archie systemd[580]: Started Timed resync.
Jan 16 00:54:47 Archie gnome-shell[712]: JS WARNING: [resource:///org/gnome/shell/ui/popupMenu.js 727]: reference to undefined property "_delegate"
Jan 16 01:06:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
Jan 16 01:06:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 01:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 01:36:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 16 01:37:37 Archie systemd[580]: Starting Timed resync...
Jan 16 01:37:38 Archie profile-sync-daemon[2924]: firefox resync successful
Jan 16 01:37:38 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 16 01:37:38 Archie systemd[580]: Started Timed resync.
Jan 16 02:06:12 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
Jan 16 02:06:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 02:36:12 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 16 02:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 02:38:37 Archie systemd[580]: Starting Timed resync...
Jan 16 02:38:38 Archie profile-sync-daemon[3262]: firefox resync successful
Jan 16 02:38:38 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 16 02:38:38 Archie systemd[580]: Started Timed resync.
Jan 16 03:06:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
Jan 16 03:06:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 03:36:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 16 03:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 03:39:37 Archie systemd[580]: Starting Timed resync...
Jan 16 03:39:38 Archie profile-sync-daemon[3590]: firefox resync successful
Jan 16 03:39:38 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 16 03:39:38 Archie systemd[580]: Started Timed resync.
Jan 16 04:00:20 Archie pithos[1707]: ERROR:root:fault code: 1001 INVALID_AUTH_TOKEN message: An unexpected error occurred
Jan 16 04:06:12 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
Jan 16 04:06:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 04:36:12 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 16 04:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 04:40:37 Archie systemd[580]: Starting Timed resync...
Jan 16 04:40:38 Archie profile-sync-daemon[3926]: firefox resync successful
Jan 16 04:40:38 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 16 04:40:38 Archie systemd[580]: Started Timed resync.
Jan 16 05:06:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
Jan 16 05:06:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 05:36:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 16 05:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 05:41:37 Archie systemd[580]: Starting Timed resync...
Jan 16 05:41:38 Archie profile-sync-daemon[4256]: firefox resync successful
Jan 16 05:41:38 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 16 05:41:38 Archie systemd[580]: Started Timed resync.
Jan 16 06:06:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
Jan 16 06:06:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 06:36:12 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 16 06:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 06:37:14 Archie gnome-software[1064]: failed to get updates: no plugin could handle get-updates
Jan 16 06:42:37 Archie systemd[580]: Starting Timed resync...
Jan 16 06:42:38 Archie profile-sync-daemon[4600]: firefox resync successful
Jan 16 06:42:38 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 16 06:42:38 Archie systemd[580]: Started Timed resync.
Jan 16 07:06:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
Jan 16 07:06:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 07:36:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 16 07:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 07:43:37 Archie systemd[580]: Starting Timed resync...
Jan 16 07:43:38 Archie profile-sync-daemon[4928]: firefox resync successful
Jan 16 07:43:38 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 16 07:43:38 Archie systemd[580]: Started Timed resync.
Jan 16 07:49:24 Archie gnome-shell[712]: JS WARNING: [resource:///org/gnome/shell/ui/layout.js 553]: reference to undefined property 0
Jan 16 07:49:28 Archie gdm-password][4992]: gkr-pam: unlocked login keyring
Jan 16 07:49:46 Archie sudo[5017]:    lenny : TTY=pts/0 ; PWD=/etc ; USER=root ; COMMAND=/usr/bin/vim pamac.conf
Jan 16 07:49:46 Archie sudo[5017]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 16 07:50:56 Archie sudo[5017]: pam_unix(sudo:session): session closed for user root
Jan 16 07:51:03 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.manjaro.pamac.system' unit='pamac-system.service' requested by ':1.10761' (uid=1000 pid=5024 comm="pamac-manager ")
Jan 16 07:51:03 Archie systemd[1]: Starting Pamac System Session...
Jan 16 07:51:03 Archie dbus-daemon[531]: [system] Successfully activated service 'org.manjaro.pamac.system'
Jan 16 07:51:03 Archie systemd[1]: Started Pamac System Session.
Jan 16 07:51:03 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 07:51:03 Archie kernel: audit: type=1130 audit(1547643063.882:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 07:51:11 Archie polkitd[556]: Operator of unix-session:1 successfully authenticated as unix-user:lenny to gain TEMPORARY authorization for action org.manjaro.pamac.commit for system-bus-name::1.10761 [pamac-manager] (owned by unix-user:lenny)
Jan 16 07:51:12 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.10761' (uid=1000 pid=5024 comm="pamac-manager ")
Jan 16 07:51:12 Archie systemd[1]: Starting Hostname Service...
Jan 16 07:51:12 Archie gvfsd[719]: mkdir failed on directory /var/cache/samba: Permission denied
Jan 16 07:51:12 Archie gvfsd[719]: mkdir failed on directory /var/cache/samba: Permission denied
Jan 16 07:51:12 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 16 07:51:12 Archie systemd[1]: Started Hostname Service.
Jan 16 07:51:12 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 07:51:12 Archie kernel: audit: type=1130 audit(1547643072.272:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 07:51:22 Archie gvfsd[719]: Could not get name of local/domain master browser for workgroup WORKGROUP from address 192.168.1.1
Jan 16 07:51:22 Archie gvfsd[719]: mkdir failed on directory /var/cache/samba: Permission denied
Jan 16 07:51:22 Archie gvfsd[719]: mkdir failed on directory /var/cache/samba: Permission denied
Jan 16 07:51:32 Archie gvfsd[719]: Could not get name of local/domain master browser for workgroup WORKGROUP from address 192.168.1.1
Jan 16 07:51:32 Archie gvfsd[719]: mkdir failed on directory /var/cache/samba: Permission denied
Jan 16 07:51:32 Archie gvfsd[719]: mkdir failed on directory /var/cache/samba: Permission denied
Jan 16 07:51:32 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.10780' (uid=1000 pid=5078 comm="/usr/lib/gvfsd-dnssd --spawner :1.9 /org/gtk/gvfs/")
Jan 16 07:51:32 Archie dbus-daemon[531]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Jan 16 07:51:40 Archie gnome-shell[712]: Source ID 46515 was not found when attempting to remove it
Jan 16 07:51:41 Archie gnome-shell[712]: Source ID 46516 was not found when attempting to remove it
Jan 16 07:51:42 Archie gvfsd[719]: Could not get name of local/domain master browser for workgroup WORKGROUP from address 192.168.1.1
Jan 16 07:51:42 Archie gvfsd[719]: mkdir failed on directory /var/cache/samba: Permission denied
Jan 16 07:51:42 Archie gvfsd[719]: mkdir failed on directory /var/cache/samba: Permission denied
Jan 16 07:51:42 Archie systemd[1]: systemd-hostnamed.service: Succeeded.
Jan 16 07:51:42 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 07:51:42 Archie kernel: audit: type=1131 audit(1547643102.342:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 07:51:44 Archie gnome-shell[712]: JS ERROR: TypeError: database.start_refresh_tmp_files_dbs is not a function
                                         _checkUpdatesEnd@/usr/share/gnome-shell/extensions/pamac-updates@manjaro.org/extension.js:332:4
                                         wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
                                         _checkUpdatesRead@/usr/share/gnome-shell/extensions/pamac-updates@manjaro.org/extension.js:317:3
                                         wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
                                         _checkUpdates/this._updateProcess_sourceId<@/usr/share/gnome-shell/extensions/pamac-updates@manjaro.org/extension.js:285:92
Jan 16 07:51:52 Archie gvfsd[719]: Could not get name of local/domain master browser for workgroup WORKGROUP from address 192.168.1.1
Jan 16 07:51:57 Archie systemd[1]: pamac-system.service: Succeeded.
Jan 16 07:51:57 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 07:51:57 Archie kernel: audit: type=1131 audit(1547643117.812:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:06:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
Jan 16 08:06:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 08:12:18 Archie pithos[1707]: ERROR:root:fault code: 1001 INVALID_AUTH_TOKEN message: An unexpected error occurred
Jan 16 08:12:41 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.manjaro.pamac.system' unit='pamac-system.service' requested by ':1.11276' (uid=1000 pid=5376 comm="pamac-manager ")
Jan 16 08:12:41 Archie systemd[1]: Starting Pamac System Session...
Jan 16 08:12:41 Archie dbus-daemon[531]: [system] Successfully activated service 'org.manjaro.pamac.system'
Jan 16 08:12:41 Archie systemd[1]: Started Pamac System Session.
Jan 16 08:12:41 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:12:41 Archie kernel: audit: type=1130 audit(1547644361.959:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:14:18 Archie systemd[1]: pamac-system.service: Succeeded.
Jan 16 08:14:18 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:14:18 Archie kernel: audit: type=1131 audit(1547644458.592:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:14:34 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.manjaro.pamac.system' unit='pamac-system.service' requested by ':1.11317' (uid=1000 pid=5406 comm="pamac install oss ")
Jan 16 08:14:34 Archie systemd[1]: Starting Pamac System Session...
Jan 16 08:14:34 Archie dbus-daemon[531]: [system] Successfully activated service 'org.manjaro.pamac.system'
Jan 16 08:14:34 Archie systemd[1]: Started Pamac System Session.
Jan 16 08:14:34 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:14:34 Archie kernel: audit: type=1130 audit(1547644474.872:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:14:34 Archie systemd[1]: pamac-system.service: Succeeded.
Jan 16 08:14:34 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:14:34 Archie kernel: audit: type=1131 audit(1547644474.876:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:14:44 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.manjaro.pamac.system' unit='pamac-system.service' requested by ':1.11319' (uid=1000 pid=5416 comm="pamac build oss ")
Jan 16 08:14:44 Archie systemd[1]: Starting Pamac System Session...
Jan 16 08:14:44 Archie dbus-daemon[531]: [system] Successfully activated service 'org.manjaro.pamac.system'
Jan 16 08:14:44 Archie systemd[1]: Started Pamac System Session.
Jan 16 08:14:44 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:14:44 Archie kernel: audit: type=1130 audit(1547644484.346:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:14:44 Archie polkitd[556]: Registered Authentication Agent for unix-process:5416:3111776 (system bus name :1.11321 [pkttyagent], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jan 16 08:14:53 Archie polkitd[556]: Operator of unix-process:5416:3111776 successfully authenticated as unix-user:lenny to gain TEMPORARY authorization for action org.manjaro.pamac.commit for system-bus-name::1.11319 [pamac build oss] (owned by unix-user:lenny)
Jan 16 08:15:17 Archie polkitd[556]: Unregistered Authentication Agent for unix-process:5416:3111776 (system bus name :1.11321, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jan 16 08:15:17 Archie systemd[1]: pamac-system.service: Succeeded.
Jan 16 08:15:17 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:15:17 Archie kernel: audit: type=1131 audit(1547644517.712:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:17:19 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.manjaro.pamac.system' unit='pamac-system.service' requested by ':1.11392' (uid=1000 pid=7680 comm="pamac-manager ")
Jan 16 08:17:19 Archie systemd[1]: Starting Pamac System Session...
Jan 16 08:17:19 Archie dbus-daemon[531]: [system] Successfully activated service 'org.manjaro.pamac.system'
Jan 16 08:17:19 Archie systemd[1]: Started Pamac System Session.
Jan 16 08:17:19 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:17:19 Archie kernel: audit: type=1130 audit(1547644639.612:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:18:09 Archie polkitd[556]: Operator of unix-session:1 successfully authenticated as unix-user:lenny to gain TEMPORARY authorization for action org.manjaro.pamac.commit for system-bus-name::1.11392 [pamac-manager] (owned by unix-user:lenny)
Jan 16 08:31:23 Archie sudo[12354]:    lenny : TTY=pts/0 ; PWD=/etc/modprobe.d ; USER=root ; COMMAND=/usr/bin/rm alsa-base.conf
Jan 16 08:31:23 Archie sudo[12354]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 16 08:31:23 Archie sudo[12354]: pam_unix(sudo:session): session closed for user root
Jan 16 08:36:12 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 16 08:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 08:39:06 Archie systemd[1]: pamac-system.service: Succeeded.
Jan 16 08:39:06 Archie kernel: audit: type=1131 audit(1547645946.712:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:39:06 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-system comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 08:44:37 Archie systemd[580]: Starting Timed resync...
Jan 16 08:44:38 Archie profile-sync-daemon[12498]: firefox resync successful
Jan 16 08:44:38 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 16 08:44:38 Archie systemd[580]: Started Timed resync.
Jan 16 08:47:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33056597) is greater than comparison timestamp (33056596).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:47:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (Edit post ) appears to be one of the offending windows with a timestamp of 33056597.  Working around...
Jan 16 08:47:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33056628) is greater than comparison timestamp (33056626).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:47:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (Edit post ) appears to be one of the offending windows with a timestamp of 33056628.  Working around...
Jan 16 08:47:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33056658) is greater than comparison timestamp (33056657).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:47:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (Edit post ) appears to be one of the offending windows with a timestamp of 33056658.  Working around...
Jan 16 08:47:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33056688) is greater than comparison timestamp (33056687).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:47:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (Edit post ) appears to be one of the offending windows with a timestamp of 33056688.  Working around...
Jan 16 08:49:17 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33191239) is greater than comparison timestamp (33191223).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:17 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33191239.  Working around...
Jan 16 08:49:17 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33191360) is greater than comparison timestamp (33191345).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:17 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33191360.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33191542) is greater than comparison timestamp (33191529).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33191542.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33191693) is greater than comparison timestamp (33191681).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33191693.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33191723) is greater than comparison timestamp (33191712).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33191723.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33191843) is greater than comparison timestamp (33191834).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33191843.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33191873) is greater than comparison timestamp (33191865).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33191873.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33191903) is greater than comparison timestamp (33191895).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33191903.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33191993) is greater than comparison timestamp (33191988).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33191993.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33192023) is greater than comparison timestamp (33192018).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33192023.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33192053) is greater than comparison timestamp (33192049).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33192053.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33192083) is greater than comparison timestamp (33192080).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33192083.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33192143) is greater than comparison timestamp (33192141).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33192143.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33192173) is greater than comparison timestamp (33192171).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33192173.  Working around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33192203) is greater than comparison timestamp (33192202).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:49:18 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33192203.  Working around...
Jan 16 08:50:53 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33287516) is greater than comparison timestamp (33287515).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:50:53 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33287516.  Working around...
Jan 16 08:50:54 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33287607) is greater than comparison timestamp (33287606).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:50:54 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33287607.  Working around...
Jan 16 08:51:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33297296) is greater than comparison timestamp (33297284).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33297296.  Working around...
Jan 16 08:51:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33297447) is greater than comparison timestamp (33297437).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33297447.  Working around...
Jan 16 08:51:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33297477) is greater than comparison timestamp (33297467).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:03 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33297477.  Working around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33297628) is greater than comparison timestamp (33297621).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33297628.  Working around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33297659) is greater than comparison timestamp (33297651).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33297659.  Working around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33297779) is greater than comparison timestamp (33297775).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33297779.  Working around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33297809) is greater than comparison timestamp (33297805).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33297809.  Working around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33297839) is greater than comparison timestamp (33297836).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33297839.  Working around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33297869) is greater than comparison timestamp (33297866).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33297869.  Working around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33297929) is greater than comparison timestamp (33297928).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33297929.  Working around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33297959) is greater than comparison timestamp (33297958).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:04 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33297959.  Working around...
Jan 16 08:51:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33319716) is greater than comparison timestamp (33319701).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33319716.  Working around...
Jan 16 08:51:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33319897) is greater than comparison timestamp (33319885).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:51:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33319897.  Working around...
Jan 16 08:52:14 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33367837) is greater than comparison timestamp (33367836).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:52:14 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33367837.  Working around...
Jan 16 08:52:14 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33367869) is greater than comparison timestamp (33367867).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:52:14 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33367869.  Working around...
Jan 16 08:52:14 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33367899) is greater than comparison timestamp (33367897).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:52:14 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33367899.  Working around...
Jan 16 08:52:14 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33367929) is greater than comparison timestamp (33367928).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:52:14 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33367929.  Working around...
Jan 16 08:52:38 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33392003) is greater than comparison timestamp (33392002).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:52:38 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33392003.  Working around...
Jan 16 08:52:38 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33392034) is greater than comparison timestamp (33392033).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:52:38 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33392034.  Working around...
Jan 16 08:52:46 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33400254) is greater than comparison timestamp (33400253).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:52:46 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33400254.  Working around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33460861) is greater than comparison timestamp (33460850).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33460861.  Working around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33460981) is greater than comparison timestamp (33460973).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33460981.  Working around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33461011) is greater than comparison timestamp (33461003).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33461011.  Working around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33461163) is greater than comparison timestamp (33461156).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33461163.  Working around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33461193) is greater than comparison timestamp (33461187).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33461193.  Working around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33461224) is greater than comparison timestamp (33461218).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33461224.  Working around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33461314) is greater than comparison timestamp (33461309).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33461314.  Working around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33461344) is greater than comparison timestamp (33461339).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33461344.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33465631) is greater than comparison timestamp (33465621).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33465631.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33465752) is greater than comparison timestamp (33465743).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33465752.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33465782) is greater than comparison timestamp (33465774).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33465782.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33465812) is greater than comparison timestamp (33465805).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33465812.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33465902) is greater than comparison timestamp (33465897).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33465902.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33465933) is greater than comparison timestamp (33465927).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33465933.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33465963) is greater than comparison timestamp (33465958).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33465963.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33465993) is greater than comparison timestamp (33465988).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33465993.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33466084) is greater than comparison timestamp (33466081).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33466084.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33466114) is greater than comparison timestamp (33466111).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33466114.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33466144) is greater than comparison timestamp (33466142).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33466144.  Working around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33466174) is greater than comparison timestamp (33466172).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:53:52 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 ([CLOSED] A) appears to be one of the offending windows with a timestamp of 33466174.  Working around...
Jan 16 08:55:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33560283) is greater than comparison timestamp (33560282).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:55:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (undefined ) appears to be one of the offending windows with a timestamp of 33560283.  Working around...
Jan 16 08:55:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33560313) is greater than comparison timestamp (33560312).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:55:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (undefined ) appears to be one of the offending windows with a timestamp of 33560313.  Working around...
Jan 16 08:55:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33560344) is greater than comparison timestamp (33560343).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:55:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (undefined ) appears to be one of the offending windows with a timestamp of 33560344.  Working around...
Jan 16 08:55:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33560435) is greater than comparison timestamp (33560434).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:55:26 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (undefined ) appears to be one of the offending windows with a timestamp of 33560435.  Working around...
Jan 16 08:55:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33576839) is greater than comparison timestamp (33576834).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:55:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (undefined ) appears to be one of the offending windows with a timestamp of 33576839.  Working around...
Jan 16 08:55:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (33576869) is greater than comparison timestamp (33576865).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 08:55:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (undefined ) appears to be one of the offending windows with a timestamp of 33576869.  Working around...
Jan 16 09:06:12 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
Jan 16 09:06:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 09:36:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 16 09:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 09:45:37 Archie systemd[580]: Starting Timed resync...
Jan 16 09:45:38 Archie profile-sync-daemon[13535]: firefox resync successful
Jan 16 09:45:38 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 16 09:45:38 Archie systemd[580]: Started Timed resync.
Jan 16 09:58:29 Archie mailspring.desktop[712]: Exiting because another instance of the app is already running.
Jan 16 09:59:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (37424245) is greater than comparison timestamp (37424244).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 09:59:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (Edit post ) appears to be one of the offending windows with a timestamp of 37424245.  Working around...
Jan 16 10:01:18 Archie sudo[13668]:    lenny : TTY=pts/0 ; PWD=/usr/share/applications ; USER=root ; COMMAND=/usr/bin/fuser -v /dev/snd/by-path /dev/snd/controlC0 /dev/snd/hwC0D0 /dev/snd/hwC0D2 /dev/snd/pcmC0D0c /dev/snd/pcmC0D0p /dev/snd/pcmC0D1p /dev/snd/pcmC0D2c /dev/snd/pcmC0D3p /dev/snd/seq /dev/snd/timer
Jan 16 10:01:18 Archie sudo[13668]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 16 10:01:18 Archie sudo[13668]: pam_unix(sudo:session): session closed for user root
Jan 16 10:01:41 Archie sudo[13672]:    lenny : TTY=pts/0 ; PWD=/usr/share/applications ; USER=root ; COMMAND=/usr/bin/fuser -v /dev/snd/by-path /dev/snd/controlC0 /dev/snd/hwC0D0 /dev/snd/hwC0D2 /dev/snd/pcmC0D0c /dev/snd/pcmC0D0p /dev/snd/pcmC0D1p /dev/snd/pcmC0D2c /dev/snd/pcmC0D3p /dev/snd/seq /dev/snd/timer
Jan 16 10:01:41 Archie sudo[13672]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 16 10:01:41 Archie sudo[13672]: pam_unix(sudo:session): session closed for user root
Jan 16 10:01:41 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.48' (uid=1000 pid=1049 comm="/usr/lib/tracker-miner-fs ")
Jan 16 10:01:41 Archie systemd[580]: Starting Tracker metadata extractor...
Jan 16 10:01:41 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
Jan 16 10:01:41 Archie systemd[580]: Started Tracker metadata extractor.
Jan 16 10:01:51 Archie systemd[580]: tracker-extract.service: Succeeded.
Jan 16 10:01:57 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating service name='org.gnome.Nautilus' requested by ':1.8' (uid=1000 pid=712 comm="/usr/bin/gnome-shell ")
Jan 16 10:01:57 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.Nautilus'
Jan 16 10:01:57 Archie org.gnome.Nautilus[607]: Initializing nautilus-dropbox 2018.11.08
Jan 16 10:01:57 Archie dbus-daemon[531]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.14013' (uid=1000 pid=13699 comm="/usr/bin/nautilus --gapplication-service ")
Jan 16 10:01:57 Archie systemd[1]: Starting Hostname Service...
Jan 16 10:01:57 Archie dbus-daemon[531]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 16 10:01:57 Archie systemd[1]: Started Hostname Service.
Jan 16 10:01:57 Archie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 10:01:57 Archie kernel: audit: type=1130 audit(1547650917.829:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 10:02:01 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating service name='org.gnome.gedit' requested by ':1.144' (uid=1000 pid=13699 comm="/usr/bin/nautilus --gapplication-service ")
Jan 16 10:02:01 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.gedit'
Jan 16 10:02:10 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating service name='org.gnome.gedit' requested by ':1.144' (uid=1000 pid=13699 comm="/usr/bin/nautilus --gapplication-service ")
Jan 16 10:02:10 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.gedit'
Jan 16 10:02:14 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating service name='org.gnome.gedit' requested by ':1.144' (uid=1000 pid=13699 comm="/usr/bin/nautilus --gapplication-service ")
Jan 16 10:02:14 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.gedit'
Jan 16 10:02:27 Archie systemd[1]: systemd-hostnamed.service: Succeeded.
Jan 16 10:02:27 Archie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 10:02:27 Archie kernel: audit: type=1131 audit(1547650947.902:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 16 10:02:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (37602088) is greater than comparison timestamp (37602087).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:02:48 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 37602088.  Working around...
Jan 16 10:03:50 Archie sudo[13766]:    lenny : TTY=pts/0 ; PWD=/usr/share/applications ; USER=root ; COMMAND=/usr/bin/fuser -v /dev/snd/by-path /dev/snd/controlC0 /dev/snd/hwC0D0 /dev/snd/hwC0D2 /dev/snd/pcmC0D0c /dev/snd/pcmC0D0p /dev/snd/pcmC0D1p /dev/snd/pcmC0D2c /dev/snd/pcmC0D3p /dev/snd/seq /dev/snd/timer
Jan 16 10:03:50 Archie sudo[13766]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 16 10:03:50 Archie sudo[13766]: pam_unix(sudo:session): session closed for user root
Jan 16 10:04:09 Archie Haroopad.desktop[712]: [13774:0116/100409:ERROR:browser_main_loop.cc(162)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
Jan 16 10:04:09 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating service name='org.gnome.GConf' requested by ':1.148' (uid=1000 pid=13774 comm="/usr/share/haroopad/haroopad ")
Jan 16 10:04:09 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.GConf'
Jan 16 10:04:10 Archie Haroopad.desktop[712]: [13794:0116/100410:ERROR:sandbox_linux.cc(305)] InitializeSandbox() called with multiple threads in process gpu-process
Jan 16 10:04:44 Archie sudo[13836]:    lenny : TTY=pts/0 ; PWD=/usr/share/applications ; USER=root ; COMMAND=/usr/bin/fuser -av /dev/snd/by-path /dev/snd/controlC0 /dev/snd/hwC0D0 /dev/snd/hwC0D2 /dev/snd/pcmC0D0c /dev/snd/pcmC0D0p /dev/snd/pcmC0D1p /dev/snd/pcmC0D2c /dev/snd/pcmC0D3p /dev/snd/seq /dev/snd/timer
Jan 16 10:04:44 Archie sudo[13836]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 16 10:04:44 Archie sudo[13836]: pam_unix(sudo:session): session closed for user root
Jan 16 10:04:51 Archie sudo[13840]:    lenny : TTY=pts/0 ; PWD=/usr/share/applications ; USER=root ; COMMAND=/usr/bin/fuser -v /dev/snd/by-path /dev/snd/controlC0 /dev/snd/hwC0D0 /dev/snd/hwC0D2 /dev/snd/pcmC0D0c /dev/snd/pcmC0D0p /dev/snd/pcmC0D1p /dev/snd/pcmC0D2c /dev/snd/pcmC0D3p /dev/snd/seq /dev/snd/timer
Jan 16 10:04:51 Archie sudo[13840]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 16 10:04:51 Archie sudo[13840]: pam_unix(sudo:session): session closed for user root
Jan 16 10:06:12 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
Jan 16 10:06:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 10:07:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (37896674) is greater than comparison timestamp (37896672).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:07:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 37896674.  Working around...
Jan 16 10:07:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (37896704) is greater than comparison timestamp (37896703).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:07:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 37896704.  Working around...
Jan 16 10:07:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (37896734) is greater than comparison timestamp (37896733).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:07:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 37896734.  Working around...
Jan 16 10:09:42 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38016427) is greater than comparison timestamp (38016426).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:09:42 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38016427.  Working around...
Jan 16 10:09:42 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38016457) is greater than comparison timestamp (38016456).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:09:42 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38016457.  Working around...
Jan 16 10:09:42 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38016518) is greater than comparison timestamp (38016517).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:09:42 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38016518.  Working around...
Jan 16 10:09:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38016549) is greater than comparison timestamp (38016548).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:09:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38016549.  Working around...
Jan 16 10:09:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38016579) is greater than comparison timestamp (38016578).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:09:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38016579.  Working around...
Jan 16 10:09:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38016640) is greater than comparison timestamp (38016639).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:09:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38016640.  Working around...
Jan 16 10:10:42 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.48' (uid=1000 pid=1049 comm="/usr/lib/tracker-miner-fs ")
Jan 16 10:10:42 Archie systemd[580]: Starting Tracker metadata extractor...
Jan 16 10:10:42 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
Jan 16 10:10:42 Archie systemd[580]: Started Tracker metadata extractor.
Jan 16 10:10:46 Archie dbus-daemon[607]: [session uid=1000 pid=607] Activating service name='org.gnome.gedit' requested by ':1.144' (uid=1000 pid=13699 comm="/usr/bin/nautilus --gapplication-service ")
Jan 16 10:10:46 Archie dbus-daemon[607]: [session uid=1000 pid=607] Successfully activated service 'org.gnome.gedit'
Jan 16 10:10:53 Archie systemd[580]: tracker-extract.service: Succeeded.
Jan 16 10:11:06 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38099785) is greater than comparison timestamp (38099784).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:06 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38099785.  Working around...
Jan 16 10:11:06 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38099846) is greater than comparison timestamp (38099845).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:06 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38099846.  Working around...
Jan 16 10:11:06 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38099876) is greater than comparison timestamp (38099875).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:06 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38099876.  Working around...
Jan 16 10:11:06 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38099906) is greater than comparison timestamp (38099905).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:06 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38099906.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38136805) is greater than comparison timestamp (38136795).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38136805.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38136957) is greater than comparison timestamp (38136947).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38136957.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38136987) is greater than comparison timestamp (38136978).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38136987.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38137139) is greater than comparison timestamp (38137131).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38137139.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38137169) is greater than comparison timestamp (38137161).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38137169.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38137289) is greater than comparison timestamp (38137284).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38137289.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38137320) is greater than comparison timestamp (38137315).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38137320.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38137351) is greater than comparison timestamp (38137346).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38137351.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38137381) is greater than comparison timestamp (38137376).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38137381.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38137441) is greater than comparison timestamp (38137438).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38137441.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38137471) is greater than comparison timestamp (38137469).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38137471.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38137501) is greater than comparison timestamp (38137499).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38137501.  Working around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38137531) is greater than comparison timestamp (38137530).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:43 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38137531.  Working around...
Jan 16 10:11:44 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38137561) is greater than comparison timestamp (38137560).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:44 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38137561.  Working around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38138834) is greater than comparison timestamp (38138827).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38138834.  Working around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38138924) is greater than comparison timestamp (38138919).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38138924.  Working around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38138955) is greater than comparison timestamp (38138949).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38138955.  Working around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38138985) is greater than comparison timestamp (38138980).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38138985.  Working around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38139015) is greater than comparison timestamp (38139010).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38139015.  Working around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38139075) is greater than comparison timestamp (38139071).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38139075.  Working around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38139105) is greater than comparison timestamp (38139102).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38139105.  Working around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38139135) is greater than comparison timestamp (38139133).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38139135.  Working around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38139165) is greater than comparison timestamp (38139163).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38139165.  Working around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38139225) is greater than comparison timestamp (38139224).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38139225.  Working around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38139256) is greater than comparison timestamp (38139255).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:45 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38139256.  Working around...
Jan 16 10:11:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38140603) is greater than comparison timestamp (38140601).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38140603.  Working around...
Jan 16 10:11:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38140633) is greater than comparison timestamp (38140632).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:47 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38140633.  Working around...
Jan 16 10:11:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38143544) is greater than comparison timestamp (38143534).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38143544.  Working around...
Jan 16 10:11:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38143574) is greater than comparison timestamp (38143564).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38143574.  Working around...
Jan 16 10:11:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38143694) is greater than comparison timestamp (38143686).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38143694.  Working around...
Jan 16 10:11:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38143724) is greater than comparison timestamp (38143717).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38143724.  Working around...
Jan 16 10:11:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38143755) is greater than comparison timestamp (38143748).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:11:50 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38143755.  Working around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38184674) is greater than comparison timestamp (38184665).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38184674.  Working around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38184794) is greater than comparison timestamp (38184787).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38184794.  Working around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38184825) is greater than comparison timestamp (38184818).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38184825.  Working around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38184946) is greater than comparison timestamp (38184940).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38184946.  Working around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38184976) is greater than comparison timestamp (38184970).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38184976.  Working around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38185006) is greater than comparison timestamp (38185001).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38185006.  Working around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38185096) is greater than comparison timestamp (38185092).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38185096.  Working around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38185126) is greater than comparison timestamp (38185123).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38185126.  Working around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38185156) is greater than comparison timestamp (38185154).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38185156.  Working around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38185186) is greater than comparison timestamp (38185184).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:12:31 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (ALSA confi) appears to be one of the offending windows with a timestamp of 38185186.  Working around...
Jan 16 10:18:21 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38534936) is greater than comparison timestamp (38534926).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:18:21 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (Edit post ) appears to be one of the offending windows with a timestamp of 38534936.  Working around...
Jan 16 10:18:21 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38534998) is greater than comparison timestamp (38534987).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:18:21 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (Edit post ) appears to be one of the offending windows with a timestamp of 38534998.  Working around...
Jan 16 10:19:53 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38626577) is greater than comparison timestamp (38626563).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:19:53 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (Edit post ) appears to be one of the offending windows with a timestamp of 38626577.  Working around...
Jan 16 10:21:35 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38729182) is greater than comparison timestamp (38729181).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:21:35 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (Edit post ) appears to be one of the offending windows with a timestamp of 38729182.  Working around...
Jan 16 10:21:49 Archie org.gnome.Shell.desktop[712]: Window manager warning: last_user_time (38743424) is greater than comparison timestamp (38743410).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Jan 16 10:21:49 Archie org.gnome.Shell.desktop[712]: Window manager warning: 0x2400011 (Edit post ) appears to be one of the offending windows with a timestamp of 38743424.  Working around...
Jan 16 10:36:13 Archie gnome-keyring-daemon[598]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
Jan 16 10:36:13 Archie mailspring.desktop[1050]: Manual update check (updates.getmailspring.com/check/linux/x64/1.5.5-b7939d38/6215bf35-9e52-4ef1-abf8-53fb21c23c98/stable) returned 204
Jan 16 10:46:37 Archie systemd[580]: Starting Timed resync...
Jan 16 10:46:38 Archie profile-sync-daemon[14187]: firefox resync successful
Jan 16 10:46:38 Archie systemd[580]: psd-resync.service: Succeeded.
Jan 16 10:46:38 Archie systemd[580]: Started Timed resync.

Last edited by lenhuppe (2019-01-16 16:54:03)


Why do we drive on the parkway and then park in the driveway?

Offline

#15 2019-01-16 16:03:57

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

As I write this Pithos is playing ...

sudo fuser -v /dev/snd/*

                        USER      PID     ACCESSS COMMAND
/dev/snd/controlC0:     lenny     757     F . . . .  pulseaudio
/dev/snd/pcmC0D0p:      lenny     757     F . . . m  pulseaudio

pacmd list-cards

1 card(s) available.
    index: 0
	name: <alsa_card.pci-0000_00_1f.3>
	driver: <module-alsa-card.c>
	owner module: 6
	properties:
		alsa.card = "0"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0x52c30000 irq 134"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1f.3"
		sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "a348"
		device.product.name = "Cannon Lake PCH cAVS"
		device.form_factor = "internal"
		device.string = "0"
		device.description = "Built-in Audio"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	profiles:
		input:analog-stereo: Analog Stereo Input (priority 65, available: no)
		output:analog-stereo: Analog Stereo Output (priority 6500, available: unknown)
		output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (priority 6565, available: unknown)
		output:analog-surround-21: Analog Surround 2.1 Output (priority 1300, available: unknown)
		output:analog-surround-21+input:analog-stereo: Analog Surround 2.1 Output + Analog Stereo Input (priority 1365, available: unknown)
		output:analog-surround-40: Analog Surround 4.0 Output (priority 1200, available: unknown)
		output:analog-surround-40+input:analog-stereo: Analog Surround 4.0 Output + Analog Stereo Input (priority 1265, available: unknown)
		output:analog-surround-41: Analog Surround 4.1 Output (priority 1300, available: unknown)
		output:analog-surround-41+input:analog-stereo: Analog Surround 4.1 Output + Analog Stereo Input (priority 1365, available: unknown)
		output:analog-surround-50: Analog Surround 5.0 Output (priority 1200, available: unknown)
		output:analog-surround-50+input:analog-stereo: Analog Surround 5.0 Output + Analog Stereo Input (priority 1265, available: unknown)
		output:analog-surround-51: Analog Surround 5.1 Output (priority 1300, available: unknown)
		output:analog-surround-51+input:analog-stereo: Analog Surround 5.1 Output + Analog Stereo Input (priority 1365, available: unknown)
		output:iec958-stereo: Digital Stereo (IEC958) Output (priority 5500, available: unknown)
		output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (priority 5565, available: unknown)
		output:hdmi-stereo: Digital Stereo (HDMI) Output (priority 5900, available: unknown)
		output:hdmi-stereo+input:analog-stereo: Digital Stereo (HDMI) Output + Analog Stereo Input (priority 5965, available: unknown)
		off: Off (priority 0, available: unknown)
	active profile: <output:analog-surround-51+input:analog-stereo>
	sinks:
		alsa_output.pci-0000_00_1f.3.analog-surround-51/#0: Built-in Audio Analog Surround 5.1
	sources:
		alsa_output.pci-0000_00_1f.3.analog-surround-51.monitor/#0: Monitor of Built-in Audio Analog Surround 5.1
		alsa_input.pci-0000_00_1f.3.analog-stereo/#1: Built-in Audio Analog Stereo
	ports:
		analog-input-front-mic: Front Microphone (priority 8500, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-input-microphone"
		analog-input-rear-mic: Rear Microphone (priority 8200, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-input-microphone"
		analog-input-linein: Line In (priority 8100, latency offset 0 usec, available: no)
			properties:
				
		analog-output-lineout: Line Out (priority 9900, latency offset 0 usec, available: yes)
			properties:
				
		analog-output-headphones: Headphones (priority 9000, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-headphones"
		iec958-stereo-output: Digital Output (S/PDIF) (priority 0, latency offset 0 usec, available: unknown)
			properties:
				
		hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: unknown)
			properties:
				device.icon_name = "video-display"

pacmd list-sinks

1 sink(s) available.
  * index: 0
	name: <alsa_output.pci-0000_00_1f.3.analog-surround-51>
	driver: <module-alsa-card.c>
	flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: RUNNING
	suspend cause: (none)
	priority: 9039
	volume: front-left: 36431 /  56% / -15.30 dB,   front-right: 36431 /  56% / -15.30 dB,   rear-left: 36431 /  56% / -15.30 dB,   rear-right: 36431 /  56% / -15.30 dB,   front-center: 43800 /  67% / -10.50 dB,   lfe: 43800 /  67% / -10.50 dB
	        balance 0.00
	base volume: 65536 / 100% / 0.00 dB
	volume steps: 65537
	muted: no
	current latency: 89.21 ms
	max request: 46 KiB
	max rewind: 46 KiB
	monitor source: 0
	sample spec: s16le 6ch 44100Hz
	channel map: front-left,front-right,rear-left,rear-right,front-center,lfe
	             Surround 5.1
	used by: 1
	linked by: 1
	configured latency: 90.00 ms; range is 0.50 .. 2000.00 ms
	card: 0 <alsa_card.pci-0000_00_1f.3>
	module: 6
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "Generic Analog"
		alsa.id = "Generic Analog"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "0"
		alsa.card = "0"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0x52c30000 irq 134"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1f.3"
		sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "a348"
		device.product.name = "Cannon Lake PCH cAVS"
		device.form_factor = "internal"
		device.string = "surround51:0"
		device.buffering.buffer_size = "1058400"
		device.buffering.fragment_size = "529200"
		device.access_mode = "mmap+timer"
		device.profile.name = "analog-surround-51"
		device.profile.description = "Analog Surround 5.1"
		device.description = "Built-in Audio Analog Surround 5.1"
		alsa.mixer_name = "Realtek Generic"
		alsa.components = "HDA:10ec1168,1462cb17,00100101 HDA:8086280b,80860101,00100000"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	ports:
		analog-output-lineout: Line Out (priority 9900, latency offset 0 usec, available: yes)
			properties:
				
	active port: <analog-output-lineout>

pacmd list-sink-inputs

1 sink input(s) available.
    index: 389
	driver: <protocol-native.c>
	flags: START_CORKED 
	state: RUNNING
	sink: 0 <alsa_output.pci-0000_00_1f.3.analog-surround-51>
	volume: front-left: 45511 /  69% / -9.50 dB,   front-right: 45511 /  69% / -9.50 dB
	        balance 0.00
	muted: no
	current latency: 44.94 ms
	requested latency: 90.00 ms
	sample spec: float32le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	resample method: copy
	module: 12
	client: 360 <Pithos>
	properties:
		media.name = "Playback Stream"
		application.name = "Pithos"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "32"
		application.version = "1.4.1"
		application.icon_name = "io.github.Pithos"
		media.role = "music"
		media.title = "Sunshine Superman"
		media.artist = "Donovan"
		media.filename = "http://mediaserver-sv5-rt-1-v4v6.pandora.com/access/9031802393408222329.mp4?version=5&lid=56003012&token=tB5op6f1uQUBaI0IaqQHVTGD9Reg87cTGrLyvknkEjmz0WkSNs15IcYlQ2dHM61MfTL8ldjrr%2B5Mm4GUCjeEWn4if9zkVPYyjGwQ4xwKGJeETdFrGEL5IYd4mAiA0Ve062lPLR82hz%2BKTsc6UqldtHC0mcMhnLDRPLFSw%2B95x9FvNvbLGBDLuL5UexLI8RosRBFUqdlt9wt1Qt1iJ%2BjJap8mHFpu5rbcsVdAZJyJX1v9TXSeIIrdHVHJQK8s3PdHn8G3HFJTJmc7DJq%2F1%2FM1EfZqclSN0dUKgvlBGk%2BiXUhT7B%2F88vDizLL%2FgTG41bOBBgKsCEq20crhQskWCVWDJcQkDy0kFur5dAS3oZ1zEC97bU1mb6%2F5JN0BiWJVuH9uadRS%2Bpa5XhSPSuxah%2FGDLdF2DGep%2BTQ91l4sC41XPsVR0euh2D0OC2jYueBa1rg44ApdREvWqP65O%2BSkJy10tlsA9GbARiaaOlewQkOtwUpImqRk0ubHq8vjEQWGZLqs2gUD1PCU02AzKlXsElA93lXDltG9kuRSX5tYKZBx7%2By1%2Fjc%2F0ChmW6WLPZ3ncczq"
		application.process.id = "1707"
		application.process.user = "lenny"
		application.process.host = "Archie"
		application.process.binary = "python3.7"
		application.language = "en_US.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "8c339c0ef84248da92e86ba335a68444"
		application.process.session_id = "1"
		module-stream-restore.id = "sink-input-by-media-role:music"

aplay -IL

null
    Discard all samples (playback) or generate zero samples (capture)
jack
    JACK Audio Connection Kit
pulse
    PulseAudio Sound Server
default
    Default ALSA Output (currently PulseAudio Sound Server)
sysdefault:CARD=PCH
    HDA Intel PCH, Generic Analog
    Default Audio Device
front:CARD=PCH,DEV=0
    HDA Intel PCH, Generic Analog
    Front speakers
surround21:CARD=PCH,DEV=0
    HDA Intel PCH, Generic Analog
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH,DEV=0
    HDA Intel PCH, Generic Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
    HDA Intel PCH, Generic Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
    HDA Intel PCH, Generic Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
    HDA Intel PCH, Generic Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
    HDA Intel PCH, Generic Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=PCH,DEV=0
    HDA Intel PCH, Generic Digital
    IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=PCH,DEV=0
    HDA Intel PCH, Generic Digital
    HDMI Audio Output
usbstream:CARD=PCH
    HDA Intel PCH
    USB Stream Output
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: Generic Analog [Generic Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: Generic Digital [Generic Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: Generic Digital [Generic Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

amixer -c0

Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 87
  Mono: Playback 80 [92%] [-5.25dB] [on]
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 87
  Mono:
  Front Left: Playback 80 [92%] [-5.25dB] [off]
  Front Right: Playback 80 [92%] [-5.25dB] [off]
Simple mixer control 'PCM',0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 231 [91%] [-4.80dB]
  Front Right: Playback 231 [91%] [-4.80dB]
Simple mixer control 'Front',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 87
  Mono:
  Front Left: Playback 80 [92%] [-5.25dB] [on]
  Front Right: Playback 80 [92%] [-5.25dB] [on]
Simple mixer control 'Front Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%] [0.00dB]
  Front Right: 0 [0%] [0.00dB]
Simple mixer control 'Surround',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 87
  Mono:
  Front Left: Playback 80 [92%] [-5.25dB] [on]
  Front Right: Playback 80 [92%] [-5.25dB] [on]
Simple mixer control 'Center',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 87
  Mono: Playback 80 [92%] [-5.25dB] [on]
Simple mixer control 'LFE',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 87
  Mono: Playback 80 [92%] [-5.25dB] [on]
Simple mixer control 'Line Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 2 [67%] [20.00dB]
  Front Right: 2 [67%] [20.00dB]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'IEC958 Default PCM',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',16
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 63
  Front Left: Capture 56 [89%] [24.75dB] [on]
  Front Right: Capture 56 [89%] [24.75dB] [on]
Simple mixer control 'Capture',1
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 63
  Front Left: Capture 56 [89%] [24.75dB] [off]
  Front Right: Capture 56 [89%] [24.75dB] [off]
Simple mixer control 'Auto-Mute Mode',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
  Item0: 'Enabled'
Simple mixer control 'Input Source',0
  Capabilities: cenum
  Items: 'Front Mic' 'Rear Mic' 'Line'
  Item0: 'Front Mic'
Simple mixer control 'Input Source',1
  Capabilities: cenum
  Items: 'Front Mic' 'Rear Mic' 'Line'
  Item0: 'Front Mic'
Simple mixer control 'Rear Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%] [0.00dB]
  Front Right: 0 [0%] [0.00dB]

Last edited by lenhuppe (2019-01-16 16:09:20)


Why do we drive on the parkway and then park in the driveway?

Offline

#16 2019-01-17 04:13:31

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

Not sure if this is helpful or not but here it is ...

This is from a freshly booted system following the linux 4.20.2.arch1-1 update.

I was not getting these messages with the previous kernel.

systemctl --failed

  UNIT                 LOAD   ACTIVE SUB    DESCRIPTION                  
● alsa-restore.service loaded failed failed Save/Restore Sound Card State

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

1 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.

systemctl status alsa-restore

● alsa-restore.service - Save/Restore Sound Card State
   Loaded: loaded (/usr/lib/systemd/system/alsa-restore.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Wed 2019-01-16 23:09:17 EST; 11min ago
  Process: 484 ExecStart=/bin/alsactl restore (code=exited, status=99)
 Main PID: 484 (code=exited, status=99)

Jan 16 23:09:17 Archie alsactl[484]: /bin/alsactl: set_control:1325: failed to obtain info for control #44 (No such file or directory)
Jan 16 23:09:17 Archie alsactl[484]: /bin/alsactl: set_control:1452: control.45.value.2 is not specified
Jan 16 23:09:17 Archie alsactl[484]: /bin/alsactl: set_control:1452: control.45.value.3 is not specified
Jan 16 23:09:17 Archie alsactl[484]: /bin/alsactl: set_control:1452: control.45.value.4 is not specified
Jan 16 23:09:17 Archie alsactl[484]: /bin/alsactl: set_control:1452: control.45.value.5 is not specified
Jan 16 23:09:17 Archie alsactl[484]: /bin/alsactl: set_control:1452: control.45.value.6 is not specified
Jan 16 23:09:17 Archie alsactl[484]: /bin/alsactl: set_control:1452: control.45.value.7 is not specified
Jan 16 23:09:17 Archie systemd[1]: alsa-restore.service: Main process exited, code=exited, status=99/n/a
Jan 16 23:09:17 Archie systemd[1]: alsa-restore.service: Failed with result 'exit-code'.
Jan 16 23:09:17 Archie systemd[1]: Failed to start Save/Restore Sound Card State.

Last edited by lenhuppe (2019-01-17 04:22:14)


Why do we drive on the parkway and then park in the driveway?

Offline

#17 2019-01-17 04:55:41

circleface
Member
Registered: 2012-05-26
Posts: 639

Re: SOLVED: Pithos drops out

Since you are running a PulseAudio server, you should not need to set volumes through alsamixer.  Use pavucontrol or something else for PulseAudio.  PulseAudio stores the volumes itself and there is no need to directly work with alsa.

Offline

#18 2019-01-17 05:27:14

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

> Since you are running a PulseAudio server, you should not need to set volumes through alsamixer. 
> Use pavucontrol or something else for PulseAudio. 
> PulseAudio stores the volumes itself and there is no need to directly work with alsa.

I will give that a try

Thanks!


Why do we drive on the parkway and then park in the driveway?

Offline

#19 2019-01-17 08:10:16

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: SOLVED: Pithos drops out

Yes you definitely shouldn't bother as much with correct ALSA volumes, as pulseaudio will set it's own, FWIW can you disable these alsa services to make sure that they aren't contributing to the actual problem incidentally. What I find somewhat weird that there doesn't seem to be dedicated support for your card yet and it being recognised as Generic codec instead (though it looks like at some point it was detected correctly, judging from the pulse error messages) do you have manual option definitions in modprobe.d or similar for snd-hda-intel? .What's the output of

systool -vm snd_hda_intel

. Other than that everything looks okayish, what's striking at me as odd is the high index nr on your pithos stream, if you recheck a few times with

pacmd list-sink-inputs

does the index number rapidly increase? That points to something closing and opening the stream often, do you get any terminal output from pithos? Do you have a timeframe on when the problem surfaced initially?

Offline

#20 2019-01-17 14:47:13

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

Hi V1del

> Yes you definitely shouldn't bother as much with correct ALSA volumes, as pulseaudio will set it's own,
> FWIW can you disable these alsa services to make sure that they aren't contributing to the actual problem incidentally.

Agreed. Apparently I was following some well-intentioned but not-so-good advice. I have now disabled alsa-state and alsa-restore.

> do you have manual option definitions in modprobe.d or similar for snd-hda-intel?

No, I have never needed to in the past.

> What I find somewhat weird that there doesn't seem to be dedicated support for your card yet and it being recognised as
> Generic codec instead (though it looks like at some point it was detected correctly, judging from the pulse error messages)

I am running on very recent hdwe. Initially I had to run the 4.20 mainline kernel to get support for the 1915 video driver.

> do you get any terminal output from pithos?
I let Pithos run for eight hour while I was at work and it recorded the following twice:

ERROR - pandora:json_call:233 - fault code: 1001 INVALID_AUTH_TOKEN message: An unexpected error occurred

Upon return Pithos was playing. Also, the pauses that are driving me nuts occur much more frequently so I doubt there is any connection.

> Do you have a timeframe on when the problem surfaced initially?
I can tell you that when Arch 2019.01.01 was released I ran that from a fresh install with no noticeable issues.
There have been numerous updates since then so its hard to narrow it down any further.

As an experiment I have installed the mainline kernel again just to see what happens. I am now running on Linux 5.0.0-rc2-mainline.
FWIW I have not noticed Pithos dropping out. I plan to let it run from the terminal again and see if I can capture any error messages.
So far its looking really good.

If there are any tests that I can run and help provide information to the developers please call on me. I am not a developer, I am a healthcare
worker. As such my hacking skills are a bit lacking. My contribution to Arch will be in the areas of feedback and eventually documentation. 

Thanks!

Last edited by lenhuppe (2019-01-17 14:55:05)


Why do we drive on the parkway and then park in the driveway?

Offline

#21 2019-01-17 15:35:35

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

This is on Linux 5.0.0-rc2-mainline:

systool -vm snd_hda_intel

Module = "snd_hda_intel"

  Attributes:
    coresize            = "45056"
    initsize            = "0"
    initstate           = "live"
    refcnt              = "6"
    srcversion          = "CBDDB7327EE97DDA3D81FC9"
    taint               = ""
    uevent              = <store method only>

  Parameters:
    align_buffer_size   = "-1"
    bdl_pos_adj         = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    beep_mode           = "Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y"
    enable_msi          = "-1"
    enable              = "Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y"
    id                  = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
    index               = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    jackpoll_ms         = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
    model               = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
    patch               = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
    pm_blacklist        = "Y"
    position_fix        = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    power_save          = "0"
    power_save_controller= "Y"
    probe_mask          = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    probe_only          = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
    single_cmd          = "-1"
    snoop               = "-1"

  Sections:

pacmd list-sink-inputs

1 sink input(s) available.
    index: 42
	driver: <protocol-native.c>
	flags: START_CORKED 
	state: RUNNING
	sink: 0 <alsa_output.pci-0000_00_1f.3.analog-surround-51>
	volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	muted: no
	current latency: 76.92 ms
	requested latency: 90.00 ms
	sample spec: float32le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	resample method: copy
	module: 12
	client: 53 <Pithos>
	properties:
		media.name = "Playback Stream"
		application.name = "Pithos"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "32"
		application.version = "1.4.1"
		application.icon_name = "io.github.Pithos"
		media.role = "music"
		media.title = "What Is Life"
		media.artist = "George Harrison"
		media.filename = "http://audio-ch1-t1-2-v4v6.pandora.com/access/2304569779029687303.mp4?version=5&lid=56003012&token=Tx0tkJRQKDe0m9OEkaWjBhwrVQM7l36EnOe2hpQztJAeRq9XGKMavmXZO%2FdHlFonUY3FmK4LjZT5xolOyzz5X5Dpp4pkLJ9%2BsamJl%2BFqvNTHdZ%2FoxTijuJhP2osxjBm0qMtxVtQtRwKGMxlso4AXZsORXEr%2FpeA8y9ldQmxP5Csv%2BAUNDBbSKxEWmVCc4uGaRnry9sleeN%2F%2BHWcqRlWIvcbO2oLY5D2OTeB8Fm1OrehKJWFu%2FbK2Grz9635%2BQCq9oytL1FVHUhNLC%2FN%2BqzhegC2Ci%2BUVXFvbW2PWPcXtqulp5Trt5XUFoxDPRHDxpdULgDre3KBz1s2ttkQyI46PsQ%3D%3D"
		application.process.id = "1503"
		application.process.user = "lenny"
		application.process.host = "Archie"
		application.process.binary = "python3.7"
		application.language = "en_US.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "8c339c0ef84248da92e86ba335a68444"
		application.process.session_id = "1"
		module-stream-restore.id = "sink-input-by-media-role:music"

Why do we drive on the parkway and then park in the driveway?

Offline

#22 2019-01-17 15:43:39

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: SOLVED: Pithos drops out

All of that looks like it's supposed to (unless during playback, that index at the top of the sink-inputs output increases exponentially (and in line with the dropouts) in the middle of playback, it's not necessarily an issue if it gets bumped on track change) , can you reproduce this in any other application? Or are you taking apart your audio stack despite the issue actually being a potential  bug in pithos?

Offline

#23 2019-01-17 15:43:50

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

This is on Linux 4.20.3-arch1-1-ARCH:

systool -vm snd_hda_intel

Module = "snd_hda_intel"

  Attributes:
    coresize            = "49152"
    initsize            = "0"
    initstate           = "live"
    refcnt              = "3"
    srcversion          = "7F916CCA1F0CCA51B37A067"
    taint               = ""
    uevent              = <store method only>

  Parameters:
    align_buffer_size   = "-1"
    bdl_pos_adj         = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    beep_mode           = "Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y"
    enable_msi          = "-1"
    enable              = "Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y"
    id                  = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
    index               = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    jackpoll_ms         = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
    model               = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
    patch               = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
    pm_blacklist        = "Y"
    position_fix        = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    power_save          = "0"
    power_save_controller= "Y"
    probe_mask          = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    probe_only          = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
    single_cmd          = "-1"
    snoop               = "-1"

  Sections:

pacmd list-sink-inputs

0 sink input(s) available.

sudo pacmd list-sink-inputs

No PulseAudio daemon running, or not running as session daemon.

I thought you may want to do a comparison of the two since the mainline kernel appears to have resolved the Pithos issue.

Thanks!


Why do we drive on the parkway and then park in the driveway?

Offline

#24 2019-01-17 15:45:29

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: SOLVED: Pithos drops out

If that's the case, the difference in

dmesg | grep snd

would be more interesting.

Offline

#25 2019-01-17 15:51:31

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED: Pithos drops out

> can you reproduce this in any other application?

Not sure. I can certainly try. Suggestions?

> Or are you taking apart your audio stack despite the issue actually being a potential  bug in pithos?

Initially I thought I was just tweaking ALSA in a way that alsamixer and alsactl were intended.
I have since installed PulseAudio Volume Control and all seems to be working well.

As for a potential bug in Pithos, I am attempting to gather information that will be useful in making that determination.

Thank you kindly

Last edited by lenhuppe (2019-01-18 13:30:30)


Why do we drive on the parkway and then park in the driveway?

Offline

Board footer

Powered by FluxBB