Falha ao iniciar o Apply Apply Kernel Variables

2

Este é o fragmento do resultado journalctl :

Jan 09 12:37:26 Host systemd[1]: Starting Apply Kernel Variables...
Jan 09 12:37:26 Host systemd-sysctl[329]: Couldn't write '65536' to 'fs/inotify/max_user_watches': Input/output error
Jan 09 12:37:26 Host systemd-sysctl[329]: Couldn't write '50000000' to 'net/core/rmem_max': Input/output error
Jan 09 12:37:26 Host systemd-sysctl[329]: Couldn't write '1048576' to 'net/core/wmem_max': Input/output error
Jan 09 12:37:26 Host systemd[1]: systemd-sysctl.service: Main process exited, code=exited, status=1/FAILURE
Jan 09 12:37:26 Host systemd[1]: systemd-sysctl.service: Failed with result 'exit-code'.
Jan 09 12:37:26 Host systemd[1]: Failed to start Apply Kernel Variables.
Jan 09 12:37:26 Host kernel: systemd-sysctl wrote to max_user_watches when file position was not 0!
                             This will not be supported in the future. To silence this
                             warning, set kernel.sysctl_writes_strict = -1

systemctl status systemd-sysctl.service resultado:

root@Host:~# systemctl status systemd-sysctl.service
* systemd-sysctl.service - Apply Kernel Variables
   Loaded: loaded (/lib/systemd/system/systemd-sysctl.service; static; vendor preset: enabled)
   Active: failed (Result: exit-code) since Tue 2018-01-09 12:37:26 CET; 32min ago
     Docs: man:systemd-sysctl.service(8)
           man:sysctl.d(5)
  Process: 329 ExecStart=/lib/systemd/systemd-sysctl (code=exited, status=1/FAILURE)
 Main PID: 329 (code=exited, status=1/FAILURE)

Jan 09 12:37:26 Host systemd[1]: Starting Apply Kernel Variables...
Jan 09 12:37:26 Host systemd-sysctl[329]: Couldn't write '65536' to 'fs/inotify/max_user_watches': Input/output error
Jan 09 12:37:26 Host systemd-sysctl[329]: Couldn't write '50000000' to 'net/core/rmem_max': Input/output error
Jan 09 12:37:26 Host systemd-sysctl[329]: Couldn't write '1048576' to 'net/core/wmem_max': Input/output error
Jan 09 12:37:26 Host systemd[1]: systemd-sysctl.service: Main process exited, code=exited, status=1/FAILURE
Jan 09 12:37:26 Host systemd[1]: systemd-sysctl.service: Failed with result 'exit-code'.
Jan 09 12:37:26 Host systemd[1]: Failed to start Apply Kernel Variables.

Quais são esses registros? Eu quero me livrar dessas mensagens de erro. Como posso fazer isso?

    
por patryk.beza 09.01.2018 / 13:14

0 respostas