{"id":709,"date":"2019-11-13T17:26:30","date_gmt":"2019-11-14T01:26:30","guid":{"rendered":"https:\/\/angrysysadmins.tech\/?p=709"},"modified":"2019-12-05T23:11:17","modified_gmt":"2019-12-06T07:11:17","slug":"libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap","status":"publish","type":"post","link":"https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/","title":{"rendered":"libvirt error: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap"},"content":{"rendered":"<p>I encountered the following error after installing the AMDGPU Pro drivers on my Arch Linux machine:<\/p>\n<pre>error: internal error: process exited while connecting to monitor: \/usr\/bin\/qemu-system-x86_64: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap<\/pre>\n<p>The error is caused because the thing it is looking up does not exist. Luckily the fix is easy.<\/p>\n<p>&nbsp;<\/p>\n<p>Add the following to the <code>systemd<\/code> service file for <code>libvirt<\/code> in <code>\/etc\/systemd\/system\/multi-user.target.wants\/libvirtd.service<\/code> under <code>[Service]<\/code>.<\/p>\n<pre><span class=\"notranslate\">Environment=\"LD_LIBRARY_PATH=\/usr\/lib\"<\/span><\/pre>\n<p>That is the lowercase letter &#8220;L&#8221; not the number one.<\/p>\n<p>&nbsp;<\/p>\n<p>That should do it. This was tested on archlinux and works fine for me. If it does not work for you I&#8217;m sorry I don&#8217;t think I&#8217;ll be able to help, I got this answer from a chinese website. Here is what it said:<\/p>\n<p>&nbsp;<\/p>\n<p>Your question is: opencl-amdgpu-pro-orca.<\/p>\n<p>It provides its own libgbm.so.1 even if it is the latest version of aur with default values, it also lacks this symbol. It first enters the search path.<\/p>\n<p>Therefore, you can disable these drivers, or try to get\/compile a fixed\/updated version that includes this feature, or try disabling only the lib search path for libvirtd servcie (adding the ld_library_path=\/usr\/lib environment variable to the service startup process).<\/p>\n<p>How to analyze these issues such as:<br \/>\n<code>ldd \/usr\/lib\/libvirglrenderer.so.1 ldd \/usr\/lib\/libvirglrenderer.so.1 \\<br \/>\n| awk '!=\"\"{print }' \\<br \/>\n| while read file; do objdump -TC -j.text $file \\<br \/>\n| grep gbm_bo_unmap &amp;&amp; echo $file; done LD_LIBRARY_PATH=\/usr\/lib ldd \/usr\/lib\/libvirglrenderer.so.1 \\<br \/>\n| awk '!=\"\"{print }' \\<br \/>\n| while read file; do objdump -TC -j.text $file \\<br \/>\n| grep gbm_bo_unmap &amp;&amp; echo $file; done<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I encountered the following error after installing the AMDGPU Pro drivers on my Arch Linux machine: error: internal error: process exited while connecting to monitor: \/usr\/bin\/qemu-system-x86_64: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap The error is caused because the thing it is looking up does not exist. Luckily the fix is easy. &nbsp; Add the <br \/><a class=\"read-more-button\" href=\"https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/\">Read More &raquo;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73,166,8,22],"tags":[74,13,167,6],"coauthors":[39],"class_list":["post-709","post","type-post","status-publish","format-standard","hentry","category-arch","category-libvirt","category-linux","category-virtualization","tag-arch","tag-kernel","tag-libvirt","tag-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>libvirt error: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap - Angry Sysadmins<\/title>\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\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"libvirt error: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap - Angry Sysadmins\" \/>\n<meta property=\"og:description\" content=\"I encountered the following error after installing the AMDGPU Pro drivers on my Arch Linux machine: error: internal error: process exited while connecting to monitor: \/usr\/bin\/qemu-system-x86_64: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap The error is caused because the thing it is looking up does not exist. Luckily the fix is easy. &nbsp; Add the Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/\" \/>\n<meta property=\"og:site_name\" content=\"Angry Sysadmins\" \/>\n<meta property=\"article:published_time\" content=\"2019-11-14T01:26:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-12-06T07:11:17+00:00\" \/>\n<meta name=\"author\" content=\"Ryan Parker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ryan Parker\" \/>\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\\\/11\\\/grassyloki\\\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/11\\\/grassyloki\\\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\\\/\"},\"author\":{\"name\":\"Ryan Parker\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/651321cd35645fb6a4d8a75b7bc7c199\"},\"headline\":\"libvirt error: symbol lookup error: \\\/usr\\\/lib\\\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap\",\"datePublished\":\"2019-11-14T01:26:30+00:00\",\"dateModified\":\"2019-12-06T07:11:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/11\\\/grassyloki\\\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\\\/\"},\"wordCount\":203,\"commentCount\":0,\"keywords\":[\"Arch\",\"Kernel\",\"libvirt\",\"Linux\"],\"articleSection\":[\"Arch\",\"libvirt\",\"Linux\",\"Virtualization\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/11\\\/grassyloki\\\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/11\\\/grassyloki\\\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\\\/\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/11\\\/grassyloki\\\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\\\/\",\"name\":\"libvirt error: symbol lookup error: \\\/usr\\\/lib\\\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap - Angry Sysadmins\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#website\"},\"datePublished\":\"2019-11-14T01:26:30+00:00\",\"dateModified\":\"2019-12-06T07:11:17+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/651321cd35645fb6a4d8a75b7bc7c199\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/11\\\/grassyloki\\\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/11\\\/grassyloki\\\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/11\\\/grassyloki\\\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/angrysysadmins.tech\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"libvirt error: symbol lookup error: \\\/usr\\\/lib\\\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap\"}]},{\"@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\\\/651321cd35645fb6a4d8a75b7bc7c199\",\"name\":\"Ryan Parker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g664d0e05248e51cb1d71b3f66c6f929d\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g\",\"caption\":\"Ryan Parker\"},\"description\":\"Professionally im a Infrastructure Security Specialist. I current maintain a homelab with about 3TB of RAM, 240+ TB of storage, tons of CPU cores, and 100gbit networking backbone in the garage running up my electricity bill.\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/author\\\/grassyloki\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"libvirt error: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap - Angry Sysadmins","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\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/","og_locale":"en_US","og_type":"article","og_title":"libvirt error: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap - Angry Sysadmins","og_description":"I encountered the following error after installing the AMDGPU Pro drivers on my Arch Linux machine: error: internal error: process exited while connecting to monitor: \/usr\/bin\/qemu-system-x86_64: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap The error is caused because the thing it is looking up does not exist. Luckily the fix is easy. &nbsp; Add the Read More &raquo;","og_url":"https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/","og_site_name":"Angry Sysadmins","article_published_time":"2019-11-14T01:26:30+00:00","article_modified_time":"2019-12-06T07:11:17+00:00","author":"Ryan Parker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ryan Parker","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/#article","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/"},"author":{"name":"Ryan Parker","@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/651321cd35645fb6a4d8a75b7bc7c199"},"headline":"libvirt error: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap","datePublished":"2019-11-14T01:26:30+00:00","dateModified":"2019-12-06T07:11:17+00:00","mainEntityOfPage":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/"},"wordCount":203,"commentCount":0,"keywords":["Arch","Kernel","libvirt","Linux"],"articleSection":["Arch","libvirt","Linux","Virtualization"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/","url":"https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/","name":"libvirt error: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap - Angry Sysadmins","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/#website"},"datePublished":"2019-11-14T01:26:30+00:00","dateModified":"2019-12-06T07:11:17+00:00","author":{"@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/651321cd35645fb6a4d8a75b7bc7c199"},"breadcrumb":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/11\/grassyloki\/libvirt-error-symbol-lookup-error-usr-lib-libvirglrenderer-so-1-undefined-symbol-gbm_bo_unmap\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/angrysysadmins.tech\/"},{"@type":"ListItem","position":2,"name":"libvirt error: symbol lookup error: \/usr\/lib\/libvirglrenderer.so.1: undefined symbol: gbm_bo_unmap"}]},{"@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\/651321cd35645fb6a4d8a75b7bc7c199","name":"Ryan Parker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g664d0e05248e51cb1d71b3f66c6f929d","url":"https:\/\/secure.gravatar.com\/avatar\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g","caption":"Ryan Parker"},"description":"Professionally im a Infrastructure Security Specialist. I current maintain a homelab with about 3TB of RAM, 240+ TB of storage, tons of CPU cores, and 100gbit networking backbone in the garage running up my electricity bill.","url":"https:\/\/angrysysadmins.tech\/index.php\/author\/grassyloki\/"}]}},"_links":{"self":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/709","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/comments?post=709"}],"version-history":[{"count":9,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/709\/revisions"}],"predecessor-version":[{"id":758,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/709\/revisions\/758"}],"wp:attachment":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/media?parent=709"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/categories?post=709"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/tags?post=709"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/coauthors?post=709"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}