HP-UX:os.uname() 函数上的 Python 错误

HP-UX:os.uname() 函数上的 Python 错误

有人见过 Pythonos.uname()函数在 HP-UX 上失败吗?

> python -c "import os; print os.uname()" 
Traceback (most recent call last): 
File "<string>", line 1, in <module> 
OSError: [Errno 72] Value too large to be stored in data type

我已阅读 hp.com 论坛上提到检查uname_eoverflow内核参数的帖子,但它已被设置为1

> kctune | grep uname 
uname_eoverflow         1 Default Immed

相关内容