Koozali.org: home of the SME Server

cannot access server-manager

Offline dmcdaniel

  • *
  • 6
  • +0/-0
cannot access server-manager
« on: October 25, 2010, 06:55:51 PM »
I cannot access the server-manager web page. I get a "Firefox can't establish a connection to the server at <server name>. I tried restarting the e-smith http process. That didn't work so I rebooted the server. I still cannot bring up the web page.

Any suggestions as to what I can check? I'm running SME server 7.5.1

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: cannot access server-manager
« Reply #1 on: October 25, 2010, 08:06:07 PM »
dmcdaniel

Are you trying to access from the local network or from a remote location via Internet.
You need to specify a remote host IP in server manager remote access panel.

Login as root then type elinks or console (then select from menu) to open a text based server manager, does this work ?

What is the exact URL you are using ?

Did access to server manager work previously ?
If so what changes did you recently make to your server ?
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline dmcdaniel

  • *
  • 6
  • +0/-0
Re: cannot access server-manager
« Reply #2 on: October 25, 2010, 08:54:16 PM »
I am accessing it from the local network: https://hostname/server-manager. This was working last week and there have been no changes that we know of since then.

I can still access our second server without any problems.

If I try to run server manager from the admin menu at the console it says "connection refused."

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: cannot access server-manager
« Reply #3 on: October 25, 2010, 10:28:43 PM »
If I try to run server manager from the admin menu at the console it says "connection refused."
You need to find out why, you might be able to find clues in /var/log/httpd/admin_error_log or /var/log/httpd/error_log. Please post the relevant fragments around the time your tried, if you fail to understand the messages. Most likely we can point you in the right direction.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline dmcdaniel

  • *
  • 6
  • +0/-0
Re: cannot access server-manager
« Reply #4 on: October 25, 2010, 10:51:48 PM »
error_log is full of lines like this:

Code: [Select]
[Mon Oct 25 14:43:00 2010] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_lo
g_lock
Configuration Failed

Yet the disk has plenty of space:


Code: [Select]
[root@server1 httpd]# df -k
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/mapper/main-root
                     473324776 273457696 175823560  61% /
/dev/md1                101018     38284     57518  40% /boot
none                   1680284         0   1680284   0% /dev/shm


Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: cannot access server-manager
« Reply #5 on: October 25, 2010, 11:11:41 PM »
error_log is full of lines like this:

Code: [Select]
[Mon Oct 25 14:43:00 2010] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_lo
g_lock
Configuration Failed

then a quick search in the forum with "No space left on device" could help you..

please take some time to use the search link, thank you :-)



Offline dmcdaniel

  • *
  • 6
  • +0/-0
[SOLVED] Re: cannot access server-manager
« Reply #6 on: October 26, 2010, 06:11:41 AM »
Thanks for pointing me in the right direction. I must say that it took more than a quick search. Some of the hits are very long and convoluted, and some are actually about being out of disk space.

The important bit was to remove and then re-generate the certs. Do I understand this correctly, that having a certificate mismatch causes apache to complain about being out of disk space? They really need to fix their error messages I think.  ;-)

Again, thanks for your patience and for the pointers.  We have been running SME Server since 2007 with almost zero problems. A truly useful piece of software.