When i start the bench...../env/bin/frappe:not found?

hi all,
ikhlas3@ikhlas3:~/frappe-bench$ bench start
21:38:45 web.1 | started with pid 15692
21:38:45 worker.1 | started with pid 15693
21:38:45 workerbeat.1 | started with pid 15695
21:38:45 web.1 | /bin/sh: 1: ./env/bin/frappe: not found
21:38:45 web.1 | process terminated
21:38:45 system | sending SIGTERM to all processes
21:38:45 system | sending SIGTERM to pid 15693
21:38:45 system | sending SIGTERM to pid 15695
21:38:45 worker.1 | process terminated
21:38:45 workerbeat.1 | process terminated

how to bypass the error…pls help for this…

After
ikhlas3@ikhlas3:~/frappe-bench$ bench setup procfile
ikhlas3@ikhlas3:~/frappe-bench$ bench start
21:49:25 web.1 | started with pid 16077
21:49:25 redis_async_broker.1 | started with pid 16078
21:49:25 socketio.1 | started with pid 16080
21:49:25 workerbeat.1 | started with pid 16082
21:49:25 worker.1 | started with pid 16084
21:49:25 redis_cache.1 | started with pid 16087
21:49:25 redis_async_broker.1 | [16081] 04 Nov 21:49:25 # Fatal error, can’t open config file ‘config/redis_async_broker.conf’
21:49:25 redis_async_broker.1 | process terminated
21:49:25 system | sending SIGTERM to all processes
21:49:25 system | sending SIGTERM to pid 16077
21:49:25 system | sending SIGTERM to pid 16080
21:49:25 system | sending SIGTERM to pid 16082
21:49:25 system | sending SIGTERM to pid 16084
21:49:25 socketio.1 | process terminated
21:49:25 workerbeat.1 | process terminated
21:49:25 worker.1 | process terminated
21:49:25 redis_cache.1 | process terminated
21:49:25 redis_cache.1 | [16090] 04 Nov 21:49:25 # Fatal error, can’t open config file ‘config/redis_cache.conf’

21:49:25 socketio.1 | node.js:201
21:49:25 socketio.1 | throw e; // process.nextTick error, or ‘error’ event on first tick
21:49:25 socketio.1 | ^
21:49:25 socketio.1 | Error: Cannot find module ‘express’
21:49:25 socketio.1 | at Function._resolveFilename (module.js:332:11)
21:49:25 socketio.1 | at Function._load (module.js:279:25)
21:49:25 socketio.1 | at Module.require (module.js:354:17)
21:49:25 socketio.1 | at require (module.js:370:17)
21:49:25 socketio.1 | at Object. (/home/ikhlas3/frappe-bench/apps/frappe/socketio.js:1:73)
21:49:25 socketio.1 | at Module._compile (module.js:441:26)
21:49:25 socketio.1 | at Object…js (module.js:459:10)
21:49:25 socketio.1 | at Module.load (module.js:348:32)
21:49:25 socketio.1 | at Function._load (module.js:308:12)
21:49:25 socketio.1 | at Array.0 (module.js:479:10)
21:49:25 workerbeat.1 | Traceback (most recent call last):
21:49:25 workerbeat.1 | File “/usr/lib/python2.7/runpy.py”, line 162, in _run_module_as_main
21:49:25 workerbeat.1 | “main”, fname, loader, pkg_name)
21:49:25 workerbeat.1 | File “/usr/lib/python2.7/runpy.py”, line 72, in _run_code
21:49:25 workerbeat.1 | exec code in run_globals
21:49:25 workerbeat.1 | File “/home/ikhlas3/frappe-bench/apps/frappe/frappe/celery_app.py”, line 5, in
21:49:25 workerbeat.1 | from celery import Celery
21:49:25 workerbeat.1 | File “/home/ikhlas3/frappe-bench/env/local/lib/python2.7/site-packages/celery/init.py”, line 131, in
21:49:25 workerbeat.1 | from celery import five # noqa
21:49:25 workerbeat.1 | File “/home/ikhlas3/frappe-bench/env/local/lib/python2.7/site-packages/celery/five.py”, line 20, in
21:49:25 workerbeat.1 | from kombu.five import monotonic
21:49:25 workerbeat.1 | ImportError: No module named kombu.five
21:49:25 worker.1 | Traceback (most recent call last):
21:49:25 worker.1 | File “/usr/lib/python2.7/runpy.py”, line 162, in _run_module_as_main
21:49:25 worker.1 | “main”, fname, loader, pkg_name)
21:49:25 worker.1 | File “/usr/lib/python2.7/runpy.py”, line 72, in _run_code
21:49:25 worker.1 | exec code in run_globals
21:49:25 worker.1 | File “/home/ikhlas3/frappe-bench/apps/frappe/frappe/celery_app.py”, line 5, in
21:49:25 worker.1 | from celery import Celery
21:49:25 worker.1 | File “/home/ikhlas3/frappe-bench/env/local/lib/python2.7/site-packages/celery/init.py”, line 131, in
21:49:25 worker.1 | from celery import five # noqa
21:49:25 worker.1 | File “/home/ikhlas3/frappe-bench/env/local/lib/python2.7/site-packages/celery/five.py”, line 20, in
21:49:25 worker.1 | from kombu.five import monotonic
21:49:25 worker.1 | ImportError: No module named kombu.five
ikhlas3@ikhlas3:~/frappe-bench$

thanks

Fix this.

how to i fix that error??

