Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WebAdmin has died!!!

I was using WebAdmin to monitor Astaro and clciked on another link, and then lost connection to Astaro WebAdmin. I think it cored out (core file in /). 

The prob now is I cannot access Astaro via WeAdmin, I have restarted the httpd deamon, rebooted Astaro, nothing seems to work...

HELP!?!


This thread was automatically locked due to age.
Parents
  • Hiya,

    since you say you have a core file in / - I assume that SSH is working allright still.

    a "ps -elf |grep http" gives me this result:
    loginuser@alpha:/home/login > ps -elf|grep http
    140 S root       905     1  0  68   0 -   756 138d41 Nov15 ?        00:00:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf
    140 S wwwrun     906   905  0  68   0 -   806 187470 Nov15 ?        00:00:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf
    140 S wwwrun    1362   905  0  69   0 -   802 187470 Nov15 ?        00:00:01 /usr/sbin/httpd -f /etc/httpd/httpd.conf

    What do you get?

    Also, when executing a "netstat -a" I get a line like this:

    tcp        0      0 *:8000                  *:*                     LISTEN 

    I get *:8000 because I modified the SSL port, so if you never changed anything, your line should read something like this:

    tcp        0      0 *:https                  *:*                     LISTEN 

    I think...

    Perhaps others have better ideas, but get back to me if you get the chance to test this.

    Ørjan S
Reply
  • Hiya,

    since you say you have a core file in / - I assume that SSH is working allright still.

    a "ps -elf |grep http" gives me this result:
    loginuser@alpha:/home/login > ps -elf|grep http
    140 S root       905     1  0  68   0 -   756 138d41 Nov15 ?        00:00:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf
    140 S wwwrun     906   905  0  68   0 -   806 187470 Nov15 ?        00:00:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf
    140 S wwwrun    1362   905  0  69   0 -   802 187470 Nov15 ?        00:00:01 /usr/sbin/httpd -f /etc/httpd/httpd.conf

    What do you get?

    Also, when executing a "netstat -a" I get a line like this:

    tcp        0      0 *:8000                  *:*                     LISTEN 

    I get *:8000 because I modified the SSL port, so if you never changed anything, your line should read something like this:

    tcp        0      0 *:https                  *:*                     LISTEN 

    I think...

    Perhaps others have better ideas, but get back to me if you get the chance to test this.

    Ørjan S
Children