Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-29, 02:22:14

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 - idove

Pages: 1 ... 3 4 [5] 6 7 ... 10
61
Use letsencrypt ssl feature in Kloxo-MR 7.0.

Don't understand what do you mean by that?

I used SSL certificate on kloxo MR web admin with clicking on "Add Let's Encrypt", and then after few hours I get message from Google.
Should I mannualy add SSL using Let's Encrypt?

Anyway this is particular domain for which google has informed me is:
https://moje-podjetje.net

Note:
In .htaccess I do have redirect http > https, and all non-www, to www.

62
Should I worry? What that means?

Message received from google:
---
Google has detected that the SSL/TLS certificate used on https://my-domain.com/  is self-signed, which means that it was issued by your server rather than by a Certificate Authority. Because only Certificate Authorities are considered trusted sources for SSL/TLS certificates, your certificate cannot be trusted by most of the browsers. In addition, a self-signed certificate means that your content is not authenticated, it can be modified, and your user’s data or browsing behavior can be intercepted by a third-party. As a result, many web browsers will block users by displaying a security warning message when your site is accessed. This is done to protect users’ browsing behavior from being intercepted by a third party, which can happen on sites that are not secure.

Recommended Action:
Get a new certificate
To correct this problem, you need to get a new, dedicated SSL/TLS certificate from a trusted Certificate Authority (CA). This certificate must match your complete site URL, or be a wildcard certificate that can be used for multiple subdomains on a domain.
Need more help?
•   Learn more about SSL certificate problems.
•   Read our article on How to secure your site with HTTPS in our Help Center.
•   Ask questions in our forum for more help - mention message type [WNC-606601]
---

Thank you.

63
php56 != php56u

Uh, didn't know that.
So what's the difference? I didn't know that is possible to install php56_gd, I was thinking php56u_gd is default.
Sorry to bumping in this thread ;(.

64
Sorry to jumping into this post.

Yesterday, I do have the same problem, I've installed with:

Code: [Select]
yum install php56u-gd

But after restart of httpd with
systemctl restart httpd.service
it didn't work. I try phpinfo and it wasn't listed in Additional .ini files parsed?
After 30min, it start to work from itself, and it was listed in phpinfo in Additional .ini files parsed    :).

Today I get similar error, but only with imap, so I've installed
yum install php56-imap,
restart httpod didn't help.
Restart whole server and it works.

What I'm missing here? What else need to be restarted to add this extensions to php, httpd restart didn't help.
Tnx.


65
Hi,
I'm moving one domain.com from old server (kloxomr6.5+centos6) to new server (kloxo7+centos7). ON new server I will use https for this domain.

Domain.com is succesfully moved and changed in NS, and it is working now. Google NS already propagated new IP, but OpenDNS and some others didn't yet.

My question is, do I need to wait that this domain.com with new IP address propagate on all NS servers (24-48h) before I click "Add Let's Encrypt" or this doesn't have anything in common with that. Not sure how this button works in KloxoMR web admin.

Thank you.

66
Did you know about 'sh /script/mailqueue --help'?. Try it.

Great, didn't know about it. I will now analyze /script/ folder with --help option ;).
Thank you for your suggestion.

67
Install qmail-remove, and remove spam with calling:
qmail-remove -r -p 'your-keyword'


1. stop qmail service
systemctl stop qmail.service

2. check your queue with:
/var/qmail/bin/qmail-qstat

3. read I found out who is sending who, and what
/var/qmail/bin/qmail-qread

Then use qmail-remove with your selected keyword.


How to install qmail-remove?
# cd /tmp
# wget http://www.linuxmagic.com/opensource/qmail/qmail-remove/qmail-remove-0.95.tar.gz
# tar -zxvf qmail-remove-0.95.tar.gz
# cd qmail-remove-0.95
# make && make install
# ln -s /usr/local/sbin/qmail-remove /usr/bin/qmail-remove
# mkdir -p /var/qmail/queue/yanked/


68
Yes,
everything is OK and it is working.  I'm just asking if there is something to make it without this error.

I found later that this is "normal" error/notice, that sometimes is better not to change that ;).

Tnx.

69
Your line return nothing:
Code: [Select]
[root@server run]# ps aux|grep ^named|grep -e grep

[root@server run]# ps aux | grep named
named    19898  0.0  0.3 235032 14124 ?        Ssl  09:16   0:00 /usr/sbin/named -u named
root     21285  0.0  0.0 112644   992 pts/0    S+   10:07   0:00 grep --color=auto named
[root@server run]#



70
Code: [Select]
[root@server run]# chkconfig --list|grep ^named; systemctl list-unit-files|grep ^named

Note: This output shows SysV services only and does not include native
      systemd services. SysV configuration data might be overridden by native
      systemd configuration.

      If you want to list systemd services use 'systemctl list-unit-files'.
      To see services enabled on particular target use
      'systemctl list-dependencies [target]'.

named          0:off 1:off 2:on 3:on 4:on 5:on 6:off

71
Hello
today I've noticed this in named service status (kloxomr7 + centos7)

Code: [Select]
[root@server public_html]# systemctl status named.service
? named.service - LSB: start|stop|status|restart|try-restart|reload|force-reload DNS server
   Loaded: loaded (/etc/rc.d/init.d/named; bad; vendor preset: disabled)
   Active: active (running) since Pon 2017-09-04 10:38:09 CEST; 2 days ago
     Docs: man:systemd-sysv-generator(8)
   CGroup: /system.slice/named.service
           ??31854 /usr/sbin/named -u named

