Unable to start cxs Watch daemon

Community forum to discuss cxs.
If you believe that there is a problem with your cxs installation and want support then, as a paid product, you should use the helpdesk after having consulted the documentation.
mandrivian
Junior Member
Posts: 5
Joined: 18 May 2014, 08:50
Location: Jakarta

Re: Unable to start cxs Watch daemon

Post by mandrivian »

Hello,

after i put

Code: Select all

    find /home/ -type d | grep -v "/\." | grep -v /home/cpeasyapache | grep -v /home/cprestore | grep -v /home/backup| grep -v cpmove- | wc -l
the result is 15

so, i have to change in what number.? :confused:
delli7
Junior Member
Posts: 3
Joined: 13 Apr 2017, 10:24

Re: Unable to start cxs Watch daemon

Post by delli7 »

Hello,

Here the solution:

- How to increase max_user_watches from main node?
- Answer: from the main node please run:

# vzctl exec CTID echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
# vzctl restart CTID

Where CTID is the vps's id.

Regards.
Post Reply