Hello, I would request the assistance or collaboration of the most experienced, the truth is I would like to request the creation of a guide (a guide to server), applied to Ubuntu Server v11.10, I want to try a perfect world server on a machine virtual (Virtual Box) with Ubuntu Server base system, I would like to know what tools I need, installation and configuration process for each application, please I need help to realize this task, I am a novice user with basic knowledge any way to call it I am self taught and I learn very fast, in return, proves and finds every indication that I suggest and publishes the results in the forum, and in appreciation Create a guide in Spanish and one in English, according to gain experience working on it, of Thanks before hand. :flame:
NOTE: it is noteworthy that I have been testing some of the published guidelines, but I really need something more specific to be applied to my ubuntu server base system.:noidea:
actually try to apply the guide you have in your signature, this guide is applied to debian and use it to try to run ubuntu server perfect world, which in theory should be almost the same, maybe you can help me in some way review the steps one by one to check if I'm doing something wrong ???...
Originally Posted by fgru
lol - try search ...
The truth is that eh sought, and this is the only place where there is information and benchmark guides perfect world, but there are guidelines complicate me, since I'm new to ubuntu server, then the idea is to appeal to the goodwill of some users who would like to help and can guide me to get to run the server perfect world.
Note: sorry if my English is bad, I'm using google translator, I hope ancioso the positive response of some experiments, greetings!
Last edited by xtreme86; 06-12-11 at 01:01 PM.
Reason: response correction
The guide uses Vmware but installing it in Virtualbox is practically the same. It also used Ubuntu.
-Install Virtualbox
-Create a new machine.
-Set the network mode to host-only, bridged, nat, whatever you prefer
-Install Ubuntu as in the guide.
-Follow the rest of the guide.
Its as simple as that.
It would be easier for us to help you if you follow the guide and tell us where you get stuck rather than someone writing a whole new guide when there are perfectly good guides already available.
Yes, my package / 'release' and 'guide' are meant for any type of set up or installation. Granted the video I recorded was from VMware, my package can be installed and or used on any configuration, including but not limited to VMware, VBOX, or even a stand-alone physical machine! It's up to you what, where, how, and when you install it (on)
The guide uses Vmware but installing it in Virtualbox is practically the same. It also used Ubuntu.
-Install Virtualbox
-Create a new machine.
-Set the network mode to host-only, bridged, nat, whatever you prefer
-Install Ubuntu as in the guide.
-Follow the rest of the guide.
Its as simple as that.
It would be easier for us to help you if you follow the guide and tell us where you get stuck rather than someone writing a whole new guide when there are perfectly good guides already available.
-Install Virtualbox (Install OK...Oracle VirtualBOx v4.0.8 r71778)
-Create a new machine. (new machine "PW_Ubuntu_Server" OS Linux, distribution Ubuntu Server v11.04)
-Set the network mode to host-only, bridged, nat, whatever you prefer ("connected to the bridge adapter" Adapter: MAC Bridge Miniport)
-Install Ubuntu as in the guide. (downloading the following packages: Server: server_root.part1.rar (538.14 MB), server_root.part2.rar (538.14 MB)
-Follow the rest of the guide. (in progress)
NOTE: I'm trying to apply the guidance in question, in my virtual installation of ubuntu server v11.04, I am currently reviewing the downloaded packages ...
Originally Posted by 343
Yes, my package / 'release' and 'guide' are meant for any type of set up or installation. Granted the video I recorded was from VMware, my package can be installed and or used on any configuration, including but not limited to VMware, VBOX, or even a stand-alone physical machine! It's up to you what, where, how, and when you install it (on)
The following packages contain only ???..., server files do not come with preloaded OS ???... to download and we apply the second step of the installation guide mentioned in your
example:
mount / dev / cdrom / cdrom
cd / cdrom
cp-Rv * /
You must retrieve the ISO from the RARs (use WinRAR or equivalent)...
This file contained only files for the server of perfect world or also is with an operating system preinstalled???...
Download the package, ride the virtual optical drive and use the command "cp-Rv * /", this command is supposed to copy everything from the cd the system and replace existing files ???.....
publishes a screenshot showing what I get! :
In this screenshot you can see, what throws me ubuntu server console, after typing the command "cp-Rv * /"
Means that this copying and replacing the files from the CD drive for ???...
Correct, and let the barrage of //facepalms fly in because you're using GUI-OMG
Ok, I'll do it for everyone, here is a facepalm from and on the behalf of everyone on my F/L:
Do yourself a flavor, get Ubuntu 10.04 LTS ** SERVER EDITION **
I have more, just not on here I was only speaking on behalf of people that are actually on my FL here. If I had put one for every person I knew - OMG that would be at least a thousand...
The *.iso files do not contain the OS you have to download and install Ubuntu yourself.
Yes the 'cp -Rv * /' command copies the files from the *.iso to the OS.
Do yourself a favor and use Ubuntu Server and not Ubuntu Desktop. Download | Ubuntu
Probably best to get the LTS version.
*this is ubuntu server, I install it so particular graphical environment.
Originally Posted by das7002
I should do command explanations for everything in 343's guide just so I can go THIS IS WHAT IT DOES YOU IDIOTS<---I'll take this comment with humor and without offense =)
thanks for your explanation, I make clear that I am new to this, but I learn fast! =)
When I see people posting with questions HOW to make a server, when theres a fucking tutorial section makes me want to slam my head into a wall.
SEARCH DAMN IT.
We all did, how fucking hard is it?
NOTE: das you make me laugh all the time, LOL. They reallyyyyyyy don't know sometimes and you erm, "shed light" on it LOL.
-walks away giggling and laughing-
please friend, the idea is to make a controversy of a help topic well! ... nobody is forced to respond to this issue and ideally that only those who want to contribute to help answer only, please do not make their emotional releases with my post ...
Note: actually look in the tutorials section is why my post is one of the guides the user "343" ... case of a server up with the guide in question, however grateful to the community and helping those who may need it, also will post a detailed guide my procedure to lift the server so that you can serve others. Greetings!
if you've installed Ubuntu (or any other flavor of Linux that may actually 'disable' the root account) you need to first log in as the 'normal user' that you created during installation and 'activate' the root account by doing the following
Code:
sudo passwd root
the rest of these steps should be performed as 'root'
-- Mount server ISO (or physical disc), and copy all to system root <--- OK
Spoiler:
example:
mount /dev/cdrom /cdrom
cd /cdrom
cp -Rv * /
-- IF you are running a 64-bit version of Linux -- install ia32-libs <---omitted, use 32-bit version (Ubuntu Server)
Spoiler:
cd /root/ia32-libs
./install.sh
or
apt-get install ia32-libs
-- Install xampp/lampp, and database <---first problem!!!
Code:
cd /root/notes
./setup.sh <---Here is where the first problem, to execute this sentence, throws me error "Permission Denied".
to this error to be ???...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this is what the file contains start.sh, when running this script, I throw permission denied error again, and when I try to assign execution permissions with the command chmod + x start.sh # Allow execution, tells me that the file does not exist, then what is the root directory of these files ...????
These files should have been copied from the cd to your server earlier. You should not be trying to run the scripts from the cd. Also the cd is non writable so you can't change the permission on the actual disc itself
These files should have been copied from the cd to your server earlier. You should not be trying to run the scripts from the cd. Also the cd is non writable so you can't change the permission on the actual disc itself
this statement is executed correctly, the problem is with the following ...
-- Install xampp/lampp, and database This was installed correctly and without any problem ...
Code:
cd /root/notes
./setup.sh
-- After the system reboots you are all set to start the server (logged in as 'root') this is the problem...
Code:
cd /root
./start.sh
as previously postie throws me permission denied error, which is now its board Nose, by logic should be cd ...??? or should refer to files that were copied to the operating system
this is what the file contains start.sh, when running this script, I throw permission denied error again, and when I try to assign execution permissions with the command chmod + x start.sh # Allow execution, tells me that the file does not exist, then what is the root directory of these files ...????
Please help!
Your problem is shown in this screenshot right? If so then my above post applies to it.
cd = change directory in this case.
So the command
Code:
cd /root/notes #This changes the directory to "/root/notes"
./setup.sh #This runs the setup.sh script
So try the command exactly as it is. If you get a permission denied error fix like you did before.
Your problem is shown in this screenshot right? If so then my above post applies to it.
cd = change directory in this case.
So the command
Code:
cd /root/notes #This changes the directory to "/root/notes"
./setup.sh #This runs the setup.sh script
So try the command exactly as it is. If you get a permission denied error fix like you did before.
not seem to express myself well, excuse my English is bad, I use the google translator, what you telling me now is done the problem is with the file "start.sh" and not with the "setup.sh" the setup is properly installed, and the "start.sh" also runs, but this last execution calls to other "* files.sh" that would be these:
now when I execute permissions applied individually on each of these files throws me a message "The file does not exist then there ".... my question to know the directory where these files to apply permissions on the road full ...
Yeah I see now, you are trying to run start.sh not setup.sh
But in that image you are trying to run "start.sh" directly from the CD. This wont work. You need to run start.sh from the root directory on the server itself and not the CD.
Which would be
Code:
cd /root
./start.sh
Which is exactly whats in the guide.
If you run from the root directory and not the CD it should find those files.