<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vGrup  Blog &#187; vmware</title>
	<atom:link href="http://www.vgrup.com/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vgrup.com</link>
	<description>Vgrup for Geek and Robot Unix Party</description>
	<lastBuildDate>Thu, 24 Nov 2011 13:24:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>2.6.3x kernellerinde vmware 7 kurulum sorunu</title>
		<link>http://www.vgrup.com/2010/02/04/2-6-3x-kernellerinde-vmware-7-kurulum-sorunu/</link>
		<comments>http://www.vgrup.com/2010/02/04/2-6-3x-kernellerinde-vmware-7-kurulum-sorunu/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 18:01:57 +0000</pubDate>
		<dc:creator>Muhammed YÜRÜRDURMAZ</dc:creator>
				<category><![CDATA[Bilgi Ve Deneyim]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.vgrup.com/?p=208</guid>
		<description><![CDATA[/tmp/vmware-root/modules/vmnet-only/vnetUserListener.c: In function ‘VNetUserListenerEventHandler’: /tmp/vmware-root/modules/vmnet-only/vnetUserListener.c:240: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function) /tmp/vmware-root/modules/vmnet-only/vnetUserListener.c:240: error: (Each undeclared identifier is reported only once /tmp/vmware-root/modules/vmnet-only/vnetUserListener.c:240: error: for each function it appears in.) /tmp/vmware-root/modules/vmnet-only/vnetUserListener.c: In function ‘VNetUserListenerRead’: /tmp/vmware-root/modules/vmnet-only/vnetUserListener.c:282: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function) /tmp/vmware-root/modules/vmnet-only/vnetUserListener.c:282: error: implicit declaration of function ‘signal_pending’ /tmp/vmware-root/modules/vmnet-only/vnetUserListener.c:282: error: implicit declaration of [...]]]></description>
			<content:encoded><![CDATA[<pre>/tmp/<a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-root/modules/vmnet-only/vnetUserListener.c: In function ‘VNetUserListenerEventHandler’:
/tmp/<a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-root/modules/vmnet-only/vnetUserListener.c:240: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
/tmp/<a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-root/modules/vmnet-only/vnetUserListener.c:240: error: (Each undeclared identifier is reported only once
/tmp/<a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-root/modules/vmnet-only/vnetUserListener.c:240: error: for each function it appears in.)
/tmp/<a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-root/modules/vmnet-only/vnetUserListener.c: In function ‘VNetUserListenerRead’:
/tmp/<a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-root/modules/vmnet-only/vnetUserListener.c:282: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
/tmp/<a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-root/modules/vmnet-only/vnetUserListener.c:282: error: implicit declaration of function ‘signal_pending’
/tmp/<a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-root/modules/vmnet-only/vnetUserListener.c:282: error: implicit declaration of function ‘schedule’
make[4]: *** [/tmp/<a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-root/modules/vmnet-only/vnetUserListener.o] Error 1
make[3]: *** [_module_/tmp/<a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-root/modules/vmnet-only] Error 2
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2
</pre>
<p>loglarda yukarıdaki şekilde bir hata varsa aşağıdaki komutları çalıştırın. (<a href="http://www.vgrup.com/tag/debian/" class="st_tag internal_tag" rel="tag" title="Posts tagged with debian">debian</a> 2.6.32 kernel ile denenmiştir)</p>
<pre>
# cd /tmp
# tar xf /usr/lib/vmware/modules/source/vmnet.tar
# cd vmnet-only
# vim vnetUserListener.c
</pre>
<p>vim yerine başka bir editör kullanabilirsiniz. doyayı açtıktan sonra 37. satıra</p>
<pre>
#include "compat_sched.h"
</pre>
<p>yazın ve kaydedip çıkın. daha sonra</p>
<pre>
# cd /tmp
# tar cf /usr/lib/vmware/modules/source/vmnet.tar vmnet-only
# vmware-modconfig --console --install-all
</pre>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.vgrup.com/2010/02/04/2-6-3x-kernellerinde-vmware-7-kurulum-sorunu/' addthis:title='2.6.3x kernellerinde vmware 7 kurulum sorunu'><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>
	Tags: <a href="http://www.vgrup.com/tag/debian/" title="debian" rel="tag">debian</a>, <a href="http://www.vgrup.com/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.vgrup.com/tag/vmware/" title="vmware" rel="tag">vmware</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.vgrup.com/2010/02/04/2-6-3x-kernellerinde-vmware-7-kurulum-sorunu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wordpress denemek</title>
		<link>http://www.vgrup.com/2010/01/26/wordpress-denemek/</link>
		<comments>http://www.vgrup.com/2010/01/26/wordpress-denemek/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:00:09 +0000</pubDate>
		<dc:creator>Muhammed YÜRÜRDURMAZ</dc:creator>
				<category><![CDATA[Bilgi Ve Deneyim]]></category>
		<category><![CDATA[Appliance]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.vgrup.com/?p=170</guid>
		<description><![CDATA[vmware veya virtualbox gibi sanal sistemler ile wordpress denemek isteyenlere kolay bir yöntem http://www.turnkeylinux.org/wordpress adresinden appliance indirin ve istediğiniz gibi kurcalayın Tags: Appliance, VirtualBox, vmware, Wordpress]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vmware.com/">vmware</a> veya <a href="http://www.virtualbox.org/">virtualbox</a> gibi sanal sistemler ile <a href="http://www.vgrup.com/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Wordpress">wordpress</a> denemek isteyenlere kolay bir yöntem</p>
<pre><a href="http://www.turnkeylinux.org/wordpress">http://www.turnkeylinux.org/wordpress</a></pre>
<p>adresinden <a href="http://www.vgrup.com/tag/appliance/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Appliance">appliance</a> indirin ve istediğiniz gibi kurcalayın</p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.vgrup.com/2010/01/26/wordpress-denemek/' addthis:title='wordpress denemek'><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>
	Tags: <a href="http://www.vgrup.com/tag/appliance/" title="Appliance" rel="tag">Appliance</a>, <a href="http://www.vgrup.com/tag/virtualbox/" title="VirtualBox" rel="tag">VirtualBox</a>, <a href="http://www.vgrup.com/tag/vmware/" title="vmware" rel="tag">vmware</a>, <a href="http://www.vgrup.com/tag/wordpress/" title="Wordpress" rel="tag">Wordpress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.vgrup.com/2010/01/26/wordpress-denemek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>komut satırından vmware çalıştırma</title>
		<link>http://www.vgrup.com/2010/01/25/komut-satirindan-vmware-calistirma/</link>
		<comments>http://www.vgrup.com/2010/01/25/komut-satirindan-vmware-calistirma/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 13:17:59 +0000</pubDate>
		<dc:creator>Muhammed YÜRÜRDURMAZ</dc:creator>
				<category><![CDATA[Bilgi Ve Deneyim]]></category>
		<category><![CDATA[nogui]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[vmrun]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.vgrup.com/?p=166</guid>
		<description><![CDATA[eğer ssh vb bir sistem üzerinden veya grafik ekran olmadan bir şekilde vmware üzerindeki bir sanal makinayı çalıştırmanız gerek olursa işte komut vmrun -T ws start vmx_dosyasinin_tam_adresi.vmx nogui eğer workstation kullanıyorsanız -T ws server kullanıyorsanız -T server nogui verdiğiniz zaman grafik ekraana ihtiyaç duymadan açar. start yerine koyabileceğiniz diğer komutlar stop : durdurmak için reset [...]]]></description>
			<content:encoded><![CDATA[<p>eğer <a href="http://www.vgrup.com/tag/ssh/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ssh">ssh</a> vb bir sistem üzerinden veya grafik ekran olmadan bir şekilde <a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a> üzerindeki bir sanal makinayı çalıştırmanız gerek olursa işte komut
</p>
<pre>
<a href="http://www.vgrup.com/tag/vmrun/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmrun">vmrun</a> -T ws start vmx_dosyasinin_tam_adresi.vmx <a href="http://www.vgrup.com/tag/nogui/" class="st_tag internal_tag" rel="tag" title="Posts tagged with nogui">nogui</a>
</pre>
<p>eğer workstation kullanıyorsanız <strong>-T ws</strong> server kullanıyorsanız <strong>-T server</strong></p>
<p>nogui verdiğiniz zaman grafik ekraana ihtiyaç duymadan açar.</p>
<p>start yerine koyabileceğiniz diğer komutlar
</p>
<pre>
stop : durdurmak için
reset : resetlemek için
suspend : uyutmak için
pause : pause moda geçmek için
unpause : pause durumundan kurtarmak için
</pre>
<p>detaylı bilgi için vmrun komutunu çalıştırın. şu parametreleri görürsünüz.</p>
<pre>

Usage: vmrun [AUTHENTICATION-FLAGS] COMMAND [PARAMETERS]

AUTHENTICATION-FLAGS
--------------------
These must appear before the command and any command parameters.

   -h <hostName>  (not needed for Workstation)
   -P <hostPort>  (not needed for Workstation)
   -T <hostType> (ws|server|server1|fusion)
     for example, use '-T server' for Server 2.0
                  use '-T server1' for Server 1.0
   -u <userName in host OS>  (not needed for Workstation)
   -p
<password in host OS>  (not needed for Workstation)
   -gu <userName in guest OS>
   -gp
<password in guest OS>

POWER COMMANDS           PARAMETERS           DESCRIPTION
--------------           ----------           -----------
start                    Path to vmx file     Start a VM or Team
                         [gui|nogui]

stop                     Path to vmx file     Stop a VM or Team
                         [hard|soft]

reset                    Path to vmx file     Reset a VM or Team
                         [hard|soft]

suspend                  Path to vmx file     Suspend a VM or Team
                         [hard|soft]

pause                    Path to vmx file     Pause a VM

unpause                  Path to vmx file     Unpause a VM

SNAPSHOT COMMANDS        PARAMETERS           DESCRIPTION
-----------------        ----------           -----------
listSnapshots            Path to vmx file     List all snapshots in a VM

snapshot                 Path to vmx file     Create a snapshot of a VM
                         Snapshot name

deleteSnapshot           Path to vmx file     Remove a snapshot from a VM
                         Snapshot name

revertToSnapshot         Path to vmx file     Set VM state to a snapshot
                         Snapshot name

RECORD/REPLAY COMMANDS   PARAMETERS           DESCRIPTION
----------------------   ----------           -----------
beginRecording           Path to vmx file     Begin recording a VM
                         Snapshot name

endRecording             Path to vmx file     End recording a VM

beginReplay              Path to vmx file     Begin replaying a VM
                         Snapshot name

endReplay                Path to vmx file     End replaying a VM

GUEST OS COMMANDS        PARAMETERS           DESCRIPTION
-----------------        ----------           -----------
runProgramInGuest        Path to vmx file     Run a program in Guest OS
                         [-noWait]
                         [-activeWindow]
                         [-interactive]
                         Complete-Path-To-Program
                         [Program arguments]

fileExistsInGuest        Path to vmx file     Check if a file exists in Guest OS
                         Path to file in guest

setSharedFolderState     Path to vmx file     Modify a Host-Guest shared folder
                         Share name
                         Host path
                         writable | readonly

addSharedFolder          Path to vmx file     Add a Host-Guest shared folder
                         Share name
                         New host path

removeSharedFolder       Path to vmx file     Remove a Host-Guest shared folder
                         Share name

listProcessesInGuest     Path to vmx file     List running processes in Guest OS

killProcessInGuest       Path to vmx file     Kill a process in Guest OS
                         process id

runScriptInGuest         Path to vmx file     Run a script in Guest OS
                         Interpreter path
                         script_text

deleteFileInGuest        Path to vmx file     Delete a file in Guest OS
                         Path in guest

createDirectoryInGuest   Path to vmx file     Create a directory in Guest OS
                         Directory path in guest

deleteDirectoryInGuest   Path to vmx file     Delete a directory in Guest OS
                         Directory path in guest

listDirectoryInGuest     Path to vmx file     List a directory in Guest OS
                         Directory path in guest

copyFileFromHostToGuest  Path to vmx file     Copy a file from host OS to guest OS
                         Path on host
                         Path in guest

copyFileFromGuestToHost  Path to vmx file     Copy a file from guest OS to host OS
                         Path in guest
                         Path on host

renameFileInGuest        Path to vmx file     Rename a file in Guest OS
                         Original name
                         New name

captureScreen            Path to vmx file     Capture the screen of the VM to a local file
                         Path on host

writeVariable            Path to vmx file     Write a variable in the VM state
                         [runtimeConfig|guestEnv]
                         variable name
                         variable value

readVariable             Path to vmx file     Read a variable in the VM state
                         [runtimeConfig|guestEnv]
                         variable name

VPROBE COMMANDS          PARAMETERS           DESCRIPTION
---------------          ----------           -----------
vprobeVersion            Path to vmx file     List VP version

vprobeLoad               Path to vmx file     Load VP script
                         'VP script text'

vprobeReset              Path to vmx file     Disable all vprobes

vprobeListProbes         Path to vmx file     List probes

vprobeListGlobals        Path to vmx file     List global variables

GENERAL COMMANDS         PARAMETERS           DESCRIPTION
----------------         ----------           -----------
list                                          List all running VMs

upgradevm                Path to vmx file     Upgrade VM file format, virtual hw

installtools             Path to vmx file     Install Tools in Guest

clone                    Path to vmx file     Create a copy of the VM
                         Path to destination vmx file
                         full|linked
                         [Snapshot name]

Examples:

Starting a virtual machine with Workstation on a Windows host
   vmrun -T ws start "c:\my VMs\myVM.vmx"

Stopping a virtual machine with Server on a <a href="http://www.vgrup.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a> host
   vmrun -T server -h https://myHost.com/sdk -u hostUser -p hostPassword stop "[storage1] vm/myVM.vmx"

Running a program in a virtual machine with Workstation on a Windows host with Windows guest
   vmrun -T ws -gu guestUser -gp guestPassword runProgramInGuest "c:\my VMs\myVM.vmx" "c:\Program Files\myProgram.exe"

Running a program in a virtual machine with Server on a <a href="http://www.vgrup.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a> host with <a href="http://www.vgrup.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a> guest
   vmrun -T server -h https://myHost.com/sdk -u hostUser -p hostPassword -gu guestUser -gp guestPassword runProgramInGuest "[storage1] vm/myVM.vmx" /usr/bin/X11/xclock -display :0

Creating a snapshot of a virtual machine with Workstation on a Windows host
   vmrun -T ws snapshot "c:\my VMs\myVM.vmx" mySnapshot

Reverting to a snapshot with Workstation on a Windows host
   vmrun -T ws revertToSnapshot "c:\my VMs\myVM.vmx" mySnapshot

Deleting a snapshot with Workstation on a Windows host
   vmrun -T ws deleteSnapshot "c:\my VMs\myVM.vmx" mySnapshot
</pre>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.vgrup.com/2010/01/25/komut-satirindan-vmware-calistirma/' addthis:title='komut satırından vmware çalıştırma'><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>
	Tags: <a href="http://www.vgrup.com/tag/nogui/" title="nogui" rel="tag">nogui</a>, <a href="http://www.vgrup.com/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.vgrup.com/tag/vmrun/" title="vmrun" rel="tag">vmrun</a>, <a href="http://www.vgrup.com/tag/vmware/" title="vmware" rel="tag">vmware</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.vgrup.com/2010/01/25/komut-satirindan-vmware-calistirma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not open /dev/vmmon: No such file or directory</title>
		<link>http://www.vgrup.com/2010/01/19/could-not-open-devvmmon-no-such-file-or-directory/</link>
		<comments>http://www.vgrup.com/2010/01/19/could-not-open-devvmmon-no-such-file-or-directory/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 23:48:25 +0000</pubDate>
		<dc:creator>Muhammed YÜRÜRDURMAZ</dc:creator>
				<category><![CDATA[Bilgi Ve Deneyim]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.vgrup.com/?p=139</guid>
		<description><![CDATA[linux üzerinde vmware bu hatayı veriyorsa vmware-modconfig --console --install-all komutu root hakları ile çalıştırdığınızda düzeliyor Kaynak : http://forums.opensuse.org/applications/412745-vmware-error-after-reboot.html &#8212;- Güncelleme Bu hataya sebep olan şey makina açılırken network erişiminin olmaması da olabilir, nadir de olsa karşılaşıyorum. &#8212;- Güncelleme 2 Sadece root kullanıcısı ile şu komutları da çalıştırabilirsiniz modprobe vmmon modprobe vmnet modprobe vmblock modprobe vmci [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vgrup.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a> üzerinde <a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a> bu hatayı veriyorsa</p>
<p><code>vmware-modconfig --console --install-all</code></p>
<p>komutu root hakları ile çalıştırdığınızda düzeliyor</p>
<p>Kaynak : <a href="http://forums.opensuse.org/applications/412745-vmware-error-after-reboot.html">http://forums.opensuse.org/applications/412745-vmware-error-after-reboot.html</a><br />
&#8212;-<br />
Güncelleme<br />
Bu hataya sebep olan şey makina açılırken network erişiminin olmaması da olabilir, nadir de olsa karşılaşıyorum.<br />
&#8212;-<br />
Güncelleme 2 <br />
Sadece root kullanıcısı ile şu komutları da çalıştırabilirsiniz </p>
<pre>
modprobe vmmon
modprobe vmnet
modprobe vmblock
modprobe  vmci
modprobe vsock
vmware-networks --start
</pre>
<p>bunları otomatik yükleyecek şekle getirebilirsiniz.</p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.vgrup.com/2010/01/19/could-not-open-devvmmon-no-such-file-or-directory/' addthis:title='Could not open /dev/vmmon: No such file or directory'><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>
	Tags: <a href="http://www.vgrup.com/tag/debian/" title="debian" rel="tag">debian</a>, <a href="http://www.vgrup.com/tag/squeeze/" title="squeeze" rel="tag">squeeze</a>, <a href="http://www.vgrup.com/tag/vmware/" title="vmware" rel="tag">vmware</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.vgrup.com/2010/01/19/could-not-open-devvmmon-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vmware fare problemi</title>
		<link>http://www.vgrup.com/2010/01/18/vmware-fare-problemi/</link>
		<comments>http://www.vgrup.com/2010/01/18/vmware-fare-problemi/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 21:00:00 +0000</pubDate>
		<dc:creator>Muhammed YÜRÜRDURMAZ</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.vgrup.com/?p=141</guid>
		<description><![CDATA[eğer linux üzerine vmware (6.5.3) kurduysanız ve içinden çalışan (guest) işletim sisteminin içinde fareyi alt tarafa çektiğinizde sorun çıkıyorsa, örneğin başlat menüsünü tıklayamıyorsanız muhtemelen gtk versiyonunuz 2.18 dir. bo surunu çözmenin bir yolu: Önce vmware i kapatın. (denedim sadece gui kapatılsa yetiyor guest işletim sistemlerini run in background ile açık bırakabilirsiniz.) /etc/vmware/bootstrap dosyasını açın. sonuna [...]]]></description>
			<content:encoded><![CDATA[<p>eğer <a href="http://www.vgrup.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a> üzerine <a href="http://www.vgrup.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a> (6.5.3) kurduysanız ve içinden çalışan (guest) işletim sisteminin içinde fareyi alt tarafa çektiğinizde sorun çıkıyorsa, örneğin başlat menüsünü tıklayamıyorsanız muhtemelen gtk versiyonunuz 2.18 dir. bo surunu çözmenin bir yolu:</p>
<p>
Önce vmware i kapatın. (denedim sadece gui kapatılsa yetiyor guest işletim sistemlerini run in background ile açık bırakabilirsiniz.)</p>
<p>
/etc/vmware/bootstrap</p>
<p>
dosyasını açın. sonuna yeni bir satır ekleyip şunu yazın</p>
<p>
export VMWARE_USE_SHIPPED_GTK=&#8221;force&#8221;</p>
<p>
kaydedip kapatın ve vmware i yeniden başlatın. vmware ekranı biraz kötü görünüyor ama çalışıyor.</p>
<p>
Kaynak : <a href="http://www.linuxinsight.com/vmware-mouse-grab-ungrab-problem.html">http://www.linuxinsight.com/vmware-mouse-grab-ungrab-problem.html</a></p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.vgrup.com/2010/01/18/vmware-fare-problemi/' addthis:title='vmware fare problemi'><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>
	Tags: <a href="http://www.vgrup.com/tag/debian/" title="debian" rel="tag">debian</a>, <a href="http://www.vgrup.com/tag/squeeze/" title="squeeze" rel="tag">squeeze</a>, <a href="http://www.vgrup.com/tag/vmware/" title="vmware" rel="tag">vmware</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.vgrup.com/2010/01/18/vmware-fare-problemi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

