SID-00372: Can't access http://twiki-vm/, need your kind help
| Status: |
Unanswered |
TWiki version: |
4.3.1 |
Perl version: |
|
| Category: |
CategoryInstallation |
Server OS: |
Fedora-11-i686-Live.iso |
Last update: |
16 years ago |
Please kindly help me with next problem. Excume me for my bad English.
I was trying to install Twiki following this text -
http://twiki.org/cgi-bin/view/Codev/TWikiVMDebianStable
.
I proceeded step 1 and 2.
1. Download and install the VMware Player (from
http://www.vmware.com/products/player/
)
2. Download the TWiki VM package and unzip it to somewhere like c:\twiki. Download locations:
(I downloaded latest version of TWiki, 4.3.1)
But I couldn`t proceed step 3.
3. Start VMware Player and point it to the TWiki VM package ( .vmx file from the unzipped package)
The reason that there is no any .vmx file in my unzipped directory (I searched several times)
After I understand that I did next.
Created .vmx file (please find it at the bottom of my message)
Downloaded Fedora`s .iso image. Putted it to VMware folder.
Pointed VMware to Fedora's .iso image.
Now I can lounch Fedora with VMware Player, but I still can`t access
http://twiki-vm/
or
http://IPaddressWhichIknewWithIpconfigInWindowsOrIpAddrShowInLinux/
I guess, I am one step from using TWiki but I don`t know what kind of step is it.
I would like very appriciate for your advices. Thank you in advance.
--
TWikiGuest - 2009-06-17
Discussion and Answer
.VMX file
#!/usr/bin/vmplayer
.encoding = "Shift_JIS"
# Filename: My_Virtual_Machine.vmx
# Generated 2009-06-17;08:48:43 by EasyVMX!
# http://www.easyvmx.com
# This is a Workstation 5 or 5.5 config file
# It can be used with Player
config.version = "8"
virtualHW.version = "4"
# Selected operating system for your virtual machine
guestOS = "linux"
# displayName is your own name for the virtual machine
displayName = "My_Virtual_Machine"
# These fields are free text description fields
guestinfo.vmware.product.class = "virtual machine"
# Number of virtual CPUs. Your virtual machine will not
# work if this number is higher than the number of your physical CPUs
numvcpus = "1"
# Memory size and other memory settings
memsize = "320"
MemAllowAutoScaleDown = "FALSE"
MemTrimRate = "-1"
# Unique ID for the virtual machine will be created
uuid.action = "create"
# Remind to install VMware Tools
# This setting has no effect in VMware Player
tools.remindInstall = "FALSE"
# Startup hints interfers with automatic startup of a virtual machine
# This setting has no effect in VMware Player
hints.hideAll = "TRUE"
# Enable time synchronization between computer
# and virtual machine
tools.syncTime = "TRUE"
# USB settings
# This config activates USB
usb.present = "TRUE"
usb.generic.autoconnect = "FALSE"
# First serial port, physical COM1 is available
serial0.present = "TRUE"
serial0.fileName = "Auto Detect"
serial0.autodetect = "TRUE"
serial0.hardwareFlowControl = "TRUE"
# Optional second serial port, physical COM2 is not available
serial1.present = "FALSE"
# First parallell port, physical LPT1 is available
parallel0.present = "TRUE"
parallel0.fileName = "Auto Detect"
parallel0.autodetect = "TRUE"
parallel0.bidirectional = "TRUE"
# Sound settings
sound.present = "TRUE"
sound.virtualdev = "es1371"
# Logging
# This config activates logging, and keeps last log
logging = "TRUE"
log.fileName = "My_Virtual_Machine.log"
log.append = "TRUE"
log.keepOld = "3"
# These settings decides interaction between your
# computer and the virtual machine
isolation.tools.hgfs.disable = "FALSE"
isolation.tools.dnd.disable = "FALSE"
isolation.tools.copy.enable = "TRUE"
isolation.tools.paste.enabled = "TRUE"
# First network interface card
ethernet0.present = "TRUE"
ethernet0.virtualDev = "vlance"
ethernet0.connectionType = "nat"
ethernet0.addressType = "generated"
ethernet0.generatedAddressOffset = "0"
# Settings for physical floppy drive
floppy0.present = "FALSE"
# Settings for physical CDROM drive
ide1:0.present = "TRUE"
ide1:0.deviceType = "cdrom-image"
ide1:0.startConnected = "TRUE"
ide1:0.fileName = "C:\Program Files\VMware\VMware Player\Fedora-11-i686-Live.iso"
ide1:0.autodetect = "TRUE"
# LsiLogic SCSI card
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
# First SCSI disk image, size 500Mb
scsi0:0.present = "TRUE"
scsi0:0.fileName = "My_Virtual_Machine.vmdk"
scsi0:0.mode = "persistent"
scsi0:0.startConnected = "TRUE"
scsi0:0.writeThrough = "TRUE"
# END OF EasyVMX! CONFIG
extendedConfigFile = "My_Virtual_Machine.vmxf"
virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"
checkpoint.vmState = "My_Virtual_Machine.vmss"
ethernet0.generatedAddress = "00:0c:29:b7:7b:48"
uuid.location = "56 4d 2c 85 62 39 ad be-b0 1c 68 5c e7 b7 7b 48"
uuid.bios = "56 4d 2c 85 62 39 ad be-b0 1c 68 5c e7 b7 7b 48"
scsi0:0.redo = ""
vmotion.checkpointFBSize = "16777216"
--
TWikiGuest - 2009-06-17
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2009-08-12
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.