Blank dashboard

Hi all,

I’ve a Nethserver 6.7 server machine installed. I’m trying to connect to the web console via https://<red_interface_address>:980/. I get redirected to /it-IT/Dashboard, but unfortunately the page is completely blank/white (no login requested to the user).

I’ve tried clearing caches, cookies and old temporary files with no avail. Resetting the httpd service does not help, additionally. Tried disabling also local proxying services, with no avail. I’ve checked with web development tools from Chrome (48.0.2564.116) and I cannot find any error. Tried on the same machine with Firefox (39.0.3) and Safari (9.0.3, I’m on Mac) and anyways the same behaviour (white page).

Any ideas on how to clear sessions on the web console, so I may see a new login/try to get again to the web console and manage the server someways?

Thanks, regards,

Hi

Run from console
service httpd-admin restart

Uhm:

# LC_ALL=en_US.UTF8 service httpd-admin restart
httpd-admin: unrecognized service

# db configuration show httpd-admin
httpd-admin=service
    ForcedLoginModule=
    SSL=enabled
    TCPPort=980
    access=public
    colors=
    favicon=favicon.png
    logo=
    status=enabled

# ls /etc/init.d/http*
/etc/init.d/httpd

# rpm -q nethserver-httpd-admin
nethserver-httpd-admin-1.6.2-1.ns6.noarch

I feel like a noob -_- Any other ideas?

Sadly, httpd-admin is under upstart:

restart httpd-admin

But I’m not sure the restart will fix the problem.
Can you look if something bad is going on inside /var/log/httpd-admin/error_log?

Yes, there is:

[Fri Mar 04 09:20:49 2016] [error] [client 192.168.254.6] [WARNING] Nethgui\\Module\\Resource: mkdir(): No space left on device

Urgh. Will check for it.

Thanks for the right directions, I will investigate soon and report back.

1 Like

Clearing up /var fixed the issue. Thank you very much guys for the quick support.

2 Likes

4 posts were split to a new topic: Blank page when accessing server-manager