ikhlas3@ikhlas3:~/frappe-bench$ bench start
15:40:59 web.1 | started with pid 23743
15:40:59 redis_async_broker.1 | started with pid 23744
15:40:59 socketio.1 | started with pid 23746
15:40:59 workerbeat.1 | started with pid 23748
15:40:59 worker.1 | started with pid 23750
15:40:59 redis_cache.1 | started with pid 23753
15:40:59 redis_async_broker.1 | 23747:M 05 Nov 15:40:59.296 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
15:40:59 redis_async_broker.1 | process terminated
15:40:59 system | sending SIGTERM to all processes
15:40:59 system | sending SIGTERM to pid 23743
15:40:59 system | sending SIGTERM to pid 23746
15:40:59 system | sending SIGTERM to pid 23748
15:40:59 system | sending SIGTERM to pid 23750
15:40:59 socketio.1 | process terminated
15:40:59 worker.1 | process terminated
15:40:59 redis_cache.1 | process terminated
15:40:59 redis_async_broker.1 | 23747:M 05 Nov 15:40:59.297 # Redis can’t set maximum open files to 10032 because of OS error: Operation not permitted.
15:40:59 web.1 | process terminated
15:40:59 workerbeat.1 | process terminated
15:40:59 redis_async_broker.1 | 23747:M 05 Nov 15:40:59.297 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase ‘ulimit -n’.
15:40:59 redis_async_broker.1 | 23747:M 05 Nov 15:40:59.297 # Configured to not listen anywhere, exiting.
15:40:59 redis_cache.1 | 23757:M 05 Nov 15:40:59.309 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
15:40:59 redis_cache.1 | 23757:M 05 Nov 15:40:59.309 # Redis can’t set maximum open files to 10032 because of OS error: Operation not permitted.
15:40:59 redis_cache.1 | 23757:M 05 Nov 15:40:59.309 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase ‘ulimit -n’.
15:40:59 redis_cache.1 | 23757:M 05 Nov 15:40:59.309 # Configured to not listen anywhere, exiting.

15:40:59 socketio.1 | node.js:201
15:40:59 socketio.1 | throw e; // process.nextTick error, or ‘error’ event on first tick
15:40:59 socketio.1 | ^
15:40:59 socketio.1 | Error: Cannot find module ‘express’
15:40:59 socketio.1 | at Function._resolveFilename (module.js:332:11)
15:40:59 socketio.1 | at Function._load (module.js:279:25)
15:40:59 socketio.1 | at Module.require (module.js:354:17)
15:40:59 socketio.1 | at require (module.js:370:17)
15:40:59 socketio.1 | at Object. (/home/ikhlas3/frappe-bench/apps/frappe/socketio.js:1:73)
15:40:59 socketio.1 | at Module._compile (module.js:441:26)
15:40:59 socketio.1 | at Object…js (module.js:459:10)
15:40:59 socketio.1 | at Module.load (module.js:348:32)
15:40:59 socketio.1 | at Function._load (module.js:308:12)
15:40:59 socketio.1 | at Array.0 (module.js:479:10)
15:40:59 worker.1 | Traceback (most recent call last):
15:40:59 worker.1 | File “/usr/lib/python2.7/runpy.py”, line 162, in _run_module_as_main
15:40:59 worker.1 | “main”, fname, loader, pkg_name)
15:40:59 worker.1 | File “/usr/lib/python2.7/runpy.py”, line 72, in _run_code
15:40:59 worker.1 | exec code in run_globals
15:40:59 worker.1 | File “/home/ikhlas3/frappe-bench/apps/frappe/frappe/celery_app.py”, line 5, in
15:40:59 worker.1 | from celery import Celery
15:40:59 worker.1 | File “/home/ikhlas3/frappe-bench/env/local/lib/python2.7/site-packages/celery/init.py”, line 131, in
15:40:59 worker.1 | from celery import five # noqa
15:40:59 worker.1 | File “/home/ikhlas3/frappe-bench/env/local/lib/python2.7/site-packages/celery/five.py”, line 20, in
15:40:59 worker.1 | from kombu.five import monotonic
15:40:59 worker.1 | ImportError: No module named kombu.five
15:40:59 workerbeat.1 | Traceback (most recent call last):
15:40:59 workerbeat.1 | File “/usr/lib/python2.7/runpy.py”, line 162, in _run_module_as_main
15:40:59 workerbeat.1 | “main”, fname, loader, pkg_name)
15:40:59 workerbeat.1 | File “/usr/lib/python2.7/runpy.py”, line 72, in _run_code
15:40:59 workerbeat.1 | exec code in run_globals
15:40:59 workerbeat.1 | File “/home/ikhlas3/frappe-bench/apps/frappe/frappe/celery_app.py”, line 5, in
15:40:59 workerbeat.1 | from celery import Celery
15:40:59 workerbeat.1 | File “/home/ikhlas3/frappe-bench/env/local/lib/python2.7/site-packages/celery/init.py”, line 131, in
15:40:59 workerbeat.1 | from celery import five # noqa
15:40:59 workerbeat.1 | File “/home/ikhlas3/frappe-bench/env/local/lib/python2.7/site-packages/celery/five.py”, line 20, in
15:40:59 workerbeat.1 | from kombu.five import monotonic
15:40:59 workerbeat.1 | ImportError: No module named kombu.five
ikhlas3@ikhlas3:~/frappe-bench$

Your setup seems to be broken. Try re-installing from a new bench.