Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
dont let the post die.. first let's solve the iweb problem plz
1 Attachment(s)
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
my server is not starting on vmware :|
i dont know what to do
i made a print screen
this thing keeps going and going and going forever..
what can i do ?
or if any 1 would like to connect to my vmware server and make the settings please pm me
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
sorry for ask without search first
how change XP rate and money rate?
thanks
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
ive got the right client, but it wants to update i changed the sverlist.txt to LocalHost 29000:192.168.0.51 11
so i used zone alarm to block its update server access. i can start the client but in the ping place on local host server listing i got ---- ---- no pings and the http://192.168.0.51/register/ in web browser will not connect to the server.
so far i can get the server running in your vm set up but cannot connect to it via registering or anything for that matter. ive read most all posts here and used search with no success on solving this for me.
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Code:
so i used zone alarm to block its update server access.
rofl... there is a simple way to block this.
Go in your client folder (i.e: C:/Program Files/Perfect World/patcher/server)
Then edit the file 'updateserver.txt', delete all data and copy/paste this new data,
Code:
"patch" "http://localhost/CPW/"
Save it and it's done! The patcher will never try to connect on official server after this :]
and rofl again...
You must need to configure the gamesys.conf in the glinkd folder too,
Code:
nano /PWServer/glinkd/gamesys.conf
Code:
[GLinkServer1]
type = tcp
port = 29000
address = Server's IP (i.e: 192.168.0.51)
so_sndbuf = 12288
so_rcvbuf = 12288
ibuffermax = 16384
obuffermax = 65536
tcp_nodelay = 0
listen_backlog = 10
accumulate = 131072
max_users = 3000
halflogin_users = 6000
sender_interval = 200000
accumu_packets = 32768
mtrace = /tmp/m_trace.link
compress = 0
close_discard = 1
urgency_support = 1
version = 10301 (check here to be sure that the version is 10301 if not you must write it and save the file)
Atfer edit your file, press CTRL+X, (Y) and finally ENTER :P:
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
yea i got that just like you say... yet i cannot connect via http://192.168.0.51/register/
or
http://192.168.0.51/phpmyadmin
Do i need to change my computers lan connection ip im using a router but i have disconnected it and still has this problem. BTW im using a static ip (tcp/ip config) maybe this is the issue?
Netstat -n image on main pc + vm
http://i555.photobucket.com/albums/jj461/erndog/th_sigh.jpg
This part is correct from start but i checked it to make sure...
type = tcp
port = 29000
address = 192.168.0.51
so_sndbuf = 12288
so_rcvbuf = 12288
ibuffermax = 16384
obuffermax = 65536
tcp_nodelay = 0
listen_backlog = 10
accumulate = 131072
max_users = 3000
halflogin_users = 6000
sender_interval = 200000
accumu_packets = 32768
mtrace = /tmp/m_trace.link
compress = 0
close_discard = 1
urgency_support = 1
version = 10301
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
i think there is a mistake in your vmware network configuration.
try to type,
And see if the vm can ping google...
If not... then check your vmware network configuration and interfaces.
Note: The vm must be adapted to your network and not your network to be adapted for the vm...
vm = slave
your network = master
:ott1:
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
lol im kinda a newbie but i dont understand what phpmyadmin is, so confusing everyones saying login as root and use phpmyadmin i have vm ware and im kinda confused, should i download it or something?
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
phpmyadmin is a php based interface for manage a mysql server.
and you don't need to download anything if you are using the beastie's vm image because pma is already in the package.
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Good call Romulan. No net work status:<:
cant ping any thing... I've tried about all the settings I can find here if you got any ideas layem on me.
I've tried most all VM settings that i can find. and VMware Network Adapter VMnet1 and 8's Properties have VMware Bridge Protocol unchecked. I've tried that to but what you say makes since. The VMware needs to adapt to the host. so I assume the problem is in the VM settings.
possible that it is in the Ubunta OS's net work settings/if so how would i go about checking that.(this=the first time ive ever used this os:grr:)
Any suggestions feel free to lay it on me.
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Well...
The VM must bridged on your network interface (the one you are using to go on internet)
Then use the command
Code:
nano /etc/network/interfaces
. It will display you some data like this:
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.51
gateway 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
Little note on networking:
Check your network configuration (ip for router, your ip and other ip on your network).
Then adapt the VM to this configurations.
address = the ip of the VM. THE IP DON'T BE ALREADY EXIST ON YOUR NETWORK!
gateway = the ip of your router
netmask = commonly 255.255.255.0
network = if your IP is 192.168.1.101 your network is 192.168.1.0
broadcast = same for the network ip but it should be 255
After editing all lines and saved the files,
Code:
/etc/init.d/networking restart
Then use the ip you have entered for the "address" in serverlist.txt (in client folder) to get connected on your server.
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
my brain will explode if I try to get this net config lol...
Im tying to convert beastie's VM file from .VMDK to .VHD so i can use it on MSVM07 witch i can use with ease. so far no luck the os dont boot after conversion:thumbdown:
any one has ever done this with a .VMDK plz tell me the tool you used.
Looks like my brain will explode cuz ill have to figure out this net problem.......................:<:
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
romulan xD the server stuff really changed i opened my server a while back on my old pc but now i have this new pc 3 gb ram simple pc now really.
now on my new one im having loads of trouble even with beasties server base, couldnt find the problem on my own, wouldnt it be easier for people to just give you guys remote access to solve the problem?
i would xD m ip is forwarded and im pretty much set to run this server for a few players. really just for the fun of it.
ive been thinking maybe the reason why i cant connect to it is because the way i have VM ware set up any special things i should do to my vm ware if i want this server to run? or does it set itself up. i can screen some of my settings.
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
ok maybe this my problem in the fixes description where it tells a fix like this:
* eth0 doesn't start
Edit the following file by typing this..
Code:
nano /etc/udev/rules.d/70-persistent-net.rules
and change the line
Code:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:68:9e:a3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
Code:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
and remove any line concerning eth1, once done, save and reboot server
could this b my connection problem I did the fix but im confused on the fix. maybe im doing it wrong.
i have changed this line according to the TUT
# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net",ACTION=="add", DRIVERS=="?*" ATTR{type}=="1",KERNEL=="eth"$"eth*", NAME="eth0"
and deleted the next line and this part of that line as well in attempt to get net going # PCI device 0x1022:0x2000 (pcnet32)
maybe i should leave this part ?
Sorry this is first time using Ubuntu or any form of Linux.
I upgraded to VMware Workstation 7.0 cuz its got a net work config wiz. it should have connection it auto configs the ip's for me and its on bridged. im next to installing a windows xp on it to c if its got internet. im pritty sure it would.