[smartos-discuss] Any possibilities in python OSError?

2016-05-17 Thread Fred Liu
Hi, We are running some python scripts in LX brand ((CentOS 6.7 20151005). And we get following errors: File "/tool/iqs/bin/execd.py", line 416, in polljob runfiles = [int(f) for f in os.listdir(RUNDIR) if f.isdigit()] exceptions.OSError: [Errno 4] Interrupted system call: '/tool/iqs/run'

[smartos-discuss] Any possibilities in python OSError?

2016-05-16 Thread Fred Liu
Hi, We are running some python scripts in LX brand (CentOS 6.7 20151005). And we get following errors: File "/tool/iqs/bin/execd.py", line 416, in polljob runfiles = [int(f) for f in os.listdir(RUNDIR) if f.isdigit()] exceptions.OSError: [Errno 4] Interrupted system call: '/tool/iqs/run'