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 <vmx*EEoIz@news.chiark.greenend.org.uk>
Deutsch   English   Français   Italiano  
<vmx*EEoIz@news.chiark.greenend.org.uk>

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

Path: ...!2.eu.feeder.erje.net!feeder.erje.net!feeds.news.ox.ac.uk!news.ox.ac.uk!nntp-feed.chiark.greenend.org.uk!ewrotcd!.POSTED.chiark.greenend.org.uk!not-for-mail
From: Theo <theom+news@chiark.greenend.org.uk>
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Rock Linux on Rpi3
Date: 20 Apr 2024 11:52:41 +0100 (BST)
Organization: University of Cambridge, England
Message-ID: <vmx*EEoIz@news.chiark.greenend.org.uk>
References: <uvtsnk$319lv$1@dont-email.me> <uvtttv$30llv$1@dont-email.me> <uvuvct$38ogg$3@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: chiark.greenend.org.uk; posting-host="chiark.greenend.org.uk:212.13.197.229";
	logging-data="31527"; mail-complaints-to="abuse@chiark.greenend.org.uk"
User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-22-amd64 (x86_64))
Originator: theom@chiark.greenend.org.uk ([212.13.197.229])
Bytes: 2040
Lines: 26

Kyonshi <gmkeros@gmail.com> wrote:
> On 4/19/2024 4:09 PM, Björn Lundin wrote:
> > On 2024-04-19 15:25, Kyonshi wrote:
> >> I installed Rocky Linux 8 on my Rpi (they have an image for Rpi for 
> >> Alternative Architectures), now I am wondering if there is an 
> >> equivalent to raspi-config that could be used to set some of the 
> >> settings. Anyone have experience with using that?
> > 
> > 
> > top-right corner - icon with tools - is the gnome settings tool
> > I use Rocky on intel(x64) and on Apple Arm (UTM)
> > I don't think there is a specific config tool for rpi in rocky (like 
> > raspi-config)
> > 
> 
> yeah, no, I installed it headless.
> But well, I didn't see anything about a tool either. So I guess there 
> isn't.

raspi-config is just a shell script:
https://github.com/RPi-Distro/raspi-config

so you may be able to run it directly.  However a number of the settings
it's changing are Debian-specific.  It can perhaps manipulate /boot/config.txt
fine, but changing settings in the OS may not work.

Theo