Systemd logind service will not restart properly

Issues related to applications and software problems and general support
Post Reply
cath
Posts: 10
Joined: 2017/12/01 08:08:41

Systemd logind service will not restart properly

Post by cath » 2021/04/29 11:33:22

Having this lshw -short output:

Code: Select all

H/W path         Device     Class          Description
======================================================
                            system         23539WU (LENOVO_MT_2353)
/0                          bus            23539WU
/0/1                        processor      Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
/0/1/3                      memory         32KiB L1 cache
/0/1/4                      memory         256KiB L2 cache
/0/1/5                      memory         4MiB L3 cache
/0/2                        memory         32KiB L1 cache
/0/7                        memory         16GiB System Memory
/0/7/0                      memory         8GiB SODIMM DDR3 Synchronous 1600 MHz (0.6 ns)
/0/7/1                      memory         8GiB SODIMM DDR3 Synchronous 1600 MHz (0.6 ns)
/0/c                        memory         128KiB BIOS
/0/100                      bridge         3rd Gen Core processor DRAM Controller
/0/100/1                    bridge         Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port
/0/100/1/0                  display        GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
/0/100/2         /dev/fb0   display        3rd Gen Core processor Graphics Controller
/0/100/14                   bus            7 Series/C210 Series Chipset Family USB xHCI Host Controller
/0/100/14/0      usb3       bus            xHCI Host Controller
/0/100/14/1      usb4       bus            xHCI Host Controller
/0/100/16                   communication  7 Series/C216 Chipset Family MEI Controller #1
/0/100/16.3                 communication  7 Series/C210 Series Chipset Family KT Controller
/0/100/19        enp0s25    network        82579LM Gigabit Network Connection (Lewisville)
/0/100/1a                   bus            7 Series/C216 Chipset Family USB Enhanced Host Controller #2
/0/100/1a/1      usb1       bus            EHCI Host Controller
/0/100/1a/1/1               bus            Integrated Rate Matching Hub
/0/100/1a/1/1/2  input11    input          Lenovo Lenovo 500 Wireless HID System Control
/0/100/1a/1/1/3             generic        Biometric Coprocessor
/0/100/1a/1/1/6  input16    multimedia     Integrated Camera: Integrated C
/0/100/1b        card0      multimedia     7 Series/C216 Chipset Family High Definition Audio Controller
/0/100/1b/0      input17    input          HDA Intel PCH Mic
/0/100/1b/1      input18    input          HDA Intel PCH Dock Mic
/0/100/1b/2      input19    input          HDA Intel PCH Headphone
/0/100/1b/3      input20    input          HDA Intel PCH Dock Headphone
/0/100/1b/4      input21    input          HDA Intel PCH HDMI/DP,pcm=3
/0/100/1b/5      input22    input          HDA Intel PCH HDMI/DP,pcm=7
/0/100/1b/6      input23    input          HDA Intel PCH HDMI/DP,pcm=8
/0/100/1c                   bridge         7 Series/C216 Chipset Family PCI Express Root Port 1
/0/100/1c.1                 bridge         7 Series/C210 Series Chipset Family PCI Express Root Port 2
/0/100/1c.1/0    wlp3s0     network        Centrino Advanced-N 6205 [Taylor Peak]
/0/100/1c.2                 bridge         7 Series/C210 Series Chipset Family PCI Express Root Port 3
/0/100/1c.2/0    mmc0       bus            MMC/SD Host Controller
/0/100/1d                   bus            7 Series/C216 Chipset Family USB Enhanced Host Controller #1
/0/100/1d/1      usb2       bus            EHCI Host Controller
/0/100/1d/1/1               bus            Integrated Rate Matching Hub
/0/100/1f                   bridge         QM77 Express Chipset LPC Controller
/0/100/1f/0                 system         PnP device PNP0c01
/0/100/1f/1                 system         PnP device PNP0c02
/0/100/1f/2                 system         PnP device PNP0b00
/0/100/1f/3                 generic        PnP device LEN0071
/0/100/1f/4                 generic        PnP device LEN0015
/0/100/1f/5                 generic        PnP device SMO1200
/0/100/1f.2      scsi0      storage        7 Series Chipset Family 6-port SATA Controller [AHCI mode]
/0/100/1f.2/0    /dev/sda   disk           120GB KINGSTON SA400S3
/0/100/1f.2/0/1  /dev/sda1  volume         2047KiB BIOS Boot partition
/0/100/1f.2/0/2             volume         1023MiB EFI partition
/0/100/1f.2/0/3  /dev/sda3  volume         98GiB LVM Physical Volume
/0/100/1f.2/1    /dev/sdb   disk           1TB WDC WD10SPCX-55H
/0/100/1f.2/1/1  /dev/sdb1  volume         127MiB reserved partition
/0/100/1f.2/1/2  /dev/sdb2  volume         931GiB Windows NTFS volume
/0/100/1f.3                 bus            7 Series/C216 Chipset Family SMBus Controller
/1                          power          45N1037
/2               input0     input          Lid Switch
/3               input1     input          Sleep Button
/4               input10    input          TPPS/2 IBM TrackPoint
/5               input12    input          Video Bus
/6               input13    input          Video Bus
/7               input14    input          ThinkPad Extra Buttons
/8               input15    input          PC Speaker
/9               input2     input          Power Button
/a               input3     input          AT Translated Set 2 keyboard
/b               input5     input          SynPS/2 Synaptics TouchPad
on a

Code: Select all

CentOS Linux release 8.3.2011
While following this tutorial on how to disable the lid switch: https://access.redhat.com/documentation ... losing-lid

After running

Code: Select all

systemctl restart systemd-logind.service
I noticed that the system will just freeze and was forced to reboot.

Is this normal behavior?

Post Reply