CentOS 7, Trinity 14.0.6.
Nvidia drivers make me nervous about updates so I'm a little behind ... like 1197 packages.
1196 of them were fine, trinity-tdm was not fine.
Now I get
Cannot find a valid baseurl for repo: trinity-r14/x86_64
Yes, this is after a 'yum clean all'
Ideas?
-- Peter Laws, BS, MRCP / N5UWY National Weather Center / Network Operations Center University of Oklahoma Information Technology plaws@ou.edu
On Thursday 19 of September 2019 18:01:24 Laws, Peter C. wrote:
CentOS 7, Trinity 14.0.6.
Nvidia drivers make me nervous about updates so I'm a little behind ... like 1197 packages.
1196 of them were fine, trinity-tdm was not fine.
Now I get
Cannot find a valid baseurl for repo: trinity-r14/x86_64
Yes, this is after a 'yum clean all'
Ideas?
-- Peter Laws, BS, MRCP / N5UWY National Weather Center / Network Operations Center University of Oklahoma Information Technology plaws@ou.edu
I suppose the repository is here: http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/el7/
Cheers
On Thursday 19 of September 2019 18:01:24 Laws, Peter C. wrote:
CentOS 7, Trinity 14.0.6.
Nvidia drivers make me nervous about updates so I'm a little behind ... like 1197 packages.
1196 of them were fine, trinity-tdm was not fine.
Now I get
Cannot find a valid baseurl for repo: trinity-r14/x86_64
Yes, this is after a 'yum clean all'
Ideas?
-- Peter Laws, BS, MRCP / N5UWY National Weather Center / Network Operations Center University of Oklahoma Information Technology plaws@ou.edu
I suppose the repository is here: https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmirror.ppa....
Thanks, yes, and I can get to it in a browser, but yum says to me:
Could not retrieve mirrorlist http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/el7/trinity-r14-x86... error was 14: HTTP Error 404 - Not Found
So something is goofy in my config because that file really isn't there - there is no list file in /trinity/trinity/rpm/el7/trinity-r14
On Thursday 19 of September 2019 18:34:24 Laws, Peter C. wrote:
On Thursday 19 of September 2019 18:01:24 Laws, Peter C. wrote:
CentOS 7, Trinity 14.0.6.
Nvidia drivers make me nervous about updates so I'm a little behind ... like 1197 packages.
1196 of them were fine, trinity-tdm was not fine.
Now I get
Cannot find a valid baseurl for repo: trinity-r14/x86_64
Yes, this is after a 'yum clean all'
Ideas?
-- Peter Laws, BS, MRCP / N5UWY National Weather Center / Network Operations Center University of Oklahoma Information Technology plaws@ou.edu
I suppose the repository is here: https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmirror. ppa.trinitydesktop.org%2Ftrinity%2Ftrinity%2Frpm%2Fel7%2F&data=02%7C0 1%7Cplaws%40ou.edu%7Ca0025950b4f5462351bf08d73d1e00c5%7C9c7de09d903444c1b 462c464fece204a%7C1%7C0%7C637045071392945364&sdata=dIy0um2xMzGMNTQQg9 oV%2Fpc38VaBwmNZ4LxKXIuFRV8%3D&reserved=0
Thanks, yes, and I can get to it in a browser, but yum says to me:
Could not retrieve mirrorlist http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/el7/trinity-r14 -x86_64.list error was 14: HTTP Error 404 - Not Found
So something is goofy in my config because that file really isn't there
- there is no list file in /trinity/trinity/rpm/el7/trinity-r14
Yes, I see that such files are not there - only in f29. RPM repositories are managed by François Andriot, so we have to find out from François if something is wrong and should be fixed.
François, please, can you check it out?
Cheers
Could not retrieve mirrorlist https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmirror.ppa.... -x86_64.list error was 14: HTTP Error 404 - Not Found
So something is goofy in my config because that file really isn't there
- there is no list file in /trinity/trinity/rpm/el7/trinity-r14
Yes, I see that such files are not there - only in f29. RPM repositories are managed by François Andriot, so we have to find out from François if something is wrong and should be fixed.
François, please, can you check it out?
A ha! If I change f29 to el7, it would probably work ... but how do I tell yum I made my own file??
Peter
A ha! If I change f29 to el7, it would probably work ... but how do I tell yum I made my own file??
Peter
Bleah, this is more yum than I planned to deal with when I woke up! I copied the f29 files as a template, changed f29 to el7 in the path, then modified the mirrorlist line in /etc/yum.repos.d/trinity.repo to find my hacked files ... and it worked!
Until the newest error:
--> Running transaction check ---> Package trinity-tdm.x86_64 0:14.0.5-1.el7 will be updated ---> Package trinity-tdm.x86_64 0:14.0.6-1.el7 will be an update --> Finished Dependency Resolution
Dependencies Resolved
==================================================================================================================================================================================== Package Arch Version Repository Size ==================================================================================================================================================================================== Updating: trinity-tdm x86_64 14.0.6-1.el7 trinity-r14 1.5 M
Transaction Summary ==================================================================================================================================================================================== Upgrade 1 Package
Total download size: 1.5 M Is this ok [y/d/N]: y Downloading packages: No Presto metadata available for trinity-r14 trinity-tdm-14.0.6-1.el7.x86_64.rpm | 1.5 MB 00:00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : trinity-tdm-14.0.6-1.el7.x86_64 1/2 Error unpacking rpm package trinity-tdm-14.0.6-1.el7.x86_64 error: unpacking of archive failed on file /opt/trinity/bin/tdm;5d83ba82: cpio: lsetfilecon Verifying : trinity-tdm-14.0.6-1.el7.x86_64 1/2 trinity-tdm-14.0.5-1.el7.x86_64 was supposed to be removed but is not! Verifying : trinity-tdm-14.0.5-1.el7.x86_64 2/2
Failed: trinity-tdm.x86_64 0:14.0.5-1.el7 trinity-tdm.x86_64 0:14.0.6-1.el7
Appears that in addition to the mirror list file being missing, there is actually a problem with the trinity-tdm pkg as shown above.
On Thursday 19 of September 2019 19:31:15 Laws, Peter C. wrote:
A ha! If I change f29 to el7, it would probably work ... but how do I tell yum I made my own file??
Peter
Bleah, this is more yum than I planned to deal with when I woke up! I copied the f29 files as a template, changed f29 to el7 in the path, then modified the mirrorlist line in /etc/yum.repos.d/trinity.repo to find my hacked files ... and it worked!
Until the newest error:
--> Running transaction check ---> Package trinity-tdm.x86_64 0:14.0.5-1.el7 will be updated ---> Package trinity-tdm.x86_64 0:14.0.6-1.el7 will be an update --> Finished Dependency Resolution
Dependencies Resolved
========================================================================
=================================== Package Arch Version Repository Size ======================================================================== ========================================================================= =================================== Updating: trinity-tdm x86_64 14.0.6-1.el7 trinity-r14 1.5 M
Transaction Summary
========================================================================= =================================== Upgrade 1 Package
Total download size: 1.5 M Is this ok [y/d/N]: y Downloading packages: No Presto metadata available for trinity-r14 trinity-tdm-14.0.6-1.el7.x86_64.rpm
| 1.5 MB 00:00:00 Running transaction check
Running transaction test Transaction test succeeded Running transaction Updating : trinity-tdm-14.0.6-1.el7.x86_64
1/2 Error unpacking rpm package
trinity-tdm-14.0.6-1.el7.x86_64 error: unpacking of archive failed on file /opt/trinity/bin/tdm;5d83ba82: cpio: lsetfilecon Verifying : trinity-tdm-14.0.6-1.el7.x86_64
1/2 trinity-tdm-14.0.5-1.el7.x86_64 was supposed to be
removed but is not! Verifying : trinity-tdm-14.0.5-1.el7.x86_64
2/2
Failed: trinity-tdm.x86_64 0:14.0.5-1.el7 trinity-tdm.x86_64 0:14.0.6-1.el7
Appears that in addition to the mirror list file being missing, there is actually a problem with the trinity-tdm pkg as shown above.
Although I could add files to mirror.ppa.trinitydesktop.org in the same way, they would be removed at the next regular update from the François source :)
The trinity-tdm package problem seems to be related to SElinux: https://bugzilla.redhat.com/show_bug.cgi?id=746073
Cheers
Le 19/09/2019 à 19:50, Slávek Banko a écrit :
The trinity-tdm package problem seems to be related to SElinux: https://bugzilla.redhat.com/show_bug.cgi?id=746073
Cheers
Hello,
You are right about Selinux causing TDM not to install on CentOS 7.
You can workaround by temporary disabling selinux, installing TDM, then re-enabling selinux.
E.g:
# setenforce 0
# yum install trinity-tdm
# setenforce 1
François
________________________________________
Although I could add files to mirror.ppa.trinitydesktop.org in the same way, they would be removed at the next regular update from the François source :)
Understood!
The trinity-tdm package problem seems to be related to SElinux: https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.r...
Good clue! Did the usual sealert/ausearch/audit2allow/semodule (after telling yum to grab the rpm for me and running the -Uvvh ...) and now all appears well.
Wish me luck that Nvidia doesn't kill me on the reboot! :-D
THANK YOU, Slavek!
Le 19/09/2019 à 18:34, Laws, Peter C. a écrit :
On Thursday 19 of September 2019 18:01:24 Laws, Peter C. wrote:
CentOS 7, Trinity 14.0.6.
Nvidia drivers make me nervous about updates so I'm a little behind ... like 1197 packages.
1196 of them were fine, trinity-tdm was not fine.
Now I get
Cannot find a valid baseurl for repo: trinity-r14/x86_64
Yes, this is after a 'yum clean all'
Ideas?
-- Peter Laws, BS, MRCP / N5UWY National Weather Center / Network Operations Center University of Oklahoma Information Technology plaws@ou.edu
I suppose the repository is here: https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmirror.ppa....
Thanks, yes, and I can get to it in a browser, but yum says to me:
Could not retrieve mirrorlist http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/el7/trinity-r14-x86... error was 14: HTTP Error 404 - Not Found
So something is goofy in my config because that file really isn't there - there is no list file in /trinity/trinity/rpm/el7/trinity-r14
Hello, this is a problem on the server side, not your side.
The missing list file 'trinity-r14-x86_64.list' should be created automatically on my repository using mirrors listed at this url: http://www.trinitydesktop.org/mirrorstatus.php
But the page currently returns no mirror, and this causes the list file to be empty too ...
I need another way to determine the list of active mirrors. In the past I saw that YUM behaves badly when using a single URL that is a mirror redirection. (e.g. mirror.ppa.trinitydesktop.org) Instead, it behaves well when it knows about the actual list of mirrors.
François
On Thursday 19 of September 2019 20:50:40 François Andriot wrote:
Hello, this is a problem on the server side, not your side.
The missing list file 'trinity-r14-x86_64.list' should be created automatically on my repository using mirrors listed at this url: http://www.trinitydesktop.org/mirrorstatus.php
But the page currently returns no mirror, and this causes the list file to be empty too ...
I need another way to determine the list of active mirrors. In the past I saw that YUM behaves badly when using a single URL that is a mirror redirection. (e.g. mirror.ppa.trinitydesktop.org) Instead, it behaves well when it knows about the actual list of mirrors.
Interesting, thank you for the useful information. On generating the list of active mirrors we will have to keep in mind during migration of the primary server to the new tde-box!
Please can you test if yum still works poorly when mirror.ppa.trinitydesktop.org is used as the only item in list of mirrors?
Thank you.
Cheers
Le 19/09/2019 à 20:59, Slávek Banko a écrit :
On Thursday 19 of September 2019 20:50:40 François Andriot wrote:
Hello, this is a problem on the server side, not your side.
The missing list file 'trinity-r14-x86_64.list' should be created automatically on my repository using mirrors listed at this url: http://www.trinitydesktop.org/mirrorstatus.php
But the page currently returns no mirror, and this causes the list file to be empty too ...
I need another way to determine the list of active mirrors. In the past I saw that YUM behaves badly when using a single URL that is a mirror redirection. (e.g. mirror.ppa.trinitydesktop.org) Instead, it behaves well when it knows about the actual list of mirrors.
Interesting, thank you for the useful information. On generating the list of active mirrors we will have to keep in mind during migration of the primary server to the new tde-box!
Please can you test if yum still works poorly when mirror.ppa.trinitydesktop.org is used as the only item in list of mirrors?
Thank you.
Cheers
OK, I've rewritten the list files with a single URL 'http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/'
Now wait for mirror synchronization.
François
On Thursday 19 of September 2019 21:22:03 François Andriot wrote:
Le 19/09/2019 à 20:59, Slávek Banko a écrit :
On Thursday 19 of September 2019 20:50:40 François Andriot wrote:
Hello, this is a problem on the server side, not your side.
The missing list file 'trinity-r14-x86_64.list' should be created automatically on my repository using mirrors listed at this url: http://www.trinitydesktop.org/mirrorstatus.php
But the page currently returns no mirror, and this causes the list file to be empty too ...
I need another way to determine the list of active mirrors. In the past I saw that YUM behaves badly when using a single URL that is a mirror redirection. (e.g. mirror.ppa.trinitydesktop.org) Instead, it behaves well when it knows about the actual list of mirrors.
Interesting, thank you for the useful information. On generating the list of active mirrors we will have to keep in mind during migration of the primary server to the new tde-box!
Please can you test if yum still works poorly when mirror.ppa.trinitydesktop.org is used as the only item in list of mirrors?
Thank you.
Cheers
OK, I've rewritten the list files with a single URL 'http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/'
Now wait for mirror synchronization.
François
Peter,
can you confirm whether the installation is now successful?
Cheers
Subject: Re: [trinity-users] Re: [EXTERNAL]Re: [trinity-users] Cannot find a valid baseurl for repo: trinity-r14/x86_64 ?
On Thursday 19 of September 2019 21:22:03 François Andriot wrote:
Peter,
can you confirm whether the installation is now successful?
Cheers -- Slávek
(how I hate Outlook)
Yes, working fine - merci!