Пример #1
0
 def _log_out_of_wds_message():
     msg = N_('File system change monitoring: disabled because the'
              ' limit on the total number of inotify watches was'
              ' reached.  You may be able to increase the limit on'
              ' the number of watches by running:\n'
              '\n'
              '    echo fs.inotify.max_user_watches=100000 |'
              ' sudo tee -a /etc/sysctl.conf &&'
              ' sudo sysctl -p\n')
     Interaction.safe_log(msg)
Пример #2
0
 def _log_out_of_wds_message():
     msg = N_('File system change monitoring: disabled because the'
                  ' limit on the total number of inotify watches was'
                  ' reached.  You may be able to increase the limit on'
                  ' the number of watches by running:\n'
              '\n'
              '    echo fs.inotify.max_user_watches=100000 |'
                  ' sudo tee -a /etc/sysctl.conf &&'
                  ' sudo sysctl -p\n')
     Interaction.safe_log(msg)
Пример #3
0
 def _log_enabled_message():
     msg = N_('File system change monitoring: enabled.\n')
     Interaction.safe_log(msg)
Пример #4
0
 def _log_enabled_message():
     msg = N_('File system change monitoring: enabled.\n')
     Interaction.safe_log(msg)