Új hozzászólás Aktív témák

  • vargalex
    félisten

    Újraindítottam de:
    [alucard@arch ~]$ sctl.status systemd-sysctl.service
    Oct 13 13:38:17 arch systemd[1]: Starting Apply Kernel Variables...
    Oct 13 13:38:17 arch systemd-sysctl[2919]: Couldn't write '1' to 'net/ipv6/conf/all/disable_ipv6', ignoring: No such file or directory
    Oct 13 13:38:17 arch systemd-sysctl[2919]: Couldn't write '1' to 'net/ipv6/conf/enp1s0/disable_ipv6', ignoring: No such file or directory
    Oct 13 13:38:17 arch systemd[1]: Finished Apply Kernel Variables.

    Pedig létezik a file:
    [alucard@arch ~]$ cat /etc/sysctl.d/40-ipv6.conf
    ## Disable IPv6
    net.ipv6.conf.all.disable_ipv6 = 1
    net.ipv6.conf.enp1s0.disable_ipv6 = 1

    Szia!

    Nem is az általad írt file-ra panaszkodik, hanem arra, hogy a pseudo file, ahová beírná az értéket (a tiltást) nem létezik. Nincs más sysctl conf-od, ahol tiltottad már ezeket?

    [gavarga@gavarga-5500 ~]$ ls -la /proc/sys/net/ipv6/conf/all/disable_ipv6 
    -rw-r--r-- 1 root root 0 okt   13 15.16 /proc/sys/net/ipv6/conf/all/disable_ipv6

Új hozzászólás Aktív témák