有没有人见过HP-UX上的os.uname()函数失败?
> 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内核参数的uname_eoverflow ,但已经设置为1 。
> kctune | grep uname uname_eoverflow 1 Default Immed