Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

报错,启动不了服务 #1

Open
xiaoyi001yeye opened this issue Dec 12, 2013 · 1 comment
Open

报错,启动不了服务 #1

xiaoyi001yeye opened this issue Dec 12, 2013 · 1 comment

Comments

@xiaoyi001yeye
Copy link

$ service ng-client start
/etc/init.d/ng-client: 第 4 行: ulimit: open files: 无法修改 limit 值: 不允许的操作
Traceback (most recent call last):
File "ng-client", line 10, in
from modules import nginit # init some global variable used in this file
File "/usr/local/ng-mini/modules/nginit.py", line 43, in
LOGED = cf.get('log','log')
File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'log'
ng-client start ok

@xiaoyi001yeye
Copy link
Author

改了一下代碼 nginit.py
#APP_PATH = '/data/ng-mini'
APP_PATH = os.path.abspath('.')
解決這個問題了,網頁可以正常訪問,但是現在圖表都沒有數據呀。怎麼辦呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant