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 <slrnvd8rcf.u12.rotflol2@geidiprime.bvh>
Deutsch   English   Français   Italiano  
<slrnvd8rcf.u12.rotflol2@geidiprime.bvh>

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

Path: ...!2.eu.feeder.erje.net!3.eu.feeder.erje.net!feeder.erje.net!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: privileged user in RedHat
Date: Sun, 1 Sep 2024 13:35:11 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <slrnvd8rcf.u12.rotflol2@geidiprime.bvh>
References: <20240828082101.617dadf2@dorfdsl.de>
 <u82cnVISw_fySlP7nZ2dnZfqnPSdnZ2d@earthlink.com>
 <20240828120114.258c0432@dorfdsl.de>
 <slrnvcu982.5ir9.rotflol2@geidiprime.bvh> <vanphs$2bt38$1@news1.tnib.de>
 <slrnvd0l5e.5t4v.rotflol2@geidiprime.bvh> <vb15lg$1dlt4$10@dont-email.me>
Injection-Date: Sun, 01 Sep 2024 15:35:11 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c22608914f6b3c7d61f9f22c67adef32";
	logging-data="1594610"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+uXNiLhfoms8cidoqDy8dnxcsxErQwuYQ="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:CexzBWnHzCOQGDqWlacELZm7NVE=
Bytes: 1783

On 2024-09-01, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
> On Thu, 29 Aug 2024 10:59:59 -0000 (UTC), Borax Man wrote:
>
>> I have my UID set at 500, because I've wanted to maintain the
>> same UID since I first started using Linux.
>> 
>> I'll change it one day, but all my backups will have to change too.
>
> Surely you only need to fix it if/when you actually do a restore from 
> backups:
>
>     find . -uid 500 -print0 | xargs -0 chown 1000

Yes, correct.  It is just the thought that my backups aren't perfect
that bothers me.  I'm rather particular about that.

I'll get it done one day, but everything is working as it should now.