Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ifsnop/sassc6
General utilities and scripts to run headless evaluations on SASS-C
https://github.com/ifsnop/sassc6
Last synced: 11 days ago
JSON representation
General utilities and scripts to run headless evaluations on SASS-C
- Host: GitHub
- URL: https://github.com/ifsnop/sassc6
- Owner: ifsnop
- License: gpl-3.0
- Created: 2013-11-04T09:28:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T08:52:44.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T05:44:27.517Z (2 months ago)
- Language: Shell
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SASSC6
======General utilities and scripts to run headless evaluations on SASS-C.
monitord.py Monitors incoming ftp directory and launches new evaluations.
monitord.sh init.d script that launches monitord.py at system startup.INSTALL
======Just add monitord to init.d scripts:
~~~
# ln -s /software/sassc/scripts/sassc6/monitord.sh /etc/init.d/monitord.sh
# chkconfig -add monitord.sh
~~~FAQ
======Getting the message "No space left on device (ENOSPC)" when adding a new
watch.
From https://github.com/seb-m/pyinotify/wiki/Frequently-Asked-QuestionsYou must have reached your quota of watches, type:
~~~
sysctl -n fs.inotify.max_user_watches
~~~to read your current limit and type:
~~~
sysctl -n -w fs.inotify.max_user_watches=16384
~~~to increase it to 16384.