Tuesday, July 7, 2009

VMware Server and Fedora Core 11, Part 4

At this point, I have been happily able to run existing VMs.

However, I went to create a new VM today, and my connection to local host dropped immediately.

I went to examine my log files (/var/log/vmware) and found the following core dump:

Jul 07 10:13:41: | VMHSWorkerMain done : thread id = 6737
Jul 07 10:13:41: | Caught signal 6 -- pid 6737
Jul 07 10:13:41: | SIGNAL: eip 0xf7f71430 esp 0xf7bfac4c ebp 0xf7bfac64
Jul 07 10:13:41: | SIGNAL: eax 0x0 ebx 0x1a51 ecx 0x1a52 edx 0x6 esi 0x3b edi 0x5c3ff4
Jul 07 10:13:41: | SIGNAL: stack 0xf7bfac4c : 0xf7bfac64 0x00000006 0x00001a52 0x004817c1
Jul 07 10:13:41: | SIGNAL: stack 0xf7bfac5c : 0x005c3ff4 0xf7bfad84 0xf7bfad8c 0x00483092
Jul 07 10:13:41: | SIGNAL: stack 0xf7bfac6c : 0x00000006 0xf7bfad04 0x00000000 0x005c3ff4
Jul 07 10:13:41: | SIGNAL: stack 0xf7bfac7c : 0x00000001 0xf7bfac98 0x00000000 0xf79007f0
Jul 07 10:13:41: | SIGNAL: stack 0xf7bfac8c : 0x00000000 0xf7900010 0x00000018 0x00020000
Jul 07 10:13:41: | SIGNAL: stack 0xf7bfac9c : 0x00000001 0x00001000 0x00000000 0xffffffc8
Jul 07 10:13:41: | SIGNAL: stack 0xf7bfacac : 0x00530163 0xf7900010 0x005c5ec0 0x0000006e
Jul 07 10:13:41: | SIGNAL: stack 0xf7bfacbc : 0x005c76a8 0xf7900010 0x00020a60 0x005c3ff4
Jul 07 10:13:41: | Backtrace:
Jul 07 10:13:41: | Backtrace[0] 0xf7bfa688 eip 0x80c9d62
Jul 07 10:13:41: | Backtrace[1] 0xf7bfa6f8 eip 0x80c9fdb
Jul 07 10:13:41: | Backtrace[2] 0xf7bfac64 eip 0xf7f71400
Jul 07 10:13:41: | Backtrace[3] 0xf7bfad8c eip 0x483092
Jul 07 10:13:41: | Backtrace[4] 0xf7bfb2f8 eip 0x4bfdad
Jul 07 10:13:41: | Backtrace[5] 0xf7bfb318 eip 0x4bfed4
Jul 07 10:13:41: | Backtrace[6] 0xf7bfb33c eip 0x61ecaa
Jul 07 10:13:41: | Backtrace[7] 0xf7bfb354 eip 0x61ed4d
Jul 07 10:13:41: | Backtrace[8] 0xf7bfb370 eip 0x61c788
Jul 07 10:13:41: | Backtrace[9] 0xf7bfb378 eip 0x616850
Jul 07 10:13:41: | Backtrace[10] 0xf7bfb398 eip 0x81e378c
Jul 07 10:13:41: | Backtrace[11] 0xf7bfb498 eip 0x615935
Jul 07 10:13:41: | Backtrace[12] 00000000 eip 0x53482e
Jul 07 10:13:41: | Your core dump size limit is 51200 kb.
Jul 07 10:13:41: | Attempting to dump core ...
Jul 07 10:13:41: | VMServerd Panic: Exiting on unexpected signal.

I did a bit of research and found out that I needed the 32-bit version of libgcc (I already had the 64-bit version, but that was not sufficient).

Ran the following command:

yum install libgcc.i586

And now I am able to create new VMs.

1 comment:

  1. SWEET. I've been looking for a working solution for any VMware and Fedora 11 x86_64!

    ReplyDelete