> @Mackey Morgan, it is common to use an AIX nimserver to host repositorys. You can use reposync to mirror everything from the internet to your local setup and host the repos via httpd webserver on your nimserver.
Cool, I didn't know I could use AIX. I will look into that.
> @Henrik Morsing
, can you share your dnf.conf with your repo definitions?
Apparently not, whenever I try, I get:
Access Denied
You don't have permission to access "http://community.ibm.com/higherlogic/ui/mvc/egroups/discussions/SaveDiscussionDraft" on this server.
Reference #18.9eed655f.1696665424.1b963ec8
Remove Reference, can you share your dnf.conf with your repo definitions?
Hmm... That worked. There must be some special characters in the file the forum software doesn't like.
------------------------------
Henrik Morsing
------------------------------
Original Message:
Sent: Fri October 06, 2023 04:00 AM
From: Niklas V.
Subject: DNF repository setup
@Henrik Morsing, can you share your dnf.conf with your repo definitions?
@Mackey Morgan, it is common to use an AIX nimserver to host repositorys. You can use reposync to mirror everything from the internet to your local setup and host the repos via httpd webserver on your nimserver.
This is how our dnf.conf looks like:
$ cat /opt/freeware/etc/dnf/dnf.conf
[main]
[AIX_YUM_HTTP_NOARCH]
name=AIX YUM Repository noarch (http)
baseurl=https://nimserver01/IBM_AIXTB_NOARCH
enabled=1
gpgcheck=0
sslverify=0
[AIX_YUM_HTTP_ppc]
name=AIX YUM Repository ppc (http)
baseurl=https://nimserver01/IBM_AIXTB_ppc
enabled=1
gpgcheck=0
sslverify=0
[AIX_YUM_HTTP_ppc72]
name=AIX YUM Repository ppc72 (http)
baseurl=https://nimserver01/IBM_AIXTB_ppc_72
enabled=1
gpgcheck=0
sslverify=0
------------------------------
Niklas
System Engineer UNIX and Linux on Power
Original Message:
Sent: Thu October 05, 2023 10:26 AM
From: Mackey Morgan
Subject: DNF repository setup
Henrik, I didn't even know that this was possible, but it is exactly what I'd like to be able to do. Do you have a procedure for configuring dnf on the client machines to point them to your "private" repository? Also, must the repository be a Linux machine?
------------------------------
Mackey Morgan
Original Message:
Sent: Wed October 04, 2023 11:16 AM
From: Henrik Morsing
Subject: DNF repository setup
Good afternoon,
I have setup a repository on a RedHat server, containing all the AIX DNF RPMs.
AIX can see the repos, but when I try to install something, it fails with:
Cannot download zsh/zsh-5.8-2.aix7.1.ppc.rpm: All mirrors were tried
The problem appears to be that it prepends the url with the base package name "zsh". Where does this come from? I have looked in all the config file I can find.
Regards,
Henrik Morsing
------------------------------
Henrik Morsing
------------------------------