Announcement

Collapse
No announcement yet.

Login fail

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Login fail

    Login is temperamental! Sometimes it works, sometimes not. Sometimes I have to reboot, and reboot.
    If I log back in from the screen lock it will only work if I hit the arrow. Enter appears to perhaps do a backspace.
    nb. This behaviour many have started after upgrade to Mantic.

    #2
    SOLVED: After trying a few things, I added backports and this solved the issue.

    Comment


      #3
      False alarm!
      The behaviour has returned!
      I can only consistently login with the virtual keyboard now.

      Comment


        #4
        could you give us a little more info about the Machine? Make, Model, Ram, Etc. Do you see any error messages on boot?
        Dave Kubuntu 20.04 Registered Linux User #462608

        Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385

        Comment


          #5
          Hi. no messages on boot - but quiet splash is on. Are there logs to be found somewhere?

          Operating System: Kubuntu 23.10

          KDE Plasma Version: 5.27.9

          KDE Frameworks Version: 5.112.0

          Qt Version: 5.15.10

          Kernel Version: 6.5.0-13-generic (64-bit)

          Graphics Platform: X11

          Processors: 8 × Intel® Core™ i7-8550U CPU @ 1.80GHz

          Memory: 15.5 GiB of RAM

          Graphics Processor: Mesa Intel® UHD Graphics 620

          Manufacturer: Timi

          Product Name: TM1701

          Comment


            #6
            you can look in /var/log/boot.log But you will have to be administrator to do so.
            if you want to use dolphin launch it with this command in a terminal then navigate to /var/log/boot.log
            Code:
            pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=5 KDE_FULL_SESSION=true dolphin
            (copy and paste to avoid mistakes. )

            See if you see any errors especially in ACPI.
            good luck.
            Dave Kubuntu 20.04 Registered Linux User #462608

            Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385

            Comment


              #7
              /var/log/auth.log​
              https://privatebin.net/?caf103654596...u4Km76BVHyr8Gw LCPac9cTSFj5

              Comment


                #8
                Originally posted by kc1di View Post
                you can look in /var/log/boot.log But you will have to be administrator to do so.
                if you want to use dolphin launch it with this command in a terminal then navigate to /var/log/boot.log
                Code:
                pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=5 KDE_FULL_SESSION=true dolphin
                (copy and paste to avoid mistakes. )

                See if you see any errors especially in ACPI.
                good luck.
                ok, give me a sec!

                Comment


                  #9
                  /var/log/boot.log

                  https://privatebin.net/?19ae23c5ab4e...7a3Wx5c1ozxac2AEAfPEoesszx

                  DELETED
                  Last edited by barkingbandicoot; Nov 29, 2023, 06:51 AM.

                  Comment


                    #10
                    Sorry, that was cut off! New:

                    https://privatebin.net/?ba80b270266d...prPKJfWC4iWGsx

                    Comment


                      #11
                      Failed to start networking.service is the only FAILED I see.
                      This boot logged straight in though!

                      Comment


                        #12
                        In the auth.log this came up a lot:

                        2023-11-29T15:22:05.955001+11:00 bandicoot sddm-helper: pam_unix(sddm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=bandicoot

                        https://privatebin.net/?b8c03ca703bf...DrNSxfWdpJCfYK

                        Comment


                          #13
                          you can try appending this to the grub boot line.
                          • sudo nano /etc/default/grub
                          • Change line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
                          ​If it makes no difference revert to the original.
                          Last edited by kc1di; Nov 29, 2023, 08:15 AM.
                          Dave Kubuntu 20.04 Registered Linux User #462608

                          Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385

                          Comment

                          Working...
                          X