MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: Amney on 2016-09-01, 19:43:50

Title: [SOLVED]out the space
Post by: Amney on 2016-09-01, 19:43:50
For me not understandable reason, the server is out of space and there was a complete collapse.
The server crashed and almost all service has stopped running.
What do I do?
all this happened after another update kloxomr
Title: Re: out the space
Post by: Amney on 2016-09-02, 10:09:59
You don't understand what I wrote?
Title: Re: out the space
Post by: MRatWork on 2016-09-02, 15:01:42
What's you mean 'out of space'?. Inform here 'df -h'.
Title: Re: out the space
Post by: Amney on 2016-09-02, 19:58:05
What's you mean 'out of space'?. Inform here 'df -h'.
(https://i.picuza.com/NKU0x.png)
Title: Re: out the space
Post by: MRatWork on 2016-09-02, 20:33:20
Your HDD space is full for usage.
Title: Re: out the space
Post by: Amney on 2016-09-02, 20:48:20
Your HDD space is full for usage.
why could this happen?
I didn't do anything until the incident was more than 7 GB
but after the update panel there was a strange thing.
Title: Re: out the space
Post by: MRatWork on 2016-09-02, 21:43:39
Your HDD space is full for usage.
why could this happen?
I didn't do anything until the incident was more than 7 GB
but after the update panel there was a strange thing.
Depend on.

Maybe too much error log or somethings else.
Title: Re: out the space
Post by: Amney on 2016-09-02, 22:04:50
Quote
Depend on.

Maybe too much error log or somethings else.
for some reason there's a lot of backups.

I removed the excess,and it seems all up.
But there is an error in the console:
(https://i.picuza.com/NKFvz.png)
Title: Re: out the space
Post by: MRatWork on 2016-09-02, 22:17:18
Try 'sh /script/fixlxphpexe'.
Title: Re: out the space
Post by: Amney on 2016-09-02, 23:12:37
Try 'sh /script/fixlxphpexe'.
this all stops and nothing more happens
(http://pictube.ru/images/2016/09/03/2016-09-03_002939.png)
Title: Re: out the space
Post by: MRatWork on 2016-09-03, 02:25:39
Is still error if running 'sh /script/restart' ?.
Title: Re: out the space
Post by: Amney on 2016-09-05, 13:28:50
Is still error if running 'sh /script/restart' ?.
(https://i.picuza.com/NPvfs.png)
Title: Re: out the space
Post by: MRatWork on 2016-09-05, 13:35:20
Try 'yum reinstall kloxomr7 -y; sh /script/phpm-installer php54s -y; sh /script/fixlxphpexe'.
Title: Re: out the space
Post by: Amney on 2016-09-05, 14:31:37
Try 'yum reinstall kloxomr7 -y; sh /script/phpm-installer php54s -y; sh /script/fixlxphpexe'.
it absolutely did not change anything.
Title: Re: out the space
Post by: MRatWork on 2016-09-05, 15:10:57
So, you need reinstall with 'sh /script/upcp -y'. No data destroyed but need re-settings like fresh installing.
Title: Re: out the space
Post by: Amney on 2016-09-06, 14:30:56
(https://i.picuza.com/NfBud.png)
Title: Re: out the space
Post by: MRatWork on 2016-09-06, 14:51:36
For dns, go to 'switch program' and then change dns to bind and then back to original.

Title: Re: out the space
Post by: Amney on 2016-09-10, 14:31:24
For dns, go to 'switch program' and then change dns to bind and then back to original.
now there is
(https://i.picuza.com/Nwdco.png)
Title: Re: out the space
Post by: Amney on 2016-09-10, 15:45:55
and here it is
(https://i.picuza.com/NwnJt.png)
if the "switching programs" installed "apache"
Title: Re: out the space
Post by: MRatWork on 2016-09-10, 16:21:40
Did you set 'enable apache 2.4'?. If yes, try choose lighttpd first and then choose apache with 'enable apache 2.4'.
Title: Re: out the space
Post by: Amney on 2016-09-10, 17:04:33
Did you set 'enable apache 2.4'?. If yes, try choose lighttpd first and then choose apache with 'enable apache 2.4'.
it didn't help
Title: Re: out the space
Post by: Amney on 2016-09-10, 17:22:49
and now this
(https://i.picuza.com/NwvfT.png)
Title: Re: out the space
Post by: MRatWork on 2016-09-10, 17:39:47
Inform here 'yum list installed httpd-* httpd24u-* mod*; dir -l /usr/local/lxlabs/kloxo/etc/flag; sh /script/sysinfo'
Title: Re: out the space
Post by: Amney on 2016-09-10, 18:12:42
Inform here 'yum list installed httpd-* httpd24u-* mod*; dir -l /usr/local/lxlabs/kloxo/etc/flag; sh /script/sysinfo'
(https://i.picuza.com/NwKt2.png)
(https://i.picuza.com/NwPuV.png)
Title: Re: out the space
Post by: MRatWork on 2016-09-10, 18:28:40
I don't know what's happen in your server because Kloxo-MR think that server using httpd24 but httpd22 exists in server.

Try:
Code: [Select]
yum -y replace httpd --replace-with=httpd24u
yum -y remove mod_*
yum -y install mod24u_*
sh /script/cleanup
Title: Re: out the space
Post by: Amney on 2016-09-12, 15:10:10
I don't know what's happen in your server because Kloxo-MR think that server using httpd24 but httpd22 exists in server.

Try:
Code: [Select]
yum -y replace httpd --replace-with=httpd24u
yum -y remove mod_*
yum -y install mod24u_*
sh /script/cleanup
it seems that it helped.
Thank you very much.