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

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

Path: ...!news.mixmin.net!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: Thu, 14 Mar 2024 19:19:37 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 29
Message-ID: <usvik9$1pnnp$1@dont-email.me>
References: <uqod44$bag$2@reader1.panix.com> <ust7p4$pia$1@reader1.panix.com>
	<usv10o$1sh$1@reader1.panix.com> <usvdns$1oga4$1@dont-email.me>
	<l5gveoF5essU1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 14 Mar 2024 19:19:37 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="8fb60911a03457347944f2a56bd43e5a";
	logging-data="1892089"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/np+b+5vx3c5bY/2bmtAlt"
User-Agent: Pan/0.145 (Duplicitous mercenary valetism; d7e168a
 git.gnome.org/pan2)
Cancel-Lock: sha1:QLHNXvOOhe+MvlUXlh/iIMgDziY=
Bytes: 2309

On Thu, 14 Mar 2024 18:54:16 +0000, John D Groenveld wrote:

> In article <usvdns$1oga4$1@dont-email.me>,
> Steven G. Kargl <sgk@REMOVEtroutmask.apl.washington.edu> wrote:
>>If I get in your situtation, I typically rebuild everything
>>from source.  So, first created a backup, then do
> 
> Forcibly reinstalling the packages might re-add whatever dependency
> the OP broke by deleting LLVMs.
> 
> # pkg upgrade -f

If one is rebuilding everything from ports, then one is 
not dealing with the nightmare of dependencies from pre-built
packages (which may be out-of-sync given the dependency tree
and how the ports tree is managed) or from stale things in
a search path.  There is also the possibility to tailor the
compiler options to match your hardware.  Packages from a
repository are likely built to run a class of hardware,
which means reduced performance.

The other advantage of rebuilding everything from source
is that it is incremental.  Install the bare minimum to get
a stable X11 window manager running, then add needed ports
while testing along the way.  You'll find what is breaking
your setup.

-- 
steve