• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Unable to make Nginx working

femotvaff

Regular Pleskian
I have all sites not working...due to IPV6 non configured and inpossibile to repair....
any suggestion please?

Error: ifmng failed: Execution of /sbin/ip addr add 2a01:4f8:131:5085::2/64 dev eth0 failed with return code 2. Stderr is RTNETLINK answers: Permission denied





I disabled IPV6 setting in sysctl.conf

net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1

but as seems there is a problem with IPV6 I tries enabling again.
But not working

net.ipv6.conf.all.disable_ipv6=o
net.ipv6.conf.default.disable_ipv6=0

Already tryed to repair CONF in PLESK panel
Already used REPAIR feature of plesk on SSH

plesk repair fs -verbose

nothing is fixing yet
 
Yes Thank you But I already did that

net.ipv6.conf.all.disable_ipv6=o
net.ipv6.conf.default.disable_ipv6=0

But is not working
Always same message


I tried with restoring backup but there is a permission problem here too.

Execution of dd if=/dev/zero of=/var/www/vhosts/fs/pmm-.fs_-5BSnVC/.reserved bs=10485760 count=1 failed with return code 1. Stderr is dd: failed to open '/var/www/vhosts/fs/pmm-.fs_-5BSnVC/.reserved': Permission denied

And already repaired permission with plesk tool
So I have no idea how to proceed.
 
I tried both

eanbling and disabling IPV6

Ngix is not used in my server
but is some way create problem now in regenerating web server configurations


Details: [2020-02-03 09:32:55.305] ERR [util_exec] proc_close() failed ['/usr/local/psa/admin/bin/nginx_control' '--restart'] with exit code [1]
Can not reload proxy server:
 
Error: ifmng failed: Execution of /sbin/ip addr add 2a01:4f8:131:5085::2/64 dev eth0 failed with return code 2. Stderr is RTNETLINK answers: Permission denied

What happens if you execute `/sbin/ip addr add 2a01:4f8:131:5085::2/64 dev eth0` from the shell? And who are you logged in as?
 
I'm looged as root
but the problem is a misconfiguration of PLESK
after 2 days with a good systemist the best thing to do was disable NGNIX !
 
Back
Top