Open GoogleCodeExporter opened 9 years ago
CUDA_ERROR_UNKNOWN comes directly from the driver, there is nothing Pyrit can
do about it. Did you really rebuild CPyrit-CUDA with the new toolkit? Watch the
output of "setup.py build" carefully.
Original comment by lukas.l...@gmail.com
on 25 Jul 2011 at 1:39
# python setup.py build
running build
running build_ext
Compiling CUDA module using nvcc 4.0, V0.2.1221...
Executing '/usr/local/cuda/bin/nvcc -m64 --host-compilation C -Xcompiler
"-fPIC" --ptx ./_cpyrit_cudakernel.cu'
nvcc warning : option 'host-compilation' has been deprecated and is ignored
Building modules...
building 'cpyrit._cpyrit_cuda' extension
creating build
creating build/temp.linux-x86_64-2.6
gcc-4.4 -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes
-fPIC -I/usr/local/cuda/include -I/usr/include/python2.6 -c _cpyrit_cuda.c -o
build/temp.linux-x86_64-2.6/_cpyrit_cuda.o -Wall -fno-strict-aliasing
-DVERSION="0.4.0"
creating build/lib.linux-x86_64-2.6
creating build/lib.linux-x86_64-2.6/cpyrit
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
build/temp.linux-x86_64-2.6/_cpyrit_cuda.o -lcrypto -lcuda -lz -o
build/lib.linux-x86_64-2.6/cpyrit/_cpyrit_cuda.so
# python setup.py install
running install
running build
running build_ext
Skipping rebuild of Nvidia CUDA kernel ...
Building modules...
running install_lib
copying build/lib.linux-x86_64-2.6/cpyrit/_cpyrit_cuda.so ->
/usr/local/lib/python2.6/dist-packages/cpyrit
running install_egg_info
Writing /usr/local/lib/python2.6/dist-packages/cpyrit_cuda-0.4.0.egg-info
there was a pyrit 0.3.0 installed bevor, can this be the problem ?
Original comment by velten.s...@gmail.com
on 25 Jul 2011 at 1:42
not really
Original comment by lukas.l...@gmail.com
on 25 Jul 2011 at 1:46
it was an error with xen kernel, it's working with the normal debian-kernel
Original comment by velten.s...@gmail.com
on 27 Jul 2011 at 1:24
Then it's a problem with the xen kernel. Are you running Pyrit on the host or
in the guest?
Original comment by lukas.l...@gmail.com
on 27 Jul 2011 at 4:40
damn these sausage-fingers
Original comment by lukas.l...@gmail.com
on 27 Jul 2011 at 4:41
on the host, i can't passthrough vga with my board
Original comment by velten.s...@gmail.com
on 27 Jul 2011 at 5:43
Original issue reported on code.google.com by
velten.s...@gmail.com
on 25 Jul 2011 at 1:36