Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <20240511145555.799d5093@Nostromo>
Deutsch   English   Français   Italiano  
<20240511145555.799d5093@Nostromo>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Borax Man <rotflol2@hotmail.com>
Newsgroups: comp.os.linux.misc
Subject: Re: Not a request for help, but an explanation?
Date: Sat, 11 May 2024 14:55:55 +1000
Organization: A noiseless patient Spider
Lines: 92
Message-ID: <20240511145555.799d5093@Nostromo>
References: <v1fjob$3st0e$5@dont-email.me>
	<slrnv3pa0c.5tj.rotflol2@zerosignal.strangled.net>
	<v1idru$kv8v$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 11 May 2024 06:55:56 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d204a97e487bccb483c8bdd8ca734d37";
	logging-data="1959527"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18+fd0gWUn6qo1Sueaz22TBkOpgdTyhUyU="
Cancel-Lock: sha1:lVSfAZmICr5yNvcQknUDl5wkMuA=
X-Newsreader: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu)
Bytes: 4660

On Thu, 9 May 2024 12:59:57 +0100
The Natural Philosopher <tnp@invalid.invalid> wrote:

> On 09/05/2024 11:40, Borax Man wrote:
> > On 2024-05-08, The Natural Philosopher <tnp@invalid.invalid> wrote:  
> >> Yesterday, I installed the latest kernel in my mint MATE 20.3 desktop
> >> here. It advised me to reboot, so I selected the reboot option after
> >> closing all programs, and away we went. It rebooted fine and I got a
> >> login prompt, that looked oddly different. I think it had my full name
> >> instead of nothing above the login prompt.
> >>
> >> And no matter what I typed in as password, it wouldn't accept it.
> >>
> >> Thinking I might have to repair something from a live installation disk,
> >> I decided that at least a hard reboot might be worth trying, and with a
> >> proper power off it rebooted as normal.
> >>
> >> Anyone have a clue as to what that might have been?
> >>
> >> I am the only user on the system. It's mine, all mine, and one else ever
> >> uses it.
> >>
> >>  
> > 
> > We should first establish whether the problem is authentication, or
> > something else.
> > 
> > Are we talking about a graphical login prompt, or the console, text
> > mode login prompt?  Do you get an error message?  What does it say?
> > How does it fail?
> >   
> It was  a normal GUI login screen except that instead of a normal input 
> box, it had my full name over it, possibly as if I was not the default user.
> 
> But I am the ONLY user!
> 

I think Mint uses Light DM, which is the one I use.  I see that
behaviour myself, where it displays the username.  If you press up and
down, you can choose between the users.  I'm not sure how that would
act if there is only the one user, but maybe try the up and down
cursor keys to see if it selects or unselects something.

> > Try switching to a text based virtual console, pressing CTRL-ALT-F2
> > should do it.  Then try logging in with your username then password.
> > If that logs in, then at least your credentials still work.  Type
> > 'logout' then enter to logout of the text prompt and press CTRL-ALT-F7
> > to go back to the graphical prompt.
> >   
> Cant reproduce it. As I said it only happened when I rebooted rather 
> than shut down the system
> 
> > At the graphical prompt, is it asking specifically for your password,
> > or for a username?  Is there a way to change the username, or type it
> > in?
> >   
> As I said, it only prompted for the password.  And failed to accept it.
> 
> This is a mint login screen:
> 
> https://fostips.com/login-background-linux-mint-21/
> 
> As you can see normally it has the default login name above the password 
> entry on the left.
> 
> In the odd case it had my FULL name ABOVE the whole box on the RIGHT.
> I am wondering if it had defaulted to an unknown user on soft restart
> 
> 
> > Let us know how you go.  
> 
> As I said, hard reset restored normal behaviour. It was only a curiosity 
> as to why a soft restart might have been different....
> 

I'm guessing by what you mean by "can't reproduce it", is that the
text based login worked.

My initial thought was some temporary file, which saved state, but
that should have been cleared on reboot, regardless of whether soft or
hard.

LightDM keeps logs, these can be helpful.  They should be located at
/var/log/lightdm

lightdm.log will list the results of authentication, and whether it
was successfull or not.  During failure, check this log (log in at
text console if necessary) and see what it says about the
authentication failure.