Author Topic: Admin interface unreachable - help request  (Read 2693 times)

thorsten

  • Guest
Re: Admin interface unreachable - help request
« Reply #15 on: August 05, 2013, 08:55:48 am »
Hi Half_life

this is a perfect explanation for an undiscovered failure where maloperation and system dullness goes hand in hand:

I had to recover files from system backup which is stored on an external USB-HDD mounted in /media/hdd_mobil/
For security purposes I did remove the HDD but I did not attach a new one. Additionally I was about to leave for a two weeks vaccation to a tiny tropical island. As the Island does not even have internet  8), there was no need to re-attach the backup HDD before end of holydays: The conserved data on the backup HDD were stored securely  :D.

But without the USB-HDD the scheduled Zentyal backups failed. I did not even think about that Zentyal would prepare a service directory that might grow up day by day - as there was no HDD, changes were noticed or "backed up" in /var/cache/zentyl/duplicity and nothing was cleaned or removed in the mean time. /var/ grow larger and larger.

Then, back at home after two weeks of sun and sea, I forgot to re-attach the USB-HDD. Washing of cloth and paying bills of two weeks was more important than working on (presumably unimportant) computer backup HDDs. On the fourth day after return, all Zentyal service stopped as described.

The root case - as you discoverd - was an overcrowed root (/var/) directory.

...

OK. Back to the problem: I added another 10 GB to respective logical volume mounted as /var/ via LVM. Cleaning of other cache areas by apt-get autoremove and autoclean gave another 4 GB. The system is now back on duty - execpt for user corner and jabber (I do not know why).

Also I will clean the backup by cleaning up the backup-HDD and reconfiguring the backup service. Additionally I will reduce size of /srv/ which is obviously to large for just my web-page php installations (1x drupal, 1x piwik + some redirected web-pages). This will give release enough space for future purposes within LVM if necessary.

I forgot to mention: I love LVM   :D

Best regards
Thorsten

PS: If you have any idea on the jabber / user corner issue, I would be glad, but this is not urgent.
« Last Edit: August 05, 2013, 03:29:14 pm by thorsten »

half_life

  • Bug Hunter
  • Zen Hero
  • *****
  • Posts: 867
  • Karma: +59/-0
    • View Profile
Re: Admin interface unreachable - help request
« Reply #16 on: August 05, 2013, 07:04:17 pm »
Have you tried /etc/init.d/zentyal usercorner stop

followed by /etc/init.d/zentyal usercorner start  ?



thorsten

  • Guest
Re: Admin interface unreachable - help request
« Reply #17 on: August 06, 2013, 09:51:52 am »
No, just the restart via the admin interface.

thorsten

  • Guest
Re: Admin interface unreachable - help request
« Reply #18 on: August 06, 2013, 01:30:32 pm »
No, no success - just some strange behaviour:

Code: [Select]
sudo /etc/init.d/zentyal usercorner start
Gives just:
Code: [Select]
* Restarting Zentyal module: usercorner
... done.

In contrast to this, admin interface still reports the service to be stopped and access via https://Zentyal-IP:8888

gives :
Code: [Select]
Forbidden
You don't have permission to access / on this server

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle this request

Today evening (GMT+1) I will try to follow this
http://forum.zentyal.org/index.php?topic=10547.0
Anyway, first inspection of /etc/init.d/passwd seems to be OK, but I will have to try using a better (readable / usable) terminal besides my ipad    :o

Any other ideas?
« Last Edit: August 06, 2013, 01:45:57 pm by thorsten »

half_life

  • Bug Hunter
  • Zen Hero
  • *****
  • Posts: 867
  • Karma: +59/-0
    • View Profile
Re: Admin interface unreachable - help request
« Reply #19 on: August 06, 2013, 04:35:52 pm »
You could restart all zentyal processes to see if it is a timing issue.  This will take your server off line for a few minutes

Code: [Select]
/etc/init.d/zentyal  restart