Hi Sanket
We are already using metamail on AIX 7.2 without any issues on our Production systems.
root@xx1xxx033[/]# oslevel -s
7200-03-04-1938
root@xx1xxx033[/]# rpm -qa|grep metamail
metamail-2.7-2.ppc
But after installing yum (since we needed to install prometheus and nginx etc) neither we can install this rpm from repos nor it can be installed manually?
root@xx1xxx001[/home/mksysusr]# rpm -ivh --nodigest --nofiledigest metamail-2.7-2.aix4.3.ppc.rpm
Preparing... ################################# [100%]
Updating / installing...
1:metamail-2.7-2 ################################# [100%]
error: unpacking of archive failed on file /opt/freeware/bin/metamail;6172eb36: cpio: read failed - A file or directory in the path name does not exist.
error: metamail-2.7-2.ppc: install failed
what all we need is to install it so that our custom solutions keep working as it is and we can use newer tools such as nginx, prometheus etc. Moreover, the engineer has just copied /opt/freeware/bin/mimencode from a running AIX 7.2 LPAR to where we have yum installed but can't install metamail which is not too good, we wish to install entire rpm of metamail instead of a file from it.
Thanks
------------------------------
Yashpal Nagar
------------------------------
Original Message:
Sent: Fri October 22, 2021 11:19 AM
From: SANKET RATHI
Subject: yum not finding few rpms in repo
Hi Yashpal,
As I said these packages are not tested on latest release with newer opensource packages.
Looks like this package is not maintained any more or there is no activity.
On internet mime based alternates are suggested you may want to look at them.
------------------------------
SANKET RATHI
Original Message:
Sent: Fri October 22, 2021 11:02 AM
From: Yashpal Nagar
Subject: yum not finding few rpms in repo
Thanks for the update, we have few applications using metamail. Is there any alternative to it? If we can install it without using yum we are OK with it. But even manual install is not working ...
root@xx1xxx001]# rpm -ivh --nodigest --nofiledigest --nomd5 --nosignature metamail-2.7-2.aix4.3.ppc.rpm
Preparing... ################################# [100%]
Updating / installing...
1:metamail-2.7-2 ################################# [100%]
error: unpacking of archive failed on file /opt/freeware/bin/metamail;6172cc27: cpio: read failed - A file or directory in the path name does not exist.
error: metamail-2.7-2.ppc: install failed
root@xx1xxx001#
------------------------------
Yashpal Nagar
Original Message:
Sent: Fri October 22, 2021 10:37 AM
From: SANKET RATHI
Subject: yum not finding few rpms in repo
metamail package is built long back on AIX 4.3 platform. It is not tested on newer version of AIX.
We have only enabled packages in repo those are tested with AIX 6.1 and higher versions.
So many of the older packages are available in ftp site but not part of yum repo. I would not encourage to use those packages.
------------------------------
SANKET RATHI
Original Message:
Sent: Fri October 22, 2021 09:54 AM
From: Yashpal Nagar
Subject: yum not finding few rpms in repo
Hi
I have been able to install yum on AIX 7.2 and using IBM repos mentioned below.
[AIX_Toolbox]
name=AIX generic repository
baseurl=https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/
enabled=1
gpgcheck=0[AIX_Toolbox_noarch]
root@xx1xxx001[/home/mksysusr]# yum --version
3.4.3
Installed: yum-3.4.3-8.noarch at 2021-06-28 06:03
Built : IBM AIX Toolbox <https://ibm.biz/AIXToolbox> at 2020-12-04 12:33
Committed: Sangamesh Mallayya <<sangamesh.swamy@in.ibm.com> at 2020-11-30
root@or1sam001[/home/mksysusr]#
For some reason my yum can't find all rpms, e.g. metamail which exists into the repos but yum can't see it.
root@xx1xxx001[/home/mksysusr]# yum list |grep metamail
yields nothing...
while rpm metamail-2.7-2.aix4.3.ppc.rpm exists under anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/metamail/">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/metamail/
can someone help how to fix it?
Regards
Yash
------------------------------
Yashpal Nagar
------------------------------
#AIXOpenSource