Ruj 04 10:38:09 server.my-domain.com named[31854]: generating session key for dynamic DNS
Ruj 04 10:38:09 server.my-domain.com named[31854]: couldn't mkdir '/var/run/named': Permission denied
Ruj 04 10:38:09 server.my-domain.com named[31854]: could not create /var/run/named/session.key
Ruj 04 10:38:09 server.my-domain.com named[31854]: failed to generate session key for dynamic DNS: permission denied
Ruj 04 10:38:09 server.my-domain.com named[31854]: sizing zone task pool based on 3 zones
Ruj 04 10:38:09 server.my-domain.com named[31854]: set up managed keys zone for view _default, file 'managed-keys.bind'
Ruj 04 10:38:09 server.my-domain.com named[31854]: command channel listening on 127.0.0.1#953
Ruj 04 10:38:09 server.my-domain.com named[31854]: the working directory is not writable
Ruj 04 10:38:09 server.my-domain.com named[31849]: Starting named: [  OK  ]
Ruj 04 10:38:09 server.my-domain.com systemd[1]: Started LSB: start|stop|status|restart|try-restart|reload|force-reload DNS server.

Conclusion,
/var/run/named path doesn't exists

So I do this:
Code: [Select]
#systemctl stop named.service
#mkdir /var/run/named
#chown named.named /var/run/named
#systemctl start named.service

[root@server named]# ls -al /var/run/named
total 8
drwxr-xr-x  2 named named  80 Ruj  7 09:16 .
drwxr-xr-x 31 root  root  940 Ruj  7 09:16 ..
-rw-r--r--  1 named named   6 Ruj  7 09:16 named.pid
-rw-------  1 named named 102 Ruj  7 09:16 session.key

[root@server named]# systemctl status named.service
? named.service - LSB: start|stop|status|restart|try-restart|reload|force-reload DNS server
   Loaded: loaded (/etc/rc.d/init.d/named; bad; vendor preset: disabled)
   Active: active (running) since ?et 2017-09-07 09:16:18 CEST; 1min 26s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 19885 ExecStop=/etc/rc.d/init.d/named stop (code=exited, status=0/SUCCESS)
  Process: 19893 ExecStart=/etc/rc.d/init.d/named start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/named.service
           ??19898 /usr/sbin/named -u named

Ruj 07 09:16:18 server.moj-server.info named[19898]: listening on IPv6 interfaces, port 53
Ruj 07 09:16:18 server.moj-server.info named[19898]: listening on IPv4 interface lo, 127.0.0.1#53
Ruj 07 09:16:18 server.moj-server.info named[19898]: listening on IPv4 interface eth0, 77.81.247.151#53
Ruj 07 09:16:18 server.moj-server.info named[19898]: generating session key for dynamic DNS
Ruj 07 09:16:18 server.moj-server.info named[19898]: sizing zone task pool based on 3 zones
Ruj 07 09:16:18 server.moj-server.info named[19898]: set up managed keys zone for view _default, file 'managed-keys.bind'
Ruj 07 09:16:18 server.moj-server.info named[19898]: command channel listening on 127.0.0.1#953
Ruj 07 09:16:18 server.moj-server.info named[19898]: the working directory is not writable
Ruj 07 09:16:18 server.moj-server.info named[19893]: Starting named: [  OK  ]
Ruj 07 09:16:18 server.moj-server.info systemd[1]: Started LSB: start|stop|status|restart|try-restart|reload|force-reload DNS server.


! the working directory is not writable ! - what directory?
Is that link ok?
Code: [Select]
lrwxrwxrwx  1 root   root     25 Ruj  7 09:16 named.pid -> //var/run/named/named.pid

Tnx for advanced suggestions.

72
Tnx for info, anyway
I my case it wasn't. So this solution above resolve my problem.

73
If you get this php error in fresh installed Kloxo mr 7 + centOS 7:
Call to undefined function mb_convert_case()

All you need to do is:
Code: [Select]
yum install php56u-mbstring
systemctl restart httpd.service

74
MratWork thanks for your kind and patience help. You did it.

Last problem it seems was firewalld, which blocks 80 and 443 ports ;(.
Anyway:
Code: [Select]
systemctl status firewalld (check status of frirewalld)
systemctl stop firewalld (stops firewalld)
systemctl disable firewalld (disable, prevent to start firewalld again after reboot)

Also I changed back portninp.conf back to (in my case custom.portnip.conf), and it is fine, listening on tcp6.
Code: [Select]
Define port 80
Define portssl 443
Define ip *
# Define ip 0.0.0.0 (was before)

All we/I need to do was:
Code: [Select]
chkconfig httpd on
systemctl daemon-reload
sh /script/restart-web

and disable firewalld.

75
After running all of this commands,  the same problem persist :(.
All services are working, only web service don't work.

Acctualy it does work but only from server itself (via lynx), out of server web service it isn't working ;(.

What can be problem, is it combined centos7 + kloxoMR +  Openstack cloud vps problem or?
Maybe my problem in installation? :)

Pages: 1 ... 3 4 [5] 6 7 ... 10

Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine

Page created in 0.078 seconds with 17 queries.

web stats analysis