Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Friday, February 22, 2013

vmware errror on fedora

use command below if you get error kernel hearders version were not found when running vmware (of course you've installed kernel-devel..) 
cp /usr/include/linux/version.h /lib/modules/3.7.2-204.fc18.x86_64/build/include/linux/
 
update patch for kernel 3.8.x
http://communities.vmware.com/thread/432897 

Tuesday, January 22, 2013

i18n and variable error on updating

when you update drupal, if you get these errors
Variable store (7.x-2.x) (incompatible with version 7.x-1.2)
Variable realm (7.x-2.x) (incompatible with version 7.x-1.2)

try to remove 2 directory i18n and variable in /site/default/modules/
then upload 2  older version of i18n and variable first (i18n ver 7.x.1.5 and variable ver 7.x.1.2
run update.php

if it run successfully, upload your new i18n and variable modules (i18n ver 7.1.8 and variable ver 7.x.2.1 for example) to site/default/modules then run update again. it should be done!

Monday, December 24, 2012

Install Fedora 17 x64 and Vmware

After getting new computer with 4g ram, i try to install new fedora 17 64bit. Here are some notes when I got durring the setup
1- Create live usb for fedora: and you will get message ERROR 15: FILE NOT FOUND...
Solution: Go to BOOT folder in your live usb (if you make live usb with livesub-creator or with unetbootin, this folder should be different), change content of bootx64.cfg like:
+ Remove findiso line
+ change LABEL to LIVE (this makes sure you can run live fedora without reporting error: can not process initqueue or something like that..)

2- When you can run live fedora and try to install it to your hard disk. In create partition step, if you get error like:" ..must have one disklabel types: gpt". This error is caused becuase you live usb is booted in UEFI mode. You can change this to BIOS boot by going to BOOT folder in usb stick and delete *.efi file.At least, this works for me

3- Installing VMWare:
- Download it from vmware.com
- chmod +x it
- yum update
- yum install kernel-headers kernel-devel gcc make
- run as root

4- When start VMware, if it requires kernel headers 3.3.4-5.fc17, you need to install default kernel devel instead of newest kernel by typing:
yum install kernel-devel-`uname -r`