Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Quote:
Originally Posted by
insane007
can i login with the my 1.3.9 client?
if no wich client works?
1.3.1 Patched using file PW-EN-MY-Patch12-13.cup and then replace the gshop.data with the one in the archive data.rar..
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Quote:
Originally Posted by
llMaXll
I get this error O.O
its if its not detecting the eth0 network device itself.. I gonna look into this, it is a VMWare issue im sure :blink:
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
I know this is gonna sound crazy but try disabling the 2 virtual network adapters in windows created by vmware (VMnet1 and VMnet8) and restart the image..
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Ok hope you find it, just some info for you.
I uninstalled vwmare an restarted then reinstalled it.. re-unpacked your image then shut down all pc's an router for 10min then fired it all back up an got same problem..
Really hope you get back to me
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
can u try typing in this..
Code:
find /sys -iname *eth*
1 Attachment(s)
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
There you go.. hope it helps..
Please note im newbie with linux :)
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
You dont have to turn off routers etc.. its the VMware image that has to be restarted but..
I think I've got it, its to do with mac addresses..
in the directory /etc/udev/rules.d/ there is a file called 70-persistent-net.rules
edit the file so it changes from this..
Code:
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.
# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:68:9e:a3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
to this..
Code:
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.
# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
then reboot the image..
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
i have followed your story about u two and i have the same asIIMaxII
i will help u guys 3 persons know more then 2
1 Attachment(s)
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Ok i have two O.O one line for eth0 an one for eth1
Do i delete the hole eth1 line an edit the eth0 line like you put..so all i have is 1 line with eth0 an no attr address
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
in 1 word, yes (keeps fingers crossed :wink:)
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
how can i edit that file?
sorry im noob
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
log in as root
nano /etc/udev/rules.d/70-persistent-net.rules
1 Attachment(s)
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
fixed.
now just to get the server to work O.O lol thx
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
yay, now I'm off for a beer, lol :ott1:
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
did u edit some windows network adapter from vmware or only this little file?