• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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