ispCP - Board - Support
Not working - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Not working (/thread-9051.html)



Not working - Freddy - 01-02-2010 12:49 PM

My apologies for the rather noobish title, but I can't find a better way to summarize the problem... Basically, I've followed every step of the installation guide, I'm running CentOS 5.4 x64 and I can't get ispCP to work. I've entered "mydomain.com" when it requested a domain, it complained that it wasn't an fqdn... Maybe that's the problem... This is in my ispcp.conf file:

SERVER_HOSTNAME = mydomain.com
BASE_SERVER_IP = myip
BASE_SERVER_VHOST = admin.mydomain.com
BASE_SERVER_VHOST_PREFIX = http://

When I visit admin.mydomain.com, it shows "server not found", so I'm obviously doing something wrong, I think my services are all running properly, aside from the virusscanner which I also have to serve a proper fqdn apparently, but apache is certainly running, I assume that's what matters most in getting it to show something... If anyone has an idea as to how I can resolve this, any help would be greatly appreciated.

~Freddy


EDIT: Apparently the problem is somewhat bigger than I thought... httpd isn't running unlike what I previously thought. This is in the error log:
Code:
[Thu Nov 12 18:40:39 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Nov 12 18:40:39 2009] [notice] Digest: generating secret for digest authentication ...
[Thu Nov 12 18:40:39 2009] [notice] Digest: done
[Thu Nov 12 18:40:39 2009] [notice] Apache/2.2.3 (Red Hat) configured -- resuming normal operations
[Sat Jan 02 04:24:49 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Jan 02 04:24:49 2010] [notice] Digest: generating secret for digest authentication ...
[Sat Jan 02 04:24:49 2010] [notice] Digest: done
[Sat Jan 02 04:24:49 2010] [error] (28)No space left on device: LDAP cache: could not create shared memory segment
Configuration Failed
[Sat Jan 02 05:19:53 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Jan 02 05:19:54 2010] [notice] Digest: generating secret for digest authentication ...
[Sat Jan 02 05:19:54 2010] [notice] Digest: done
[Sat Jan 02 05:19:54 2010] [error] (28)No space left on device: LDAP cache: could not create shared memory segment
Configuration Failed



RE: Not working - kilburn - 01-02-2010 08:19 PM

Quote:When I visit admin.mydomain.com, it shows "server not found", so I'm obviously doing something wrong
Your server is not authoritative for mydomain.com. This is, your DNS service is managed externally (using your ISP's panel?) and therefore ispcp can not publish the correct entry for "admin.mydomain.com". This is not ispcp related.

Quote:[Sat Jan 02 04:24:49 2010] [error] (28)No space left on device: LDAP cache: could not create shared memory segment
Two things here:

1. The message is quite clear. One of your partitions is full. Also not ispcp related.
2. Ispcp does not install ldap support into apache AFAIK, so... is it a clean install?


RE: Not working - Freddy - 01-03-2010 12:33 AM

I've already set my domain to point to my server's ip if that's what you mean... So that should work fine...

My partitions aren't full, neither is my memory, it's indeed not related to ispcp though. I've found that a clean install of CentOS 5.4 even has the problem for me, I can't start httpd without getting that error, even from a complete clean install. I'm going to switch to another distro, debian or something, that should solve that problem.


RE: Not working - kilburn - 01-03-2010 05:11 AM

Quote:I've already set my domain to point to my server's ip if that's what you mean... So that should work fine...

Yes, you created a DNS entry pointing "yourdomain.com" to your server. That's why "yourdomain.com" works. Now, if you want the server to be able to create new DNS names (like "admin.yourdomain.com"), it has to be a name server for the domain, which is not the same thing.


RE: Not working - motokochan - 01-04-2010 01:47 PM

Apache thinks something is full:

Quote:No space left on device

If you aren't using LDAP, disable the extension and see if that helps.