{"id":386,"date":"2019-02-15T23:56:22","date_gmt":"2019-02-16T07:56:22","guid":{"rendered":"https:\/\/angrysysadmins.tech\/?p=386"},"modified":"2019-02-15T23:56:30","modified_gmt":"2019-02-16T07:56:30","slug":"debian-how-to-install-ovirt-guest-agent-on-debian-9","status":"publish","type":"post","link":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/","title":{"rendered":"Debian: How to Install ovirt-guest-agent on Debian 9"},"content":{"rendered":"\n<p>The ovirt-guest-agent package is currently broken on Debian 9, and possibly older versions. The package will install successfully but then fail to start until a few extra steps are taken. I have not confirmed if this will work for Debian 8 and earlier.<br><br>If you start the tools, and then get a <code>systemctl status<\/code> like this:<br><br><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"990\" height=\"227\" src=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-fail.png\" alt=\"ovirt-guest-agent.py exited status 1\/FAILURE\" class=\"wp-image-387\" srcset=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-fail.png 990w, https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-fail-300x69.png 300w, https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-fail-768x176.png 768w\" sizes=\"auto, (max-width: 990px) 100vw, 990px\" \/><figcaption>ovirt-guest-agent fail status on Debian Stretch<\/figcaption><\/figure>\n\n\n\n<p>Then try the following steps:<br><br>Make a new file in <code>\/etc\/udev\/rules.d<\/code> called <code>55-ovirt-guest-agent.rules<\/code> and put the following in it:<br><br><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">SYMLINK==\"virtio-ports\/ovirt-guest-agent.0\", OWNER=\"ovirtagent\", GROUP=\"ovirtagent\"<\/pre>\n\n\n\n<p><br>That&#8217;s ovirt-guest-agent.ZERO not the letter O, in case the font makes it hard to tell. After making that file, run the following to get udev to acknowledge it:<br><br><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo udevadm trigger --subsystem-match=\"virtio-ports\"<\/pre>\n\n\n\n<p><br>Finally, there&#8217;s a part of <code>\/etc\/ovirt-guest-agent.conf<\/code> that needs to be edited. Under the block titled <code>[virtio]<\/code>, there should be a commented out line. Right beneath that line we need to tell oVirt about a file. The end result should look like this:<br><br><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[virtio]<br># device = \/dev\/virtio-ports\/com.redhat.rhevm.vdsm<br>device = \/dev\/virtio-ports\/ovirt-guest-agent.0<\/pre>\n\n\n\n<p><br>Again, that last character is a zero, not the letter O.<br><br>After making that change, the service should start successfully. Once rebooted, you should notice better VM performance, and more information in the oVirt management page.<br><br><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"970\" height=\"182\" src=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-succes.png\" alt=\"Guest agent successfully started with systemctl restart\" class=\"wp-image-389\" srcset=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-succes.png 970w, https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-succes-300x56.png 300w, https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-succes-768x144.png 768w\" sizes=\"auto, (max-width: 970px) 100vw, 970px\" \/><figcaption>ovirt-guest-agent successfully started after config changes<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>The ovirt-guest-agent package is currently broken on Debian 9, and possibly older versions. The package will install successfully but then fail to start until a few extra steps are taken. I have not confirmed if this will work for Debian 8 and earlier. If you start the tools, and then get a systemctl status like <br \/><a class=\"read-more-button\" href=\"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/\">Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":387,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[99,8,21,22],"tags":[100,6,17,101],"coauthors":[37],"class_list":["post-386","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-debian","category-linux","category-ovirt","category-virtualization","tag-debian","tag-linux","tag-ovirt","tag-ovirt-guest-agent"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Debian: How to Install ovirt-guest-agent on Debian 9 - Angry Sysadmins<\/title>\n<meta name=\"description\" content=\"Steps to resolve the ovirt-guest-agent not starting on a Debian 9\/Debian Stretch guest virtual machine.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Debian: How to Install ovirt-guest-agent on Debian 9 - Angry Sysadmins\" \/>\n<meta property=\"og:description\" content=\"Steps to resolve the ovirt-guest-agent not starting on a Debian 9\/Debian Stretch guest virtual machine.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/\" \/>\n<meta property=\"og:site_name\" content=\"Angry Sysadmins\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-16T07:56:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-02-16T07:56:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-fail.png\" \/>\n\t<meta property=\"og:image:width\" content=\"990\" \/>\n\t<meta property=\"og:image:height\" content=\"227\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Cat Kasin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Cat Kasin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/\"},\"author\":{\"name\":\"Cat Kasin\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/151b2d23439b55b970060836f317a14d\"},\"headline\":\"Debian: How to Install ovirt-guest-agent on Debian 9\",\"datePublished\":\"2019-02-16T07:56:22+00:00\",\"dateModified\":\"2019-02-16T07:56:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/\"},\"wordCount\":195,\"commentCount\":4,\"image\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2019\\\/02\\\/ovirt-fail.png\",\"keywords\":[\"Debian\",\"Linux\",\"Ovirt\",\"ovirt-guest-agent\"],\"articleSection\":[\"Debian\",\"Linux\",\"oVirt\",\"Virtualization\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/\",\"name\":\"Debian: How to Install ovirt-guest-agent on Debian 9 - Angry Sysadmins\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2019\\\/02\\\/ovirt-fail.png\",\"datePublished\":\"2019-02-16T07:56:22+00:00\",\"dateModified\":\"2019-02-16T07:56:30+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/151b2d23439b55b970060836f317a14d\"},\"description\":\"Steps to resolve the ovirt-guest-agent not starting on a Debian 9\\\/Debian Stretch guest virtual machine.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/#primaryimage\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2019\\\/02\\\/ovirt-fail.png\",\"contentUrl\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2019\\\/02\\\/ovirt-fail.png\",\"width\":990,\"height\":227},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/02\\\/bailey\\\/debian-how-to-install-ovirt-guest-agent-on-debian-9\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/angrysysadmins.tech\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Debian: How to Install ovirt-guest-agent on Debian 9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#website\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/\",\"name\":\"Angry Sysadmins\",\"description\":\"A site full of angry sysadmins here to vent and help\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/angrysysadmins.tech\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/151b2d23439b55b970060836f317a14d\",\"name\":\"Cat Kasin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g23b0ffb86dd6c08514a66a6a50f7a0a9\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g\",\"caption\":\"Cat Kasin\"},\"description\":\"I build virtual environments and challenges for Cybersecurity students to complete as a way to gain experience before graduating and entering the workforce.\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/author\\\/bailey\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Debian: How to Install ovirt-guest-agent on Debian 9 - Angry Sysadmins","description":"Steps to resolve the ovirt-guest-agent not starting on a Debian 9\/Debian Stretch guest virtual machine.","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:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/","og_locale":"en_US","og_type":"article","og_title":"Debian: How to Install ovirt-guest-agent on Debian 9 - Angry Sysadmins","og_description":"Steps to resolve the ovirt-guest-agent not starting on a Debian 9\/Debian Stretch guest virtual machine.","og_url":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/","og_site_name":"Angry Sysadmins","article_published_time":"2019-02-16T07:56:22+00:00","article_modified_time":"2019-02-16T07:56:30+00:00","og_image":[{"width":990,"height":227,"url":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-fail.png","type":"image\/png"}],"author":"Cat Kasin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Cat Kasin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/#article","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/"},"author":{"name":"Cat Kasin","@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/151b2d23439b55b970060836f317a14d"},"headline":"Debian: How to Install ovirt-guest-agent on Debian 9","datePublished":"2019-02-16T07:56:22+00:00","dateModified":"2019-02-16T07:56:30+00:00","mainEntityOfPage":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/"},"wordCount":195,"commentCount":4,"image":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/#primaryimage"},"thumbnailUrl":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-fail.png","keywords":["Debian","Linux","Ovirt","ovirt-guest-agent"],"articleSection":["Debian","Linux","oVirt","Virtualization"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/","url":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/","name":"Debian: How to Install ovirt-guest-agent on Debian 9 - Angry Sysadmins","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/#website"},"primaryImageOfPage":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/#primaryimage"},"image":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/#primaryimage"},"thumbnailUrl":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-fail.png","datePublished":"2019-02-16T07:56:22+00:00","dateModified":"2019-02-16T07:56:30+00:00","author":{"@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/151b2d23439b55b970060836f317a14d"},"description":"Steps to resolve the ovirt-guest-agent not starting on a Debian 9\/Debian Stretch guest virtual machine.","breadcrumb":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/#primaryimage","url":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-fail.png","contentUrl":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/02\/ovirt-fail.png","width":990,"height":227},{"@type":"BreadcrumbList","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/02\/bailey\/debian-how-to-install-ovirt-guest-agent-on-debian-9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/angrysysadmins.tech\/"},{"@type":"ListItem","position":2,"name":"Debian: How to Install ovirt-guest-agent on Debian 9"}]},{"@type":"WebSite","@id":"https:\/\/angrysysadmins.tech\/#website","url":"https:\/\/angrysysadmins.tech\/","name":"Angry Sysadmins","description":"A site full of angry sysadmins here to vent and help","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/angrysysadmins.tech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/151b2d23439b55b970060836f317a14d","name":"Cat Kasin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g23b0ffb86dd6c08514a66a6a50f7a0a9","url":"https:\/\/secure.gravatar.com\/avatar\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g","caption":"Cat Kasin"},"description":"I build virtual environments and challenges for Cybersecurity students to complete as a way to gain experience before graduating and entering the workforce.","url":"https:\/\/angrysysadmins.tech\/index.php\/author\/bailey\/"}]}},"_links":{"self":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/386","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/comments?post=386"}],"version-history":[{"count":9,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/386\/revisions"}],"predecessor-version":[{"id":398,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/386\/revisions\/398"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/media\/387"}],"wp:attachment":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/media?parent=386"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/categories?post=386"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/tags?post=386"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/coauthors?post=386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}