{"id":132,"date":"2008-02-24T17:36:23","date_gmt":"2008-02-24T16:36:23","guid":{"rendered":"http:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/"},"modified":"2008-05-29T14:03:29","modified_gmt":"2008-05-29T12:03:29","slug":"howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren","status":"publish","type":"post","link":"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/","title":{"rendered":"HOWTO: Vmware Player\/Workstation auf einem Debian Lenny\/SID (testing\/unstable) System installieren"},"content":{"rendered":"<p>Da Vmware wegen Kernelaktualisierungen sich nicht mehr so leicht auf aktuellen Kerneln &gt; 2.6.20 installieren l\u00e4sst oder Probleme enstehen. Diese Anleitung gilt als Hilfestellung, um dieses Problem zu l\u00f6sen.<\/p>\n<p>Folgende Punkte bereiten Probleme:<\/p>\n<ul>\n<li>aktuelle (Debian) Kernel haben im Gegensatz zu alten Kerneln viele tolle neue Sachen, Treiber und vor allem \u00c4nderungen. Da kommen Vmware Versionen nicht bei und das ist auch nicht Sinn der Sache. Aus diesem Grund enstanden die <a title=\"vmware-any-any patches\" href=\"http:\/\/knihovny.cvut.cz\/ftp\/pub\/vmware\/\">vmware-any-any patches<\/a>, die dieses und andere Probleme versuchen zu l\u00f6sen.<\/li>\n<li>Wird ein original Debian Kernel auf dem Linux System benutzt, so entstehen weitere Probleme. Die Kernel enthalten \u00c4nderungen zu dem generischen Linux Kernel, die meistens nicht gravierend sind (bei Suse kommt es schon \u00f6fters vor), aber trotzdem Abweichungen bedeuten, die den Entwicklern von externen Modulen Probleme bereiten. Kommt bei vmware sehr selten vor, aber lieber warne ich mal davor.<\/li>\n<li>Bei so genannten &#8222;testing&#8220; und &#8222;unstable&#8220; Installationen befindet sich oft ein aktuellerer Compiler, als der f\u00fcr den Kernel verwendete Compiler. Soche Module nimmt der Kernel nur selten (wenn \u00fcberhaupt) an. Aus diesem Grund muss die selber Compilerversion auf dem System existieren, mit der der Kernel erstellt wurde.<\/li>\n<li>Mit neuem Kernel ist der Benutzer oft gezwungen eine aktuelle Vmware Version zu verwenden, da die alte Version zum Kernel oder Bibliotheken passt. Dieses Problem besteht aber bei fast jeder Software! Dieses Problem ist nur mit standardisierten Schnittestellen zu l\u00f6sen, die sich nicht oft \u00e4ndern d\u00fcrfen.<\/li>\n<\/ul>\n<p>Jetzt gehen wir mal an die L\u00f6sung der Probleme. Folgende Sachen werden ben\u00f6tigt:<\/p>\n<ol>\n<li>Eine aktuelle <a title=\"Vmware Seite\" href=\"http:\/\/www.vmware.com\" target=\"_blank\">Vmware Version<\/a><\/li>\n<li>Den aktuellen <a title=\"vmware-any-any patches\" href=\"http:\/\/knihovny.cvut.cz\/ftp\/pub\/vmware\/\">Vmware-any-any Patch<\/a><\/li>\n<li>Die Version mit der der Kernel compiliert wurde, muss bekannt sein<\/li>\n<li>F\u00fcr vmware wird der Compiler gcc (f\u00fcr Kernelmodule) und g++ f\u00fcr weitere Teile ben\u00f6tigt.<\/li>\n<li>Passende Linux-headers zu dem Kernel<\/li>\n<\/ol>\n<p>Im ersten Schritt wird eine einzige Shell ben\u00f6tigt, die f\u00fcr die vollst\u00e4ndige Installation von Vmware verwendet werden soll.<\/p>\n<p>Im ersten Schritt muss die Kernel Version gefunden werden, mit der der Kernel installiert wurde. Diese erfolgt z.B. mit dem Befehl: <strong>dmesg<\/strong><\/p>\n<p>Gan am Anfang wird eine Zeile wie diese stehen:<br \/>\n<code>Linux version 2.6.24-1-686 (Debian 2.6.24-4) (waldi@debian.org) (gcc version 4.1.3 20080114 (prerelease) (Debian 4.1.2-19))<\/code><\/p>\n<p>Daraus ist zu erkennen, dass der Kernel mit der Version 4.1.3 f\u00fcr das Erstellen des Kernels verwendet wurde.<\/p>\n<p>Auf einem im Moment aktuellen Version wird aber schon eine h\u00f6here Kernel Version verwendet. So k\u00f6nnte die Ausgabe aussehen:<br \/>\n<code><br \/>\n$  gcc --version<br \/>\ngcc (GCC) 4.2.3 (Debian 4.2.3-1)<br \/>\n<\/code><\/p>\n<p>Das bedeutet f\u00fcr die Installation muss der \u00e4ltere gcc-4.1 Compiler verwendet werden. Die Umschaltung erfolgt \u00fcber den folgenden Befehl:<br \/>\n<code>export CC=gcc-4.1<\/code><br \/>\nAllerdings gilt es nur f\u00fcr die gew\u00e4hlte Shell (deswegen die Beschr\u00e4nkung auf eine Shell).<\/p>\n<p>Im n\u00e4chsten Schritt soll auch die g++-Version festgelegt werden. Dies erfolgt \u00fcber die Variable CXX mit dem Befehl<br \/>\n<code>export CXX=g++-4.1<\/code><\/p>\n<p>Info am Rande: Nat\u00fcrlich m\u00fcssen die gew\u00e4hlten Compiler Versionen auch auf demSystem installiert sein.<\/p>\n<p>Nachdem die Einstellungen erfolgt sind, kann jetzt vmware in der Grundversion installiert werden. Die vmware-any-any Patches m\u00fcssen nach der Installation durchgef\u00fchrt werden. Diese Prozedur erfolgt meistens ohne Probleme. Allerdings sollte von der Konfiguration abgesehen werden, da  sie h\u00f6chst wahrscheinlich nicht funktionieren wird (kernel 2.6.22-2.6.24 ist es definitiv der Fall f\u00fcr Vmware 6.X Workstation).<\/p>\n<p>F\u00fcr einen aktuellen Kernel (2.6.24) m\u00fcssen zus\u00e4tzlich die vmware-any-any patches gepatcht werden (was f\u00fcr eine Freude \ud83d\ude42 ). Im ersten Schritt sollte das Tar Archiv in dem vmware-any-any-update115 mit dem Namen <strong>vmmon.tar<\/strong> entpackt werden:<\/p>\n<p><code>tar xf vmmon.tar<\/code><\/p>\n<p>Jetzt m\u00fcssen zwei Dateien gepatcht werden, bevor das ganze wieder zu einem Paket gepackt wird.<\/p>\n<p>Folgende Zeilen m\u00fcssen ge\u00e4ndert werden:<\/p>\n<p>In der Datei <strong>vmmon-only\/include\/iocontrols_compat.h<\/strong> muss die folgende Zeile von:<br \/>\n<code>#define VMMON_VERSION_V6        (161 &lt;&lt; 16 | 0)<\/code><br \/>\nnach<br \/>\n<code>#define VMMON_VERSION_V6        (167 &lt;&lt; 16 | 0)<\/code><br \/>\nver\u00e4ndert werden.<\/p>\n<p>In der Datei <strong>vmmon-only\/include\/iocontrols.h<\/strong> muss die folgende Zeile von:<br \/>\n<code>#define VMMON_VERSION           (161 &lt;&lt; 16 | 0)<\/code><br \/>\nnach<br \/>\n<code>#define VMMON_VERSION           (167 &lt;&lt; 16 | 0)<\/code><br \/>\nver\u00e4ndert werden.<\/p>\n<p>In der Datei <strong>vmmon-only\/include\/vcpuset.h<\/strong> muss die folgende Zeile von:<br \/>\n<code>#include \"asm\/bitops.h\"<\/code><br \/>\nnach<br \/>\n<code>#include \"linux\/bitops.h\"<\/code><br \/>\nver\u00e4ndert werden.<\/p>\n<p>Anschlie\u00dfend muss nat\u00fcrlich der Ordner &#8222;vmmon&#8220; mit dem folgenden Befehl &#8222;<strong>tar cvvf vmmon.tar vmmon-only\/<\/strong>&#8220; wieder in tar-Archiv verwandelt werden, da sonst das Skript &#8222;runme.pl&#8220; nicht angewendet werden kann. (Diesen Schritte habe ich vegessen zu erw\u00e4hnen. Danke an &#8222;Wolf&#8220; f\u00fcr die Korrektur. Ich nehme Verbesserungsvorschl\u00e4ge gern entgegen.)<\/p>\n<p>Jetzt kann hoffentlich \u00fcber &#8222;runme.pl&#8220; Vmware mit den vmware-any-any patches installiert und zum &#8222;laufen&#8220; gebracht werden.<\/p>\n<p>Folgende Ausgabe erscheint, wenn die vmware-any-any patches f\u00fcr den Kernel 2.6.24 oder h\u00f6her nicht korrigiert sind:<br \/>\n<code><br \/>\nUnknown VMware Workstation 6.0.2 build 59824 detected. Building for Workstation 6.0.0. Using 2.6.x kernel build system. make: Entering directory \\`\/tmp\/vmware-config2\/vmmon-only\\' make -C \/lib\/modules\/2.6.24-1-686\/build\/include\/.. SUBDIRS=$PWD SRCROOT=\\$PWD\/. modules make[1]: Entering directory \\`\/usr\/src\/linux-headers-2.6.24-1-686\\'   CC [M]  \/tmp\/vmware-config2\/vmmon-only\/linux\/driver.o   CC [M]  \/tmp\/vmware-config2\/vmmon-only\/linux\/driverLog.o   CC [M]  \/tmp\/vmware-config2\/vmmon-only\/linux\/hostif.o   CC [M]  \/tmp\/vmware-config2\/vmmon-only\/common\/comport.o   CC [M]  \/tmp\/vmware-config2\/vmmon-only\/common\/cpuid.o In file included from include\/asm\/bitops.h:2,                  from \/tmp\/vmware-config2\/vmmon-only\/.\/include\/vcpuset.h:74,                  from \/tmp\/vmware-config2\/vmmon-only\/.\/include\/modulecall.h:23,                  from \/tmp\/vmware-config2\/vmmon-only\/common\/vmx86.h:19,                  from \/tmp\/vmware-config2\/vmmon-only\/common\/hostif.h:18,                  from \/tmp\/vmware-config2\/vmmon-only\/common\/cpuid.c:15: include\/asm\/bitops_32.h:9:2: error: #error only<br \/>\ncan be included directly make[2]: *** [\/tmp\/vmware-config2\/vmmon-only\/common\/cpuid.o] Error 1 make[1]: *** [_module_\/tmp\/vmware-config2\/vmmon-only] Error 2 make[1]: Leaving directory \\`\/usr\/src\/linux-headers-linux2.6.24-1-686<br \/>\n\\' make: *** [vmmon.ko] Error 2 make: Leaving directory \\`\/tmp\/vmware-config2\/vmmon-only\\' Unable to build the vmmon module.  For more information on how to troubleshoot module-related problems, please visit our Web site at \"http:\/\/www.vmware.com\/download\/modules\/modules.html\" and \"http:\/\/www.vmware.com\/support\/reference\/linux\/prebuilt_modules_linux.html\".  Execution aborted.Folgender Fehler deutet darauf hin, dass g++ nicht in der richtigen Version installiert oder gesetzt ist:gcc: error trying to exec 'cc1plus': execvp: No such file or directory<br \/>\nerror: command 'gcc' failed with exit status 1<br \/>\n<\/code><\/p>\n<p>Das war nicht gerade kurz und vor allem einfach, aber mit dieser Unterst\u00fctzung und ein paar Quellen und weiteren Informationen sollte es funktionieren:<\/p>\n<ul>\n<li><a title=\"patching vmware-any-any patches\" href=\"http:\/\/www.nowhere.dk\/archives\/2008\/01\/17\/running_vmware_workstation_on_ubuntu_hardy_herron\/index.php?show_id=e2008-01-17T19_13_10.txt\" target=\"_blank\">http:\/\/www.nowhere.dk\/archives\/2008\/01\/17\/running_vmware_workstation..<\/a><\/li>\n<li><a title=\"vmware-any-any patches\" href=\"http:\/\/knihovny.cvut.cz\/ftp\/pub\/vmware\/\">vmware-any-any patches<\/a><\/li>\n<li><a title=\"g++ Compiler fehlt auf dem System\" href=\"http:\/\/www.ducea.com\/2007\/10\/25\/gcc-error-trying-to-exec-cc1plus-execvp-no-such-file-or-directory\/\">g++ Compiler auf dem System nicht installiert<\/a><\/li>\n<\/ul>\n<p>PS: Linux ist nicht so kompliziert, wie es hier raus kommt. Es gibt so Leute (wie ich), die sich das Leben k\u00fcnstlich schwer machen.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Da Vmware wegen Kernelaktualisierungen sich nicht mehr so leicht auf aktuellen Kerneln &gt; 2.6.20 installieren l\u00e4sst oder Probleme enstehen. Diese Anleitung gilt als Hilfestellung, um dieses Problem zu l\u00f6sen. Folgende Punkte bereiten Probleme: aktuelle (Debian) Kernel haben im Gegensatz zu alten Kerneln viele tolle neue Sachen, Treiber und vor allem \u00c4nderungen. Da kommen Vmware Versionen [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-132","post","type-post","status-publish","format-standard","hentry","category-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>HOWTO: Vmware Player\/Workstation auf einem Debian Lenny\/SID (testing\/unstable) System installieren - Konstantin Filtschew<\/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:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HOWTO: Vmware Player\/Workstation auf einem Debian Lenny\/SID (testing\/unstable) System installieren - Konstantin Filtschew\" \/>\n<meta property=\"og:description\" content=\"Da Vmware wegen Kernelaktualisierungen sich nicht mehr so leicht auf aktuellen Kerneln &gt; 2.6.20 installieren l\u00e4sst oder Probleme enstehen. Diese Anleitung gilt als Hilfestellung, um dieses Problem zu l\u00f6sen. Folgende Punkte bereiten Probleme: aktuelle (Debian) Kernel haben im Gegensatz zu alten Kerneln viele tolle neue Sachen, Treiber und vor allem \u00c4nderungen. Da kommen Vmware Versionen [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/\" \/>\n<meta property=\"og:site_name\" content=\"Konstantin Filtschew\" \/>\n<meta property=\"article:published_time\" content=\"2008-02-24T16:36:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-05-29T12:03:29+00:00\" \/>\n<meta name=\"author\" content=\"Konstantin Filtschew\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@fa11enangel\" \/>\n<meta name=\"twitter:site\" content=\"@fa11enangel\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Konstantin Filtschew\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"5\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/\"},\"author\":{\"name\":\"Konstantin Filtschew\",\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/de09aadf27dd3b71cb0030f6f2214b1e\"},\"headline\":\"HOWTO: Vmware Player\/Workstation auf einem Debian Lenny\/SID (testing\/unstable) System installieren\",\"datePublished\":\"2008-02-24T16:36:23+00:00\",\"dateModified\":\"2008-05-29T12:03:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/\"},\"wordCount\":791,\"commentCount\":20,\"publisher\":{\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/de09aadf27dd3b71cb0030f6f2214b1e\"},\"articleSection\":[\"Linux\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/\",\"url\":\"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/\",\"name\":\"HOWTO: Vmware Player\/Workstation auf einem Debian Lenny\/SID (testing\/unstable) System installieren - Konstantin Filtschew\",\"isPartOf\":{\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/#website\"},\"datePublished\":\"2008-02-24T16:36:23+00:00\",\"dateModified\":\"2008-05-29T12:03:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/konstantin.filtschew.de\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HOWTO: Vmware Player\/Workstation auf einem Debian Lenny\/SID (testing\/unstable) System installieren\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/#website\",\"url\":\"https:\/\/konstantin.filtschew.de\/blog\/\",\"name\":\"Konstantin Filtschew\",\"description\":\"Der t\u00e4gliche IT-Wahnsinn\",\"publisher\":{\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/de09aadf27dd3b71cb0030f6f2214b1e\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/konstantin.filtschew.de\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/de09aadf27dd3b71cb0030f6f2214b1e\",\"name\":\"Konstantin Filtschew\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/konstantin.filtschew.de\/blog\/wp-content\/uploads\/2025\/10\/KFLogo1.png\",\"contentUrl\":\"https:\/\/konstantin.filtschew.de\/blog\/wp-content\/uploads\/2025\/10\/KFLogo1.png\",\"width\":222,\"height\":193,\"caption\":\"Konstantin Filtschew\"},\"logo\":{\"@id\":\"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/image\/\"},\"description\":\"Building an operation system without source code, is like buying a self assemble space shuttle without instructions. (Author unknown)\",\"sameAs\":[\"https:\/\/konstantin.filtschew.de\",\"https:\/\/www.linkedin.com\/in\/konstantin-filtschew-b7138019\/\",\"https:\/\/x.com\/fa11enangel\"],\"url\":\"https:\/\/konstantin.filtschew.de\/blog\/author\/konstantin-filtschew\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HOWTO: Vmware Player\/Workstation auf einem Debian Lenny\/SID (testing\/unstable) System installieren - Konstantin Filtschew","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:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/","og_locale":"de_DE","og_type":"article","og_title":"HOWTO: Vmware Player\/Workstation auf einem Debian Lenny\/SID (testing\/unstable) System installieren - Konstantin Filtschew","og_description":"Da Vmware wegen Kernelaktualisierungen sich nicht mehr so leicht auf aktuellen Kerneln &gt; 2.6.20 installieren l\u00e4sst oder Probleme enstehen. Diese Anleitung gilt als Hilfestellung, um dieses Problem zu l\u00f6sen. Folgende Punkte bereiten Probleme: aktuelle (Debian) Kernel haben im Gegensatz zu alten Kerneln viele tolle neue Sachen, Treiber und vor allem \u00c4nderungen. Da kommen Vmware Versionen [&hellip;]","og_url":"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/","og_site_name":"Konstantin Filtschew","article_published_time":"2008-02-24T16:36:23+00:00","article_modified_time":"2008-05-29T12:03:29+00:00","author":"Konstantin Filtschew","twitter_card":"summary_large_image","twitter_creator":"@fa11enangel","twitter_site":"@fa11enangel","twitter_misc":{"Verfasst von":"Konstantin Filtschew","Gesch\u00e4tzte Lesezeit":"5\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/#article","isPartOf":{"@id":"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/"},"author":{"name":"Konstantin Filtschew","@id":"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/de09aadf27dd3b71cb0030f6f2214b1e"},"headline":"HOWTO: Vmware Player\/Workstation auf einem Debian Lenny\/SID (testing\/unstable) System installieren","datePublished":"2008-02-24T16:36:23+00:00","dateModified":"2008-05-29T12:03:29+00:00","mainEntityOfPage":{"@id":"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/"},"wordCount":791,"commentCount":20,"publisher":{"@id":"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/de09aadf27dd3b71cb0030f6f2214b1e"},"articleSection":["Linux"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/","url":"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/","name":"HOWTO: Vmware Player\/Workstation auf einem Debian Lenny\/SID (testing\/unstable) System installieren - Konstantin Filtschew","isPartOf":{"@id":"https:\/\/konstantin.filtschew.de\/blog\/#website"},"datePublished":"2008-02-24T16:36:23+00:00","dateModified":"2008-05-29T12:03:29+00:00","breadcrumb":{"@id":"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/konstantin.filtschew.de\/blog\/2008\/02\/24\/howto-vmware-playerworkstation-auf-einem-debian-lennysid-testingunstable-system-installieren\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/konstantin.filtschew.de\/blog\/"},{"@type":"ListItem","position":2,"name":"HOWTO: Vmware Player\/Workstation auf einem Debian Lenny\/SID (testing\/unstable) System installieren"}]},{"@type":"WebSite","@id":"https:\/\/konstantin.filtschew.de\/blog\/#website","url":"https:\/\/konstantin.filtschew.de\/blog\/","name":"Konstantin Filtschew","description":"Der t\u00e4gliche IT-Wahnsinn","publisher":{"@id":"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/de09aadf27dd3b71cb0030f6f2214b1e"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/konstantin.filtschew.de\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":["Person","Organization"],"@id":"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/de09aadf27dd3b71cb0030f6f2214b1e","name":"Konstantin Filtschew","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/image\/","url":"https:\/\/konstantin.filtschew.de\/blog\/wp-content\/uploads\/2025\/10\/KFLogo1.png","contentUrl":"https:\/\/konstantin.filtschew.de\/blog\/wp-content\/uploads\/2025\/10\/KFLogo1.png","width":222,"height":193,"caption":"Konstantin Filtschew"},"logo":{"@id":"https:\/\/konstantin.filtschew.de\/blog\/#\/schema\/person\/image\/"},"description":"Building an operation system without source code, is like buying a self assemble space shuttle without instructions. (Author unknown)","sameAs":["https:\/\/konstantin.filtschew.de","https:\/\/www.linkedin.com\/in\/konstantin-filtschew-b7138019\/","https:\/\/x.com\/fa11enangel"],"url":"https:\/\/konstantin.filtschew.de\/blog\/author\/konstantin-filtschew\/"}]}},"_links":{"self":[{"href":"https:\/\/konstantin.filtschew.de\/blog\/wp-json\/wp\/v2\/posts\/132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/konstantin.filtschew.de\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/konstantin.filtschew.de\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/konstantin.filtschew.de\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/konstantin.filtschew.de\/blog\/wp-json\/wp\/v2\/comments?post=132"}],"version-history":[{"count":0,"href":"https:\/\/konstantin.filtschew.de\/blog\/wp-json\/wp\/v2\/posts\/132\/revisions"}],"wp:attachment":[{"href":"https:\/\/konstantin.filtschew.de\/blog\/wp-json\/wp\/v2\/media?parent=132"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/konstantin.filtschew.de\/blog\/wp-json\/wp\/v2\/categories?post=132"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/konstantin.filtschew.de\/blog\/wp-json\/wp\/v2\/tags?post=132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}