Mengatasi masalah kernel header pada instalasi vmare tools ubuntu 10.10

>> Kamis, 02 Desember 2010


waktu melakukan instalasi vmware tools pada virtual host ubuntu 10.10 saya menemui error seperti di atas, "the directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match your running kernel". solusinya adalah:

1. install linux headers

apt-get install linux-headers-`uname-r`

2.install build essential

apt-get install build-essential
3. download open vm tools, disarankan versi terbaru

wget http://dfn.dl.sourceforge.net/sourceforge/open-vm-tools/open-vm-tools-2009.03.18-154848.tar.gz
tar xfz open-vm-tools-*.tar.gz
cd open-vm-tools-*/modules/linux
for i in *; do mv ${i} ${i}-only; tar -cf ${i}.tar ${i}-only; done

4. copy seluruh file tar yang sudah dibuat tadi ke folder vmware-tools-distrib/lib/modules/source/

5. install vmware tools seperti biasa

Read more...

Map Network Drive dari Windows 7 ke Samba Server

>> Senin, 18 Oktober 2010

Masalah muncul ketika saya mencoba melakukan mapping shared folder dari Windows 7 ke Samba Server yang sudah dijoinkan ke dalam Domain Controller Windows Server 2003. Error yang muncul adalah account locked terus menerus dan untuk mengatasinya adalah sebagai berikut :


Pada Windows 7 workstation buka Control Panel - Administrative Tools - Local Security Policy

edit:

Local Policies - Security Options

  • Network security: LAN Manager authentication level
    set value menjadi:
    Send LM & NTLM responses
  • Minimum session security for NTLM SSP
    set value menjadi : Disable Require 128-bit encryption

Read more...

Mengatasi Masalah Akses ke Samba Server dari Windows 7

>> Senin, 04 Januari 2010

Akses ke samba server cukup bermasalah ketika dicoba diakses dari Windows 7, dibilang unknown user or password yang diikuti dengan account locked. Untuk mengatasinya :

Masuk ke Control Panel - Administrative Tools - Local Security Policy

Local Policies - Security Options

Network security: LAN Manager authentication level set ke Send LM & NTLM responses

Network Security: Minimum session security for NTLM SSP hilangkan tanda centang pada Require 128-bit encryption

Voila..!! Akses ke samba server menjadi lancar

Read more...

  © Blogger templates Sunset by Ourblogtemplates.com 2008

Back to TOP