Just to report, I've not been able to bring up aegir from the from the Linode stackscript (dmp1ce). After running the stackscript, booting the server, and receiving the welcome email:
"You can now login to aegir.ipublishingplatform.com by clicking on this link or copying it into your browser:"
I see the error, "Firefox can't find the server at aegir.ipublishingplatform.com."
So it looks like an DNS or apache vhosts configuration problem. I verified the DNS assignment by pinging the domain, to see that it resolves to the Linode assigned ip. I've hacked around in the apache configuration, rerun the script a few times, not sure exactly what I'm looking for; tried creating a vhost config for ipublishingplatform.com, some other approaches, but obviously haven't resolved this yet; obviously still learning.
My next step will be to just go to the install.txt, and build the install from a clean debian install, but would be glad of any input on this; I'm sure in the end it is a small matter.
-m

Comments
"requested URL / was not found" after Linode scriptstack install
Just to follow up (this is after building a Linode from the aegir stackscript dmp1ce), if I address the server directly, either by ip address or ipublishingplatform.com, I see:
The requested URL / was not found on this server.
Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch Server at 173.255.193.74 Port 80
So it is not a DNS issue, but looks like apache does not look at our intended documentroot.
The documentroot in
etc/apache2/sites-enabled/000-default
is /var/www
so I try changing it to /var/aegir/hostmaster-0.4-alpha11/
.<.restart>
I check to see that "NameVirtualHost *:80" in ports.conf is enabled.
I check to see that rewrite is enabled
I try creating a vhost config for my domain, with /var/aegir/hostmaster-0.4-alpha11/ as documentroot,
<a2ensite, restart>
I can see that each of my requests is logged to /var/log/apache2/other_vhosts_access.log as ..."GET / "...
So if all this doesn't provide a clue to my problem, at least it gives an insight into my tangled mind (ha!).
-m
Good to Go
Just to report, I built 0.4-alpha15 from scratch (canonical install.txt) on Linode, and all is well.
Thanks to all.
Hmmm... having the same issue
Hmmm... having the same issue (not found on server at ip and domain, lenny9).
I'm actually on rackspace, having just set it all up automatically via mig5's frigg script for libcloud. Received the email just fine, but getting all the same issues.
I built from 0.4-beta1, so maybe I'll try from head, but I'm a little confused. Any thoughts? I should build from scratch eventually, but I'd like to be sure I don't have another issue before I dive in :)
Cheers
OK, I think I'm on the right
OK, I think I'm on the right trail...
So turns out the multisite directory in my
sitesfolder wasn't correct. (Not scripts fault, as I changed domains, then updated all references to old except this.)I fixed that, then visited the domain, and still saw that error from before. BUT back in shell, I saw I had a new mail at
/var/mail/aegir:Could not find a Drupal settings.php file at [error]./sites/default/settings.php.
The drush command 'hosting-dispatch' could not be found. [error]
Sure enough, then was no settings.php file. Yes, I know. facepalm (Should've checked this first, right?)
No sure what the other error is references, but this is getting somewhere. I'll look into the install and see what makes sense.
Nevermind. settings.php
Nevermind. settings.php shouldn't be available in sites/default... It's in sites/blah.com.
Rats. At a loss again.
The requested URL /home/ was not found on this server.
I have made a user on linode and uploaded files into it through filezilla. when I try to access it (user sub directory) in my browser, it does not open it and gives the error "The requested URL was not found on this server". When I try to access my site through only ip address, it works and shows the message on the page "It works! This is the default web page for this server" and I don't know from which directory this message is coming. Can anyone help me about this problem. Thanks in advance.