› VitalPBX Community Support › General Discussion › Getting an error updating from 2.1.1-1 to 2.3.0.-2
- This topic has 29 replies, 3 voices, and was last updated 2 years, 1 month ago by
DannyLarsen.
- Post
-
- March 14, 2019 at 3:35 pm
When updating from the gui from 2.1.1-1 to 2.3.0-2
After clicking for the update, I get a red error
“Cannot update to the latest version”
Thanks
0
- Replies
-
- March 14, 2019 at 3:38 pm
- March 14, 2019 at 4:44 pm
- March 14, 2019 at 4:50 pm
- March 14, 2019 at 5:04 pm
- March 14, 2019 at 5:06 pm
asterisk is running calls are processing normally as far as I can see so far
0- March 14, 2019 at 5:19 pm
- March 14, 2019 at 5:29 pm
- March 14, 2019 at 5:31 pm
- March 14, 2019 at 5:43 pm
- March 14, 2019 at 5:52 pm
Well, we cannot reproduce the issue. I also tried on a clean installation and all is working.
0- March 14, 2019 at 6:40 pm
- March 14, 2019 at 8:48 pm
Getting the same “cannot update” error trying to update from 2.3.0-1 to 2.3.0-2
When I run “yum update vitalpbx” I get this:
One of the configured repositories failed (Unknown), and yum doesn’t have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work “fix” this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).3. Run the command with the repository temporarily disabled
yum –disablerepo=<repoid> …4. Disable the repository permanently, so yum won’t use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use –enablerepo for temporary usage:yum-config-manager –disable <repoid>
or
subscription-manager repos –disable=<repoid>5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:yum-config-manager –save –setopt=<repoid>.skip_if_unavailable=true
Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again
0- March 14, 2019 at 9:11 pm
@tonywhelan first clean the yum cache, the try to update again.
yum clean all
yum update vitalpbx0- March 14, 2019 at 9:42 pm
- March 14, 2019 at 9:43 pm
- You must be logged in to reply to this topic.