نمایش نتایج: از شماره 1 تا 4 , از مجموع 4

موضوع: Problem glibc VMware Server 2 on CentOS 5.4

  1. #1
    عضو جدید ParsDade آواتار ها
    تاریخ عضویت
    Jul 2009
    نوشته ها
    17
    تشکر تشکر کرده 
    21
    تشکر تشکر شده 
    45
    تشکر شده در
    33 پست

    24 Problem glibc VMware Server 2 on CentOS 5.4




    Step 1: Go to /etc/yum.repos.d and copy the file CentOS-Base.repo to CentOS53-Base.repo

    Step 2: In CentOS53-Base.repo, rename all the packages to reflect the 5.3 version. So, change:

    [base] --> [base53]
    [updates] --> [updates53]
    [addons] --> [addons53]
    [extras] --> [extras53]
    [centosplus] --> [centosplus53]
    [contrib] --> [contrib53]

    Step 3: In CentOS53-Base.repo, replace all instances of release=$releasever with release=5.3

    Step 4: Now, downgrade the glibc and glibc-common libraries by running the following commands:

    yum downgrade glibc glibc-common

    Step 5: To avoid any problems with future upgrades/updates, it would be best to exclude them from the list of available updates on yum. Add the following to your /etc/yum.conf file:

    exclude=glibc glibc-common glibc-devel glibc-headers glibc-utils nscd

    Step 6: Reboot the server, and now re-run /usr/bin/vmware-config.pl to reconfigure with downgraded glibc libraries.

    /usr/bin/vmware-config.pl

    Step 7: (Optional) Run the following command to make sure future upgrades/updates will not download the updated glibc* libraries.

    yum list glibc*

    Now, if you have other applications installed on CentOS, and you don’t want to worry about any issues with future use of glibc on your server, please follow the next method to manually link VMware hostd process to use the older glibc libraries.
    SOLUTION METHOD 2:

    (Make sure you are logged in as root for these steps)

    Step 1: Install the latest 2.0.2 VMware Server package and run the configuration. It will crash, but just ignore this for now.

    Step 2: Run the following command, and make note of the response.

    arch

    Step 3: Run the following commands, and replace any instance of {ARCH} with the result of Step 2:

    mkdir ~/vmwareglibc
    cd ~/vmwareglibc
    wget http://mirror.centos.org/centos/5.3/os/{ARCH}/CentOS/glibc-2.5-34.{ARCH}.rpm
    rpm2cpio glibc-2.5-34.{ARCH}.rpm | cpio -ivd
    mkdir /usr/lib/vmware/lib/libc.so.6
    mv lib64/libc-2.5.so /usr/lib/vmware/lib/libc.so.6/libc.so.6

    Step 4: Open the VMware hostd process script for editing.

    vim /usr/sbin/vmware-hostd

    Step 5: At line 372, before the program is called, insert two empty lines and add the following:

    export LD_LIBRARY_PATH=/usr/lib/vmware/lib/libc.so.6:$LD_LIBRARY_PATH

    Before Example:

    if [ ! "@@VMWARE_NO_MALLOC_CHECK@@" = 1 ]; then
    export MALLOC_CHECK_=2
    fi

    eval exec "$DEBUG_CMD" "$binary" "$@"

    After Example:

    if [ ! "@@VMWARE_NO_MALLOC_CHECK@@" = 1 ]; then
    export MALLOC_CHECK_=2
    fi

    export LD_LIBRARY_PATH=/usr/lib/vmware/lib/libc.so.6:$LD_LIBRARY_PATH

    eval exec "$DEBUG_CMD" "$binary" "$@"

    NOTE: In Step 3, the wget command may in the future be this as 5.3 repositories are taken off of the main CentOS Mirrors:

    wget http://vault.centos.org/5.3/os/{ARCH}/CentOS/glibc-2.5-34.{ARCH}.rpm

    Either method you use should get you the desired end result: VMware Server 2 running on CentOS 5.4

    Be sure to comment if this helped you. Thanks.
    -------------------------------------------------------------
    Mohammad Rasoul Kazemi
    Manager & Communications Officer| CEO
    ParsDade Advanced Technology Corporation

  2. تعداد تشکر ها ازParsDade به دلیل پست مفید


  3. # ADS




     

  4. #2
    عضو انجمن Domain آواتار ها
    تاریخ عضویت
    Aug 2009
    نوشته ها
    386
    تشکر تشکر کرده 
    9
    تشکر تشکر شده 
    420
    تشکر شده در
    303 پست

    پیش فرض پاسخ : Problem glibc VMware Server 2 on CentOS 5.4

    من برای اینکه به پایداری سیستم عامل سرور لطمه نخوره از Solution 2 استفاده کرده بودم که جواب داد:
    ^_^

    ▃ ▅ ▇ ▓ WebHostingTalk.ir ▓ ▇ ▅ ▃

  5. #3
    عضو جدید
    تاریخ عضویت
    Apr 2010
    نوشته ها
    14
    تشکر تشکر کرده 
    8
    تشکر تشکر شده 
    1
    تشکر شده در
    تشکر شده 1 بار در 1 پست

    پیش فرض پاسخ : Problem glibc VMware Server 2 on CentOS 5.4

    در step5 سلوشن دوم فایل ذخسره نمیشه چکار باید کرد؟؟

  6. #4
    عضو انجمن pishtazweb آواتار ها
    تاریخ عضویت
    Aug 2008
    نوشته ها
    122
    تشکر تشکر کرده 
    78
    تشکر تشکر شده 
    225
    تشکر شده در
    169 پست

    پیش فرض پاسخ : Problem glibc VMware Server 2 on CentOS 5.4

    نقل قول نوشته اصلی توسط onlyboy13 نمایش پست ها
    در step5 سلوشن دوم فایل ذخسره نمیشه چکار باید کرد؟؟
    دوست عزیز شما باید دسترسی این فایل را از 555 به دسترسی قابل نوشتن تغییر بدید(در حالت عادی 555 است)که بهتر است به 755 تغییر کند

اطلاعات موضوع

کاربرانی که در حال مشاهده این موضوع هستند

در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)

موضوعات مشابه

  1. پاسخ ها: 3
    آخرين نوشته: June 18th, 2015, 17:22
  2. مشکل پینگ در سرور و قطعی کامل Ping Problem Centos7 server
    توسط absoonoo در انجمن سوالات و مشکلات
    پاسخ ها: 0
    آخرين نوشته: November 24th, 2014, 20:05
  3. ارور [ipcheck] Problem with DNS setup on server
    توسط hristo در انجمن سی پنل CPanel
    پاسخ ها: 3
    آخرين نوشته: April 29th, 2013, 19:28
  4. پاسخ ها: 6
    آخرين نوشته: October 2nd, 2011, 18:34
  5. آموزش : نصب vmware server 2.x روی centos 5.2 64bit
    توسط Roka در انجمن وی ام ور VMware
    پاسخ ها: 22
    آخرين نوشته: July 24th, 2010, 20:29

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •