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 <ut1th6$2c15i$1@dont-email.me>
Deutsch   English   Français   Italiano  
<ut1th6$2c15i$1@dont-email.me>

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: "Steven G. Kargl" <sgk@REMOVEtroutmask.apl.washington.edu>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Still No X (Re: Catastrophe Re: Proliferating LLVMs)
Date: Fri, 15 Mar 2024 16:37:59 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 44
Message-ID: <ut1th6$2c15i$1@dont-email.me>
References: <uqod44$bag$2@reader1.panix.com>
	<slrnusvi5e.22gh.naddy@lorvorc.mips.inka.de>
	<uqv7qb$1ko$1@reader1.panix.com>
	<slrnut6gll.1d9k.naddy@lorvorc.mips.inka.de>
	<ur0336$n7u$1@reader1.panix.com> <uslrfm$c5v$1@reader1.panix.com>
	<usqsgj$3s4$1@reader1.panix.com> <usqv3d$jgi0$1@dont-email.me>
	<ust55m$4mv$1@reader1.panix.com> <ust7p4$pia$1@reader1.panix.com>
	<usv10o$1sh$1@reader1.panix.com> <usvdns$1oga4$1@dont-email.me>
	<ut1n01$hce$1@reader1.panix.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 15 Mar 2024 16:37:59 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c1c0724447f6763f3fea70c6edd59a4c";
	logging-data="2491570"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18Jhxmkv41JZbgxGnusskNg"
User-Agent: Pan/0.145 (Duplicitous mercenary valetism; d7e168a
 git.gnome.org/pan2)
Cancel-Lock: sha1:TbeJ1/hTm+r7yw38GN2Pg90sz48=
Bytes: 2868

On Fri, 15 Mar 2024 14:46:25 +0000, Louis Epstein wrote:

> Steven G. Kargl <sgk@removetroutmask.apl.washington.edu> wrote:
>> On Thu, 14 Mar 2024 14:19:04 +0000, Louis Epstein wrote:
>> 
>>> Louis Epstein <le@main.lekno.ws> wrote:
>>>> 
>>>> ...in any case my failure to launch X successfully
>>>> since the flirtation with removing llvm12 and putting
>>>> it back has NOT been solved by upgrading 13.2->3.
>>> 
>>> The problem started when I deleted LLVM12 and did not go
>>> away when I reinstalled it...and deleting and reinstalling
>>> xinit has made no difference.
>>> 
>>> Either nothing at all starts,
>>> or it starts and aborts,
>>> or the windows come up in the
>>> window manager and either
>>> attempting to launch an application
>>> crashes it or the keyboard and mouse
>>> are no longer able to make inputs
>>> and I have to restart.
>>> 
>>> What needs to be redone to again
>>> have a working X?
>> 
>> If I get in your situtation, I typically rebuild everything
>> from source.  So, first created a backup, then do
> 
> What in toto needs to be backed up?
>  

Anything that you may have customizied under /etc and
/usr/local/etc.  If you made any customizations under
/usr/ports, the three commands should preserve those
when pulling an up-to-date tree.

% git stash     <-- hide changes
% git pull -ff  <-- update tree
% git stash pop <-- restore changes

-- 
steve