Page 1 of 6

Installing the Arch server

Posted: 29 Sep 2010, 23:03
by viking60
I have this laptop that is fine but the letter "s" does not work so I decided to use it for the Arch server.
http://docs.archserver.org/

Since I de-installed Mandriva on it and want to keep Vista, I managed to royally fubar my grub, so nothing would boot at all.
Reinstalling was impossible too :evil: I just got "there is an error" so I had a useless box at my hand. The solution was a Mandriva free usb pen. It has the repair functions but even that would not fix my grub. But It easily reinstalled the Windows boot.
That is where I am at now, I will let you know..................
Oh yes you might wonder how I can set up Arch without an "s" on my keyboard - That is the easy one:
I just hit ALT and punch 115 then I let ALT go and the "s" is on the screen.
The problem with dual boot these days is that Windows comes with several primary partitions. Since there is a maximum of four, there are not enough primary partitions left for Linux.
I just got to many primary partitions so I removed Windows +1
Auto partitioning went fine.
Installing the software now. All of base and a bit of base-devel. No problems.
Configuring... Seems okay.
Time to reboot :pray:
:dance: The testing can begin.
Got the repositories set in /etc/pacman.conf and downloading the meta-package "base" It sure is a lot of software :D
Ok got ssh running so I can remote control the lap. I now have the server set up so what can I do with it? I decided to make it a LAMP server.
LAMP= Linux Apache Mysql PHP (or Perl or Python or all of them :) )

That is a lot to install. Got apache, php, and mysql installed now and want to test it with phpmyadmin. PHPmyadmin was in the server repos - that is nice - Centos does not have it in their standard repos.
To do that I need to configure mysql:
Start the deamon

Code: Select all

sudo /etc/rc.d/mysqld start

And then I need to configure Mysql like this:

Code: Select all

sudo /usr/bin/mysql_secure_installation

Hit enter on the first prompt because you have no password yet. Then answer Yes and provide a password for the mysql root user (That has nothing to do with the Linux root user - remember that!)
After that you can safely answer "Y" to any question.
And then I needed to download some PHP and the Archserver site was down -including the repos! :coffee_smile: :f
Not very reassuring for a server site if you ask me (uh. server must be down :cry: ). :C
I think I'll drop this one :naughty: and set up the regular arch as a server.

Re: Installing the Arch server

Posted: 29 Sep 2010, 23:44
by dedanna1029
Nice. :)

Once you have it down, it will probably be worthy of Tips 'n tricks, don'tcha think?

Re: Installing the Arch server

Posted: 30 Sep 2010, 00:17
by viking60
Yes that or distro talk - I had a bad moment there :oops:

Re: Installing the Arch server

Posted: 30 Sep 2010, 00:21
by dedanna1029
It's okay. Let's see how it all turns out, and then I'll move it to wherever and edit out the extranneous stuff at that time. No worries. :)

Re: Installing the Arch server

Posted: 30 Sep 2010, 17:36
by viking60
The site archserver.org has been down for more than 9 hours now. I will have to wait before I go on (I will try that first). I wonder if the site is using the Arch server :arrogant:
I am a bit impatient here, I know. Because it was all going so well, and now I cannot download the components needed. :Doh:

Re: Installing the Arch server

Posted: 30 Sep 2010, 21:44
by dedanna1029
Well, you know what they say. What goes down, must come up at some point.

Er, something.

Re: Installing the Arch server

Posted: 01 Oct 2010, 04:17
by viking60
yeah I go with the er something. The damned site had been down for more than 24 hours now

Re: Installing the Arch server

Posted: 01 Oct 2010, 20:18
by dedanna1029
Geeeeeeeeeeeeeeeeez. :(

Will see if I can get a question answered about it on Twitter.

For all the good it will do. They haven't tweeted since Sept. 24th

Also, https://bbs.archlinux.org/viewtopic.php?id=105862

Re: Installing the Arch server

Posted: 02 Oct 2010, 00:08
by dedanna1029

Re: Installing the Arch server

Posted: 02 Oct 2010, 00:38
by viking60
Yes I'll continue. I am having a hard time getting php to work.

Re: Installing the Arch server

Posted: 02 Oct 2010, 02:48
by dedanna1029
I'm thinking I may have seen something about that on their forum... hhmmm... not sure though.

I'll have another look and let you know if I come up with anything on it.

In fact, see if the issue you're having is listed here.

You can see if there's any help at the PHP section of their wiki as well.

Re: Installing the Arch server

Posted: 02 Oct 2010, 23:48
by viking60
No I have got it now I just forgot to include the php5.conf file in httpd.conf. PHP is working just fine now. Now let's see if we can get phpmyadmin to work...