Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - LiXuS

Pages: 1 [2]
16
MySQL / Re: can't start mysqld
« on: July 10, 2016, 03:35:30 PM »
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_hosting-lv_root
                       50G   47G     0 100% /
tmpfs                 1.9G     0  1.9G   0% /dev/shm
/dev/sda2             477M  198M  255M  44% /boot
/dev/sda1             200M  268K  200M   1% /boot/efi
/dev/mapper/vg_hosting-lv_home
                      864G   37G  784G   5% /home


wich folder or file can i del?

17
E-Mail / Re: ClamAV and AMaViS (A Mail Virus Scanner)stop working
« on: April 07, 2016, 09:54:41 AM »
try to uninstall ClamAV whith yum :
Code: [Select]
yum remove clamav -yand after
Rebuild your mail server with ClamAV (AntiSpam and AntiVirus Protection)
from yourdomain.com:2030 Email -> Postfix Mail Server Manager section.
at me it's works....

18
E-Mail / Re: Dates that do not display in RoundCube
« on: February 05, 2016, 11:24:46 AM »
really works ! :)
i use centos 6.7 final
and i have the same problem.
to solve.... :)

i modif php.ini
i type
Code: [Select]
cd /usr/local/php/if you type "ls" view the files above
and i use nano editor
Code: [Select]
nano php.inii found
Code: [Select]
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
;date.timezone =
and i modif to :

Code: [Select]
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone ="Europe/Bucharest"

i use comand line
Code: [Select]
service httpd restart

to restart apache, perfect ! it's works !! :)
thanks a lot !!


19
DNS / Re: securing DNS server BIND (open DNS resolver)
« on: January 24, 2016, 07:46:26 PM »
Very bushy Article IGOR ,
Thank you , you keep me busy this Manual

20
DNS / Re: BIND DNS Server status
« on: January 24, 2016, 07:43:37 PM »
Hi,
i set the DNS IP address , at the company where I registered the domain, rotld
i rebooted the server, but did not stop anything ,
still works perfectly  ;D
must be very careful as edit files of DNS are very fragile , did not you work anything. ;)
used a notepad ++ editor to repair a dns error file .
must be clean...
Best regards.

21
DNS / BIND DNS Server status
« on: December 22, 2015, 09:18:09 AM »
Services Status (chkconfig auto start up)
Code: [Select]
"BIND DNS Server" - named dead but locked subsyswhat this means ?
to worry about?
if it restarts the DNS server stops working?
please help ![/b]

22
DNS / how to fix bind (dns ) default ?
« on: December 18, 2015, 07:52:13 PM »
hello
i have a problem with my new webserver ....
i have centos 6.7 and i have a problem whith my dns settings...
Code: [Select]
Stopping named: [  OK  ]
Starting named:
Error in named configuration:
dns_master_load: named.localhost:10: isc_lex_gettoken() failed: unbalanced parentheses
dns_master_load: named.localhost:10: unbalanced parentheses
dns_master_load: named.localhost:14: unexpected end of line
dns_master_load: named.localhost:13: unexpected end of input
zone localhost.localdomain/IN: loading from master file named.localhost failed: unbalanced parentheses
zone localhost.localdomain/IN: not loaded due to errors.
_default/localhost.localdomain/IN: unbalanced parentheses
dns_master_load: named.localhost:10: isc_lex_gettoken() failed: unbalanced parentheses
dns_master_load: named.localhost:10: unbalanced parentheses
dns_master_load: named.localhost:14: unexpected end of line
dns_master_load: named.localhost:13: unexpected end of input
zone localhost/IN: loading from master file named.localhost failed: unbalanced parentheses
zone localhost/IN: not loaded due to errors.
_default/localhost/IN: unbalanced parentheses
zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 0
zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0
zone 0.in-addr.arpa/IN: loaded serial 0
/var/named/ns1.dabtehnic.ro.db:5: no current owner name
dns_master_load: /var/named/ns1.dabtehnic.ro.db:13: isc_lex_gettoken() failed: unbalanced parentheses
dns_master_load: /var/named/ns1.dabtehnic.ro.db:13: unbalanced parentheses
zone ns1.dabtehnic.ro/IN: loading from master file /var/named/ns1.dabtehnic.ro.db failed: no owner
zone ns1.dabtehnic.ro/IN: not loaded due to errors.
_default/ns1.dabtehnic.ro/IN: no owner
/var/named/ns2.dabtehnic.ro.db:5: no current owner name
dns_master_load: /var/named/ns2.dabtehnic.ro.db:13: isc_lex_gettoken() failed: unbalanced parentheses
dns_master_load: /var/named/ns2.dabtehnic.ro.db:13: unbalanced parentheses
zone ns2.dabtehnic.ro/IN: loading from master file /var/named/ns2.dabtehnic.ro.db failed: no owner
zone ns2.dabtehnic.ro/IN: not loaded due to errors.
_default/ns2.dabtehnic.ro/IN: no owner
zone dabtehnic.ro/IN: loaded serial 2015121820
[FAILED]
Can anyone tell me how can I solve this... wrong?
sorry 4 my english !!!!

Pages: 1 [2]