Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
My grep -R "bind" /var/log/*
I try to reinstall bind DNS support to view more easy the log of this feature. In dpk.log can view this.
Regards and thanks
i think in this for the apparmor command but, anything i can wait...
OPTIONS="${OPTIONS} -t /var/named/run-root -c /etc/named.conf -u bind -n 2"
"etc/named.conf" file contains
// $Id: named.conf,v 1.1.1.1 2001/10/15 07:44:36 kap Exp $
// -- THE FOLLOWING LINES WERE GENERATED BY...
i think in this for the apparmor command but, anything i can wait...
OPTIONS="${OPTIONS} -t /var/named/run-root -c /etc/named.conf -u bind -n 2"
"etc/named.conf" file contains
// $Id: named.conf,v 1.1.1.1 2001/10/15 07:44:36 kap Exp $
// -- THE FOLLOWING LINES WERE GENERATED BY...
Nothing, appormor it's not instaled by default, sorry.
root@h2340962:~# apparmor_status
-bash: apparmor_status: command not found
root@h2340962:~# aa-complain /etc/apparmor.d/usr.sbin.named
-bash: aa-complain: command not found
Apparmor is integrated in ubuntu by default. The commands that you write, return a empty result.
root@h2340962:~# netstat -ntpl | grep named
root@h2340962:~# service bind9 start
root@h2340962:~# netstat -ntpl | grep named
root@h2340962:~# service bind9 restart
root@h2340962:~# tail -f...
When i use cat /var/log/syslog | grep named or cat /var/log/syslog | grep bind they have an empty response.
I try to start the bind server in to plesk panel -> configuration -> services and repeat the commands but the log don't show any new entry.
Hi!
We have a new VPS with plesk 12.0.18 in ubuntu 14.04.
When we install DNS BIND9 support this service doesn't start and don't work.
We check that the service are started with /opt/psa/admin/bin/dnsmng --status and they said "is stopped", if try to start manually can't initialize and...