VMware Cloud Community
mintra
Contributor
Contributor

Install converter on Fedora 10 timestamp error

Hi

I am trying to install VMware-converter-4.0.0 onto Fedora 10.

When I try to install the server I get by running ./vmware-install.pl

I get the following output towards the end of the install

Generating SSL Server Certificate Unable to get the last modification timestamp of the destination file /etc/vmware-converter/ssl/rui.key. Execution aborted.

I cant find anything in the forum or from a google. Any help would be appreciated.

Reply
0 Kudos
11 Replies
admin
Immortal
Immortal

Is your Fedora 10 64bit?

Reply
0 Kudos
platinumriver
Contributor
Contributor

Is it not supported on 64bit? I am getting the same message on Ubuntu 8.10 64 bit.

I am running "Linux xxxxxxxxxx 2.6.27-11-generic #1 SMP Wed Apr 1 20:53:41 UTC 2009 x86_64 GNU/Linux"

The message is:

Please wait while copying VMware vCenter Converter Standalone files...
Generating SSL Server Certificate
Unable to get the last modification timestamp of the destination file
/etc/vmware-converter/ssl/rui.key.
Execution aborted.

Reply
0 Kudos
vmweathers
Expert
Expert

It's not supported on Fedora, period. (See the release notes and user guide)

However, if you can run 32-bit binaries on your Fedora system, then you might be able to install Converter. We've seen that same error message on supported 64-bit distros that do not have their 32-bit binary support installed.

(If your question has been resolved please mark the answers as "Helpful" or "Correct".)

(If your question has been resolved please mark the answers as "Helpful" or "Correct".)
Reply
0 Kudos
mintra
Contributor
Contributor

Hi I made it work, I needed to install some addtional stuff that I found after searching for the eror message, I did not make notes so I am suffering now that I want to install it on Fedora 11.

On the support issue I beg to differ it is fully supported, using the self support method, next time I will make a note of the fix, I will try it on fedora 11 and yes i am going for the 64 bit version.

Reply
0 Kudos
SirToby
Contributor
Contributor

Hello I ran into the same issue on ubuntu 9.04 server and solved it with the following commands:

sudo mkdir -p /etc/vmware-converter/ssl

sudo touch /etc/vmware-converter/ssl/rui.crt

sudo touch /etc/vmware-converter/ssl/rui.key

Then I repeated the install.pl

Hope that helps, somebody.

Reply
0 Kudos
SirToby
Contributor
Contributor

Oh, had another issue shortly later:

I did it following this descriptionon a freshly installed Ubuntu Server 9.04 with LAMP. (if so, don't use the Ports 80 and 443 but 8080 and 444 instead, as mentioned in the link above)

Finally, I installed the Converter 4.0.1 on my Windows machine and tried to convert the remote ubuntu server

Issue: the converter stated that the username I used as root substitute "was not member of the root group"

solution:

sudo passwd root

(enter password for root)

disable root user later with

sudo passwd -l root

Reply
0 Kudos
admin
Immortal
Immortal

This just worked on my ubuntu x64 9.x. Thanks SirToby.

Reply
0 Kudos
mbx369
Enthusiast
Enthusiast

Hi Sir Toby,
Turns out this also worked for my RHEL 🙂 ~~~~~ To Live Is To Die ~~~~~
Please awards points if this was useful. :) ~~~~~ To Live Is To Die ~~~~~ VCP3/4/5
Reply
0 Kudos
estranged
Contributor
Contributor

Toby, you are my hero ! ! ! !

This solution applies to CentOS 5.2

That is the distro I am using.

Reply
0 Kudos
pbr
Contributor
Contributor

Outstanding fix!

I recommend VMware add these steps to their installer and re-release it.

There's no reason for everyone to have to find out why their installs failed here in this forum and have to fix things by hand.

Reply
0 Kudos
zarehz
Contributor
Contributor

Thanks a lot for the post.

I had the same problem on Ubuntu 10.04 64bit and this solutions worked for me.

Thanks again.

Reply
0 Kudos