當我運行yum命令: > yum
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/usr/lib64/python2.6/lib-dynload/arraymodule.so: cannot rea
這個問題可能看起來很天真,但我是內核/驅動程序編程的新手。我在一個塊設備上創建了一個設備映射器,該設備工作正常。它是構造函數/析構函數,並調用映射方法。 現在,我正在嘗試爲此映射器編寫一個ioctl。當讀寫控制爲裝置寫入,它具有以下特徵: int ioctl(int d, /* other args */);
的文件結構/描述符中的ioctl預期。由於它可以訪問文件,因此應用程序進程可以輕鬆使