{"id":1089,"date":"2019-01-02T23:30:58","date_gmt":"2019-01-02T20:30:58","guid":{"rendered":"https:\/\/galaxydata.ru\/community\/?p=1089"},"modified":"2019-01-02T23:30:58","modified_gmt":"2019-01-02T20:30:58","slug":"http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found","status":"publish","type":"post","link":"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089","title":{"rendered":"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 &#8212; Not Found"},"content":{"rendered":"<pre class=\"lang:sh decode:true \">yum install qemu-img-ev qemu-kvm-common-ev qemu-kvm-ev qemu-kvm-tools-ev\r\nLoaded plugins: fastestmirror\r\nLoading mirror speeds from cached hostfile\r\n * base: mirror.yandex.ru\r\n * elrepo: ftp.colocall.net\r\n * epel: fedora-mirror01.rbc.ru\r\n * extras: mirror.corbina.net\r\n * updates: mirror.corbina.net\r\nhttp:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found\r\nTrying other mirror.\r\nTo address this issue please refer to the below wiki article \r\n \r\nhttps:\/\/wiki.centos.org\/yum-errors\r\n \r\nIf above article doesn't help to resolve this issue please use https:\/\/bugs.centos.org\/.\r\n \r\n \r\n \r\n One of the configured repositories failed (CentOS-7 - QEMU EV),\r\n and yum doesn't have enough cached data to continue. At this point the only\r\n safe thing yum can do is fail. There are a few ways to work \"fix\" this:\r\n \r\n     1. Contact the upstream for the repository and get them to fix the problem.\r\n \r\n     2. Reconfigure the baseurl\/etc. for the repository, to point to a working\r\n        upstream. This is most often useful if you are using a newer\r\n        distribution release than is supported by the repository (and the\r\n        packages for the previous distribution release still work).\r\n \r\n     3. Run the command with the repository temporarily disabled\r\n            yum --disablerepo=centos-qemu-ev ...\r\n \r\n     4. Disable the repository permanently, so yum won't use it by default. Yum\r\n        will then just ignore the repository until you permanently enable it\r\n        again or use --enablerepo for temporary usage:\r\n \r\n            yum-config-manager --disable centos-qemu-ev\r\n        or\r\n            subscription-manager repos --disable=centos-qemu-ev\r\n \r\n     5. Configure the failing repository to be skipped, if it is unavailable.\r\n        Note that yum will try to contact the repo. when it runs most commands,\r\n        so will have to try and fail each time (and thus. yum will be be much\r\n        slower). If it is a very temporary problem though, this is often a nice\r\n        compromise:\r\n \r\n            yum-config-manager --save --setopt=centos-qemu-ev.skip_if_unavailable=true\r\n \r\nfailure: repodata\/repomd.xml from centos-qemu-ev: [Errno 256] No more mirrors to try.\r\nhttp:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found<\/pre>\n<p>\u0418\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c<\/p>\n<div id=\"crayon-5c2d1f3d63d86676131746\" class=\"crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate\" data-settings=\" minimize scroll-mouseover\">\n<div class=\"crayon-plain-wrap\"><\/div>\n<div class=\"crayon-main\">\n<pre class=\"lang:sh decode:true \">nano \/etc\/yum.repos.d\/CentOS-QEMU-EV.repo<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>\u0421\u0441\u044b\u043b\u043a\u0443 \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u0430<\/p>\n<div id=\"crayon-5c2d1f3d63d8c579068306\" class=\"crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate\" data-settings=\" minimize scroll-mouseover\">\n<div class=\"crayon-plain-wrap\"><\/div>\n<div class=\"crayon-main\">\n<pre class=\"lang:sh decode:true \">baseurl=http:\/\/mirror.centos.org\/centos\/$releasever\/virt\/$basearch\/kvm-common\/<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>\u041f\u0440\u0438\u043c\u0435\u0440<\/p>\n<div id=\"crayon-5c2d1f3d63d90909546252\" class=\"crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate\" data-settings=\" minimize scroll-mouseover\">\n<div class=\"crayon-plain-wrap\"><\/div>\n<div class=\"crayon-main\">\n<pre class=\"lang:sh decode:true  \"># CentOS-QEMU-EV.repo\r\n#\r\n# Please see http:\/\/wiki.centos.org\/SpecialInterestGroup\/Virtualization for more\r\n# information\r\n\r\n[centos-qemu-ev]\r\nname=CentOS-$releasever - QEMU EV\r\n#baseurl=http:\/\/mirror.centos.org\/$contentdir\/$releasever\/virt\/$basearch\/kvm-common\/\r\nbaseurl=http:\/\/mirror.centos.org\/centos\/$releasever\/virt\/$basearch\/kvm-common\/\r\ngpgcheck=1\r\nenabled=1\r\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-CentOS-SIG-Virtualization\r\n\r\n[centos-qemu-ev-test]\r\nname=CentOS-$releasever - QEMU EV Testing\r\nbaseurl=http:\/\/buildlogs.centos.org\/centos\/$releasever\/virt\/$basearch\/kvm-common\/\r\ngpgcheck=0\r\nenabled=0<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>yum install qemu-img-ev qemu-kvm-common-ev qemu-kvm-ev qemu-kvm-tools-ev Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.yandex.ru * elrepo: ftp.colocall.net * epel: fedora-mirror01.rbc.ru * extras: mirror.corbina.net * updates: mirror.corbina.net&hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1089","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.4 (Yoast SEO v25.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found - GalaxyData Community<\/title>\n<meta name=\"description\" content=\"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found\" \/>\n<meta property=\"og:description\" content=\"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found\" \/>\n<meta property=\"og:url\" content=\"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089\" \/>\n<meta property=\"og:site_name\" content=\"GalaxyData Community\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/vk.com\/galaxydata\" \/>\n<meta property=\"article:published_time\" content=\"2019-01-02T20:30:58+00:00\" \/>\n<meta name=\"author\" content=\"Eduard Yamaltdinov\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eduard Yamaltdinov\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u043c\u0438\u043d\u0443\u0442\u044b\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089#article\",\"isPartOf\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089\"},\"author\":{\"name\":\"Eduard Yamaltdinov\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b\"},\"headline\":\"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 &#8212; Not Found\",\"datePublished\":\"2019-01-02T20:30:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089\"},\"wordCount\":26,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\"},\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089\",\"url\":\"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089\",\"name\":\"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found - GalaxyData Community\",\"isPartOf\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#website\"},\"datePublished\":\"2019-01-02T20:30:58+00:00\",\"description\":\"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found\",\"breadcrumb\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/galaxydata.ru\/community\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 &#8212; Not Found\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#website\",\"url\":\"https:\/\/galaxydata.ru\/community\/\",\"name\":\"GalaxyData Community\",\"description\":\"Tutorial for Cloud VDS\",\"publisher\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/galaxydata.ru\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\",\"name\":\"GalaxyData Community\",\"url\":\"https:\/\/galaxydata.ru\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2025\/07\/favicon_from_logo_32x32_gd.png\",\"contentUrl\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2025\/07\/favicon_from_logo_32x32_gd.png\",\"width\":32,\"height\":32,\"caption\":\"GalaxyData Community\"},\"image\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/vk.com\/galaxydata\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b\",\"name\":\"Eduard Yamaltdinov\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png\",\"contentUrl\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png\",\"caption\":\"Eduard Yamaltdinov\"},\"description\":\"Eduard Yamaltdinov \u2014 \u0430\u0432\u0442\u043e\u0440 \u0438 \u044d\u043a\u0441\u043f\u0435\u0440\u0442 \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0445, \u043e\u043f\u044b\u0442\u0435 \u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445, \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435, \u043a\u0430\u043a\u0443\u044e \u0438\u043c\u0435\u043d\u043d\u043e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c.\",\"url\":\"https:\/\/galaxydata.ru\/community\/author\/galaxydata\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found - GalaxyData Community","description":"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089","og_locale":"ru_RU","og_type":"article","og_title":"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found","og_description":"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found","og_url":"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089","og_site_name":"GalaxyData Community","article_publisher":"https:\/\/vk.com\/galaxydata","article_published_time":"2019-01-02T20:30:58+00:00","author":"Eduard Yamaltdinov","twitter_card":"summary_large_image","twitter_misc":{"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c":"Eduard Yamaltdinov","\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"2 \u043c\u0438\u043d\u0443\u0442\u044b"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089#article","isPartOf":{"@id":"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089"},"author":{"name":"Eduard Yamaltdinov","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b"},"headline":"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 &#8212; Not Found","datePublished":"2019-01-02T20:30:58+00:00","mainEntityOfPage":{"@id":"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089"},"wordCount":26,"commentCount":0,"publisher":{"@id":"https:\/\/galaxydata.ru\/community\/#organization"},"articleSection":["Uncategorized"],"inLanguage":"ru-RU","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089#respond"]}]},{"@type":"WebPage","@id":"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089","url":"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089","name":"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found - GalaxyData Community","isPartOf":{"@id":"https:\/\/galaxydata.ru\/community\/#website"},"datePublished":"2019-01-02T20:30:58+00:00","description":"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 - Not Found","breadcrumb":{"@id":"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/galaxydata.ru\/community\/http-mirror-centos-org-altarch-7-virt-x86_64-kvm-common-repodata-repomd-xml-errno-14-http-error-404-not-found-1089#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/galaxydata.ru\/community"},{"@type":"ListItem","position":2,"name":"http:\/\/mirror.centos.org\/altarch\/7\/virt\/x86_64\/kvm-common\/repodata\/repomd.xml: [Errno 14] HTTP Error 404 &#8212; Not Found"}]},{"@type":"WebSite","@id":"https:\/\/galaxydata.ru\/community\/#website","url":"https:\/\/galaxydata.ru\/community\/","name":"GalaxyData Community","description":"Tutorial for Cloud VDS","publisher":{"@id":"https:\/\/galaxydata.ru\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/galaxydata.ru\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/galaxydata.ru\/community\/#organization","name":"GalaxyData Community","url":"https:\/\/galaxydata.ru\/community\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/","url":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2025\/07\/favicon_from_logo_32x32_gd.png","contentUrl":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2025\/07\/favicon_from_logo_32x32_gd.png","width":32,"height":32,"caption":"GalaxyData Community"},"image":{"@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/vk.com\/galaxydata"]},{"@type":"Person","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b","name":"Eduard Yamaltdinov","image":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/image\/","url":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png","contentUrl":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png","caption":"Eduard Yamaltdinov"},"description":"Eduard Yamaltdinov \u2014 \u0430\u0432\u0442\u043e\u0440 \u0438 \u044d\u043a\u0441\u043f\u0435\u0440\u0442 \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0445, \u043e\u043f\u044b\u0442\u0435 \u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445, \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435, \u043a\u0430\u043a\u0443\u044e \u0438\u043c\u0435\u043d\u043d\u043e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c.","url":"https:\/\/galaxydata.ru\/community\/author\/galaxydata"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts\/1089","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/comments?post=1089"}],"version-history":[{"count":0,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts\/1089\/revisions"}],"wp:attachment":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/media?parent=1089"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/categories?post=1089"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/tags?post=1089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}